Compare commits
No commits in common. "master" and "el6" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,2 @@
|
||||
gengetopt-2.22.3.tar.gz
|
||||
/gengetopt-2.22.5.tar.gz
|
||||
/gengetopt-2.22.6.tar.gz
|
||||
/gengetopt-2.23.tar.xz
|
||||
|
119
gengetopt.spec
119
gengetopt.spec
@ -1,16 +1,18 @@
|
||||
Name: gengetopt
|
||||
Version: 2.23
|
||||
Release: 1%{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
|
||||
Summary: Tool to write command line option parsing code for C programs
|
||||
Name: gengetopt
|
||||
Version: 2.22.5
|
||||
Release: 3%{dist}
|
||||
License: GPLv3+
|
||||
Group: Development/Tools
|
||||
URL: http://www.gnu.org/software/gengetopt/
|
||||
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gcc
|
||||
BuildRequires: valgrind
|
||||
BuildRequires: texinfo
|
||||
Provides: bundled(gnulib)
|
||||
Requires(post): info
|
||||
Requires(preun): info
|
||||
|
||||
%ifarch %{ix86} x86_64 ppc ppc64 %{arm}
|
||||
BuildRequires: valgrind
|
||||
%endif
|
||||
|
||||
%description
|
||||
Gengetopt is a tool to generate C code to parse the command line arguments
|
||||
@ -40,15 +42,14 @@ find . -name '*.h' -exec chmod 644 {} ';'
|
||||
find . -name '*.ggo' -exec chmod 644 {} ';'
|
||||
|
||||
%build
|
||||
%configure
|
||||
# Parallel build doesn't work.
|
||||
%configure --docdir=%{_docdir}/%{name}-%{version}
|
||||
|
||||
make
|
||||
|
||||
%install
|
||||
%make_install INSTALL="%{__install} -p"
|
||||
rm -frv %{buildroot}%{_infodir}/dir
|
||||
# Use %%doc macro to install instead.
|
||||
rm -frv %{buildroot}%{_docdir}/%{name}
|
||||
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||
|
||||
mkdir ./examples
|
||||
pushd ./doc
|
||||
@ -60,68 +61,30 @@ popd
|
||||
%check
|
||||
make check
|
||||
|
||||
%post
|
||||
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
|
||||
|
||||
%preun
|
||||
if [ $1 = 0 ]; then
|
||||
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
|
||||
fi
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog NEWS README THANKS TODO
|
||||
%doc doc/index.html doc/%{name}.html
|
||||
%doc examples/
|
||||
%license COPYING LICENSE
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING LICENSE NEWS README THANKS TODO
|
||||
%doc doc/index.html
|
||||
%doc doc/%{name}.html
|
||||
%doc examples
|
||||
%doc %{_infodir}/%{name}.info*
|
||||
%doc %{_mandir}/man1/%{name}.1*
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/%{name}/
|
||||
%{_infodir}/*.info*
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/getopt.c
|
||||
%{_datadir}/%{name}/getopt1.c
|
||||
%{_datadir}/%{name}/gnugetopt.h
|
||||
|
||||
%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
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.22.6-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.22.6-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.22.6-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Mon Aug 24 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 2.22.6-6
|
||||
- Valgrind is not available only on s/390
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.6-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.22.6-4
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu Feb 20 2014 Christopher Meng <rpm@cicku.me> - 2.22.6-1
|
||||
- Update to 2.22.6
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
@ -189,10 +152,10 @@ make check
|
||||
- Parallel build problems fixed by upstream.
|
||||
- README.example added by upstream.
|
||||
|
||||
* Tue Jun 12 2007 Debarshi Ray <rishi@fedoraproject.org> - 2.20-1
|
||||
* Mon Jun 12 2007 Debarshi Ray <rishi@fedoraproject.org> - 2.20-1
|
||||
- Version bump to 2.20.
|
||||
|
||||
* Tue Jun 12 2007 Debarshi Ray <rishi@fedoraproject.org> - 2.19.1-3
|
||||
* Mon Jun 12 2007 Debarshi Ray <rishi@fedoraproject.org> - 2.19.1-3
|
||||
- Added 'BuildRequires: ...' for check stanza.
|
||||
- Added a check stanza.
|
||||
- Removed -devel package.
|
||||
|
Loading…
Reference in New Issue
Block a user