93 lines
2.8 KiB
RPMSpec
93 lines
2.8 KiB
RPMSpec
Name: beakerlib
|
|
Summary: A shell-level integration testing library
|
|
Version: 1.5
|
|
Release: 2%{?dist}
|
|
License: GPLv2
|
|
Group: Development/Libraries
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Source0: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
URL: https://fedorahosted.org/%{name}
|
|
Requires: nfs-utils
|
|
Requires: python2
|
|
|
|
|
|
%description
|
|
The BeakerLib project means to provide a library of various helpers, which
|
|
could be used when writing operating system level integration tests.
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
# This section is empty because this package ccontains shell scripts
|
|
# to be sourced: there's nothing to build
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%dir %{_datadir}/%{name}
|
|
%dir %{_docdir}/%{name}-%{version}
|
|
%dir %{_docdir}/%{name}-%{version}/examples
|
|
%dir %{_docdir}/%{name}-%{version}/examples/*
|
|
%{_datadir}/%{name}/dictionary.vim
|
|
%{_datadir}/%{name}/*.sh
|
|
%{_bindir}/%{name}-*
|
|
%{_mandir}/man1/%{name}*1*
|
|
%doc %{_docdir}/%{name}-%{version}/LICENSE
|
|
%doc %{_docdir}/%{name}-%{version}/examples/*/*
|
|
|
|
%changelog
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Wed May 02 2012 Petr Muller <pmuller@redhat.com> - 1.5-1
|
|
- update to new upstream version
|
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Fri Jul 01 2011 Petr Muller <pmuller@redhat.com> - 1.4-1
|
|
- update to new upstream version
|
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Wed May 12 2010 Petr Muller <pmuller@redhat.com> - 1.3-1
|
|
- packaging fixes: permission fixes, added dep on python2,
|
|
- added examples as documentation files
|
|
|
|
* Thu Apr 29 2010 Petr Muller <pmuller@redhat.com> - 1.2-1
|
|
- packaging fixes: docdir change, specfile tweaks
|
|
- using consistently install -p everywhere
|
|
|
|
* Thu Apr 08 2010 Petr Muller <pmuller@redhat.com> - 1.2-0
|
|
- disable the testsuite and removed a 3rd party lib from the tree
|
|
|
|
* Mon Mar 22 2010 Petr Muller <pmuller@redhat.com> - 1.1-0
|
|
- packaging fixes
|
|
|
|
* Fri Feb 12 2010 Petr Muller <pmuller@redhat.com> - 1.0-3
|
|
- fixed bad path preventing tests from running
|
|
|
|
* Fri Feb 12 2010 Petr Muller <pmuller@redhat.com> - 1.0-2
|
|
- zillion of specfile tweaks for Fedora inclusion
|
|
- staf-rhts files were removed
|
|
- added a LICENSE file
|
|
- added a better package summary
|
|
- directory structure revamped
|
|
- improved rLDejaSum
|
|
|
|
* Wed Jan 27 2010 Petr Muller <pmuller@redhat.com> - 1.0-1
|
|
- genesis of the standalone BeakerLib
|