From 7ff3d1d0666db3dee812553a39cb409fc63fc1ca Mon Sep 17 00:00:00 2001 From: Petr Muller Date: May 27 2010 14:18:40 +0000 Subject: - initial commit of the approved package --- diff --git a/.cvsignore b/.cvsignore index e69de29..3a5a8a6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +beakerlib-1.3.tar.gz diff --git a/beakerlib.spec b/beakerlib.spec new file mode 100644 index 0000000..b9c4e89 --- /dev/null +++ b/beakerlib.spec @@ -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 - 1.3-1 +- packaging fixes: permission fixes, added dep on python2, +- added examples as documentation files + +* Thu Apr 29 2010 Petr Muller - 1.2-1 +- packaging fixes: docdir change, specfile tweaks +- using consistently install -p everywhere + +* Thu Apr 08 2010 Petr Muller - 1.2-0 +- disable the testsuite and removed a 3rd party lib from the tree + +* Mon Mar 22 2010 Petr Muller - 1.1-0 +- packaging fixes + +* Fri Feb 12 2010 Petr Muller - 1.0-3 +- fixed bad path preventing tests from running + +* Fri Feb 12 2010 Petr Muller - 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 - 1.0-1 +- genesis of the standalone BeakerLib diff --git a/import.log b/import.log new file mode 100644 index 0000000..8653f98 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +beakerlib-1_3-1_fc12:F-13:beakerlib-1.3-1.fc12.src.rpm:1274969845 diff --git a/sources b/sources index e69de29..3491ec0 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +13df10e1b94c8a1abee91e9ef111dd29 beakerlib-1.3.tar.gz