diff --git a/.gitignore b/.gitignore index 1f2fe58..f6afa83 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/beakerlib.spec b/beakerlib.spec index 5bf8c72..518ef0a 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -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 - 1.7-1 +- rebase to upstream 1.7 + * Tue Mar 05 2013 Petr Muller - 1.6-3 - Build ceased to figure out pod2man dep automatically: fixed diff --git a/sources b/sources index 1d95858..20062f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d303a229648b422114fbb1938aff4ae9 beakerlib-1.6.tar.gz +c98fc4e1fe6914643d526e310f6e3483 beakerlib-1.7.tar.gz