release 1.17-2
fixing a typo in the code
This commit is contained in:
parent
24d96495bc
commit
2097d28e49
@ -1,7 +1,7 @@
|
|||||||
Name: beakerlib
|
Name: beakerlib
|
||||||
Summary: A shell-level integration testing library
|
Summary: A shell-level integration testing library
|
||||||
Version: 1.17
|
Version: 1.17
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -35,11 +35,14 @@ Group: Development/Libraries
|
|||||||
Requires: vim-common
|
Requires: vim-common
|
||||||
BuildRequires: vim-common
|
BuildRequires: vim-common
|
||||||
|
|
||||||
|
Patch0: test-built-time.patch
|
||||||
|
|
||||||
%description vim-syntax
|
%description vim-syntax
|
||||||
Files for syntax highlighting BeakerLib tests in VIM editor
|
Files for syntax highlighting BeakerLib tests in VIM editor
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .test-built-time
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make build
|
make build
|
||||||
@ -77,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 18 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.17-1
|
* Wed Oct 18 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.17-2
|
||||||
- completely reworked getting rpms
|
- completely reworked getting rpms
|
||||||
- bstor.py rewritten in pure bash
|
- bstor.py rewritten in pure bash
|
||||||
- some doc fixes
|
- some doc fixes
|
||||||
|
Loading…
Reference in New Issue
Block a user