diff --git a/beakerlib.spec b/beakerlib.spec index f1d9e0e..93cc641 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -1,7 +1,7 @@ Name: beakerlib Summary: A shell-level integration testing library Version: 1.17 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -35,11 +35,14 @@ Group: Development/Libraries Requires: vim-common BuildRequires: vim-common +Patch0: test-built-time.patch + %description vim-syntax Files for syntax highlighting BeakerLib tests in VIM editor %prep %setup -q +%patch0 -p1 -b .test-built-time %build make build @@ -77,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim %changelog -* Wed Oct 18 2017 Dalibor Pospisil - 1.17-1 +* Wed Oct 18 2017 Dalibor Pospisil - 1.17-2 - completely reworked getting rpms - bstor.py rewritten in pure bash - some doc fixes