This commit is contained in:
Petr Muller 2013-04-30 12:51:26 +02:00
parent cbcdf4bbc7
commit 4ba7cbfd70
3 changed files with 10 additions and 11 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ beakerlib-1.3.tar.gz
/beakerlib-1.4.tar.gz
/beakerlib-1.5.tar.gz
/beakerlib-1.6.tar.gz
/beakerlib-1.7.tar.gz

View File

@ -1,7 +1,7 @@
Name: beakerlib
Summary: A shell-level integration testing library
Version: 1.6
Release: 3%{?dist}
Version: 1.7
Release: 1%{?dist}
License: GPLv2
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -13,10 +13,6 @@ Requires: python2
BuildRequires: /usr/bin/pod2man
Patch0: 0001-install-dir.patch
Patch1: 0002-install-more-docs.patch
%description
The BeakerLib project means to provide a library of various helpers, which
could be used when writing operating system level integration tests.
@ -24,12 +20,10 @@ could be used when writing operating system level integration tests.
%prep
%setup -q
%patch0 -p1 -b .install-dir
%patch1 -p1 -b .install-more-docs
%build
# This section is empty because this package ccontains shell scripts
# to be sourced: there's nothing to build
make build
%install
rm -rf $RPM_BUILD_ROOT
@ -53,9 +47,13 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_docdir}/%{name}-%{version}/LICENSE
%doc %{_docdir}/%{name}-%{version}/README
%doc %{_docdir}/%{name}-%{version}/VERSION
%doc %{_docdir}/%{name}-%{version}/MAINTENANCE
%doc %{_docdir}/%{name}-%{version}/examples/*/*
%changelog
* Tue Apr 30 2013 Petr Muller <muller@redhat.com> - 1.7-1
- rebase to upstream 1.7
* Tue Mar 05 2013 Petr Muller <muller@redhat.com> - 1.6-3
- Build ceased to figure out pod2man dep automatically: fixed

View File

@ -1 +1 @@
d303a229648b422114fbb1938aff4ae9 beakerlib-1.6.tar.gz
c98fc4e1fe6914643d526e310f6e3483 beakerlib-1.7.tar.gz