#3 Adopting .spec file with Fedora policy.
Merged 5 years ago by astepano. Opened 5 years ago by astepano.
astepano/beakerlib-libraries spec  into  master

file modified
+5 -7
@@ -3,25 +3,23 @@ 

  %define release RELEASE

  

  # libraries installation path

- %define libraries_path /usr/share/beakerlib-libraries

+ %define libraries_path %{_datadir}/beakerlib-libraries

  

  Name: %{name}

  Version: %{version}

  Release: %{release}

  Summary: Beakerlib libraries 

  

- Group: Development/Libraries

  License: GPLv2

  URL: https://pagure.io/beakerlib-libraries/

- Source0: beakerlib-libraries.tar.gz

- 

+ Source0: https://releases.pagure.org/beakerlib-libraries/${name}-${version}.tar.gz

  BuildArch: noarch

- 

- BuildRoot: %{_tmppath}/beaker-libraries-buildroot

  Requires: beakerlib

  

  %description

- Beakerlib Libraries are used by beakerlib tests to encapsulate common complex tasks such as configuring and starting a particular daemon in a single function.

+ Beakerlib Libraries are used by beakerlib tests to encapsulate common complex

+ tasks such as configuring and starting a particular daemon in a single

+ function.

  

  %prep

  %setup -n beakerlib-libraries

Pull-Request has been merged by astepano

5 years ago
Metadata