From 3d2a58a6b0a5f8a2f3bb5f66031e1e9dcad0cf3e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 1 Feb 2017 20:44:40 -0500 Subject: [PATCH] Add missing %license macro --- mpfr.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mpfr.spec b/mpfr.spec index b495af1..3d7f193 100644 --- a/mpfr.spec +++ b/mpfr.spec @@ -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 - 3.1.5-2 +- Add missing %%license macro + * Tue Sep 27 2016 Frantisek Kluknavsky - 3.1.5-1 - rebase