- initial import of the approved package
This commit is contained in:
parent
d496cb1ab5
commit
cdef0b6cc8
@ -0,0 +1 @@
|
||||
beakerlib-1.3.tar.gz
|
77
beakerlib.spec
Normal file
77
beakerlib.spec
Normal file
@ -0,0 +1,77 @@
|
||||
Name: beakerlib
|
||||
Summary: A shell-level integration testing library
|
||||
Version: 1.3
|
||||
Release: 1%{?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 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
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
beakerlib-1_3-1_fc12:HEAD:beakerlib-1.3-1.fc12.src.rpm:1274969669
|
Loading…
Reference in New Issue
Block a user