Remove hardcoded gzip suffix from GNU info pages

This commit is contained in:
Björn Esser 2019-04-24 14:56:35 +02:00
parent 3e6acd7020
commit eb94862a36
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -1,6 +1,6 @@
Name: libmicrohttpd
Version: 0.9.63
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 1
Summary: Lightweight library for embedding a webserver in applications
License: LGPLv2+
@ -98,14 +98,17 @@ fi
%files doc
%{_mandir}/man3/libmicrohttpd.3.gz
%{_infodir}/libmicrohttpd.info.gz
%{_infodir}/libmicrohttpd-tutorial.info.gz
%{_infodir}/libmicrohttpd.info.*
%{_infodir}/libmicrohttpd-tutorial.info.*
%{_infodir}/libmicrohttpd_performance_data.png.gz
%doc AUTHORS README ChangeLog
%doc examples
%doc html
%changelog
* Wed Apr 24 2019 Björn Esser <besser82@fedoraproject.org> - 1:0.9.63-2
- Remove hardcoded gzip suffix from GNU info pages
* Mon Feb 11 2019 Martin Gansser <martinkg@fedoraproject.org> - 1:0.9.63-1
- Update to 1:0.9.63-1