- Run spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/devel:tools/gengetopt?expand=0&rev=23
This commit is contained in:
Martin Pluskal
2018-04-13 12:04:32 +00:00
committed by Git OBS Bridge
parent afefa81d5c
commit 34d8904a00
2 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 13 12:02:12 UTC 2018 - mpluskal@suse.com
- Run spec-cleaner
-------------------------------------------------------------------
Fri Apr 13 11:54:37 UTC 2018 - ncutler@suse.com

View File

@@ -22,7 +22,7 @@ Release: 0
Summary: Commandline parser generator
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
Url: https://www.gnu.org/software/gengetopt/
URL: https://www.gnu.org/software/gengetopt/
Source0: https://ftp.gnu.org/gnu/gengetopt/%{name}-%{version}.tar.gz
Source1: https://ftp.gnu.org/gnu/gengetopt/%{name}-%{version}.tar.gz.sig
Source2: %{name}.keyring
@@ -67,11 +67,11 @@ make check --jobs 1
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
%files
%defattr(-, root, root)
%doc COPYING ChangeLog LICENSE NEWS README THANKS
%license COPYING LICENSE
%doc ChangeLog NEWS README THANKS
%doc doc/*.h doc/*.c doc/*.ggo doc/README.example
%{_bindir}/%{name}
%{_infodir}/%{name}.info%{ext_info}
%{_mandir}/man1/%{name}.1%{ext_man}
%{_infodir}/%{name}.info%{?ext_info}
%{_mandir}/man1/%{name}.1%{?ext_man}
%changelog