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