Rebase
This commit is contained in:
parent
cbcdf4bbc7
commit
4ba7cbfd70
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user