Blob Blame History Raw
# Libraries installation path
%global libraries_path %{_datadir}/beakerlib-libraries

Name: beakerlib-libraries
Version: 0.2
Release: 1%{?dist}
Summary: Beakerlib libraries

License: GPLv2 and GPLv2+
URL: https://pagure.io/beakerlib-libraries/
Source0: https://releases.pagure.org/beakerlib-libraries/%{name}-%{version}.tar.gz
BuildArch: noarch
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.

%prep
%autosetup

%build

%install
mkdir -p %{buildroot}%{libraries_path}
cp -rfp * %{buildroot}%{libraries_path}

%files
%{libraries_path}

%changelog
* Tue Jun 19 2018 Andrei Stepanov <astepano@redhat.com> - 0.2-1
- RPM package for Fedora/EPEL repo.