Compare commits
No commits in common. "master" and "f27" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
gengetopt-2.22.3.tar.gz
|
||||
/gengetopt-2.22.5.tar.gz
|
||||
/gengetopt-2.22.6.tar.gz
|
||||
/gengetopt-2.23.tar.xz
|
||||
|
@ -1,15 +1,15 @@
|
||||
Name: gengetopt
|
||||
Version: 2.23
|
||||
Release: 1%{dist}
|
||||
Version: 2.22.6
|
||||
Release: 10%{dist}
|
||||
Summary: Tool to write command line option parsing code for C programs
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/gengetopt/
|
||||
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gcc
|
||||
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||
%ifnarch s390
|
||||
BuildRequires: valgrind
|
||||
BuildRequires: texinfo
|
||||
%endif
|
||||
Requires(post): info
|
||||
Requires(preun): info
|
||||
Provides: bundled(gnulib)
|
||||
|
||||
%description
|
||||
@ -60,6 +60,14 @@ popd
|
||||
%check
|
||||
make check
|
||||
|
||||
%post
|
||||
install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
|
||||
|
||||
%preun
|
||||
if [ $1 = 0 ]; then
|
||||
install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
|
||||
fi
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog NEWS README THANKS TODO
|
||||
%doc doc/index.html doc/%{name}.html
|
||||
@ -67,28 +75,10 @@ make check
|
||||
%license COPYING LICENSE
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/%{name}/
|
||||
%{_infodir}/*.info*
|
||||
%{_infodir}/%{name}.info*
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 9 2019 Mosaab Alzoubi <moceap[At]hotmail[Dot]com> - 2.23 -1
|
||||
- Update to 2.23
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.22.6-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Mar 7 2019 Tim Landscheidt <tim@tim-landscheidt.de> - 2.22.6-14%{dist}
|
||||
- Remove obsolete requirements for %%post/%%preun scriptlets
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.22.6-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.22.6-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.22.6-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.22.6-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user