This changes only purely metadata-related information, specifically what rpm --docfiles prints. The actual documentation files are already included in the RPM by %dir. Testing on RHEL6 with both rpm -ql and rpm -qd, no change could be observed in the final generated RPM, so this change should have no impact on anything working with the final RPM itself. Signed-off-by: Jiri Jaburek <jjaburek@redhat.com>
172 lines
5.7 KiB
RPMSpec
172 lines
5.7 KiB
RPMSpec
Name: beakerlib
|
|
Summary: A shell-level integration testing library
|
|
Version: 1.11
|
|
Release: 2%{?dist}
|
|
License: GPLv2
|
|
Group: Development/Libraries
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Source0: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
|
|
Source1: %{name}-tmpfiles.conf
|
|
BuildArch: noarch
|
|
URL: https://fedorahosted.org/%{name}
|
|
Requires: nfs-utils
|
|
Requires: python2
|
|
Requires: grep
|
|
Requires: sed
|
|
Requires: net-tools
|
|
Requires: rpm-python
|
|
BuildRequires: /usr/bin/pod2man
|
|
BuildRequires: perl-generators
|
|
|
|
%description
|
|
The BeakerLib project means to provide a library of various helpers, which
|
|
could be used when writing operating system level integration tests.
|
|
|
|
%package vim-syntax
|
|
Summary: Files for syntax highlighting BeakerLib tests in VIM editor
|
|
Group: Development/Libraries
|
|
Requires: vim-common
|
|
BuildRequires: vim-common
|
|
|
|
%description vim-syntax
|
|
Files for syntax highlighting BeakerLib tests in VIM editor
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
make build
|
|
|
|
%install
|
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
|
%{!?_tmpfilesdir: %global _tmpfilesdir %{_prefix}/lib/tmpfiles.d/}
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make PKGDOCDIR=%{_pkgdocdir} DESTDIR=$RPM_BUILD_ROOT install
|
|
mkdir -p $RPM_BUILD_ROOT/%{_tmpfilesdir}
|
|
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{_tmpfilesdir}/%{name}.conf
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%dir %{_datadir}/%{name}
|
|
%dir %{_pkgdocdir}
|
|
%dir %{_pkgdocdir}/examples
|
|
%dir %{_pkgdocdir}/examples/*
|
|
%{_datadir}/%{name}/dictionary.vim
|
|
%{_datadir}/%{name}/*.sh
|
|
%{_bindir}/%{name}-*
|
|
%{_mandir}/man1/%{name}*1*
|
|
%doc %{_pkgdocdir}/*
|
|
%config %{_tmpfilesdir}/%{name}.conf
|
|
|
|
|
|
%files vim-syntax
|
|
%{_datadir}/vim/vimfiles/after/ftdetect/beakerlib.vim
|
|
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
|
|
|
%changelog
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Thu Oct 29 2015 Dalibor Pospisil <dapospis@redhat.com> - 1.11-1
|
|
- fixed bugs 971347, 1076471, 1262888, 1216177, 1184414, 1192535, 1224345,
|
|
1211269, 1224362, 1205330, 1175513, 1211617, 1221352
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Wed Feb 4 2015 Dalibor Pospisil <dapospis@redhat.com> - 1.10-2
|
|
- remount if mounting already mounted mount point with options,
|
|
fixes bug 1173623
|
|
|
|
* Mon Dec 1 2014 Dalibor Pospisil <dapospis@redhat.com> - 1.10-1
|
|
- dropped support for rlSEBoolean functions
|
|
- fixed bugs 554280, 1003433, 1103137, 1105299, 1124440, 1124454, 1131934,
|
|
1131963, 1136206, 1155158, 1155234, 1158464, 1159191, and 1165265
|
|
|
|
* Thu Jul 17 2014 Dalibor Pospisil <dapospis@redhat.com> - 1.9-3
|
|
- reverted conditional phases support
|
|
|
|
* Wed Jul 2 2014 Dalibor Pospisil <dapospis@redhat.com> - 1.9-2
|
|
- bunch of fixes
|
|
|
|
* Tue Jun 17 2014 Dalibor Pospisil <dapospis@redhat.com> - 1.9-1
|
|
- rebase to upstream 1.9
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Tue Aug 20 2013 Petr Muller <muller@redhat.com> - 1.8-4
|
|
- Fix docdir usage to comply with Unversioned Docdirs
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.8-2
|
|
- Perl 5.18 rebuild
|
|
|
|
* Mon Jun 10 2013 Petr Muller <muller@redhat.com> - 1.8-1
|
|
- Update to new upstream version 1.8
|
|
|
|
* Thu May 09 2013 Petr Muller <muller@redhat.com> - 1.7-2
|
|
- Robustify journal to accept umlaut in distro release name
|
|
- Fix internal documentation
|
|
|
|
* 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
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Wed Jul 25 2012 Petr Muller <muller@redhat.com> - 1.6-1
|
|
- Updated to new upstream version
|
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Wed May 02 2012 Petr Muller <pmuller@redhat.com> - 1.5-1
|
|
- update to new upstream version
|
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Fri Jul 01 2011 Petr Muller <pmuller@redhat.com> - 1.4-1
|
|
- update to new upstream version
|
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Wed May 12 2010 Petr Muller <pmuller@redhat.com> - 1.3-1
|
|
- packaging fixes: permission fixes, added dep on python2,
|
|
- added examples as documentation files
|
|
|
|
* Thu Apr 29 2010 Petr Muller <pmuller@redhat.com> - 1.2-1
|
|
- packaging fixes: docdir change, specfile tweaks
|
|
- using consistently install -p everywhere
|
|
|
|
* Thu Apr 08 2010 Petr Muller <pmuller@redhat.com> - 1.2-0
|
|
- disable the testsuite and removed a 3rd party lib from the tree
|
|
|
|
* Mon Mar 22 2010 Petr Muller <pmuller@redhat.com> - 1.1-0
|
|
- packaging fixes
|
|
|
|
* Fri Feb 12 2010 Petr Muller <pmuller@redhat.com> - 1.0-3
|
|
- fixed bad path preventing tests from running
|
|
|
|
* Fri Feb 12 2010 Petr Muller <pmuller@redhat.com> - 1.0-2
|
|
- zillion of specfile tweaks for Fedora inclusion
|
|
- staf-rhts files were removed
|
|
- added a LICENSE file
|
|
- added a better package summary
|
|
- directory structure revamped
|
|
- improved rLDejaSum
|
|
|
|
* Wed Jan 27 2010 Petr Muller <pmuller@redhat.com> - 1.0-1
|
|
- genesis of the standalone BeakerLib
|