Add missing %license macro

This commit is contained in:
Stephen Gallagher 2017-02-01 20:44:40 -05:00 committed by Frantisek Kluknavsky
parent cfd38587d7
commit 3d2a58a6b0

View File

@ -1,7 +1,7 @@
Summary: A C library for multiple-precision floating-point computations
Name: mpfr
Version: 3.1.5
Release: 1%{?dist}
Release: 2%{?dist}
URL: http://www.mpfr.org/
Source0: http://www.mpfr.org/mpfr-current/%{name}-%{version}.tar.xz
# GFDL (mpfr.texi, mpfr.info and fdl.texi)
@ -70,7 +70,8 @@ fi
%files
%defattr(-,root,root,-)
%doc COPYING COPYING.LESSER NEWS README AUTHORS BUGS TODO doc/FAQ.html
%license COPYING COPYING.LESSER
%doc NEWS README AUTHORS BUGS TODO doc/FAQ.html
%{_libdir}/libmpfr.so.*
%{_pkgdocdir}/examples
@ -81,6 +82,9 @@ fi
%{_infodir}/mpfr.info*
%changelog
* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 3.1.5-2
- Add missing %%license macro
* Tue Sep 27 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 3.1.5-1
- rebase