From dc787f1468a5903a751bbde73d6a7b1c4af008d6 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 4 Mar 2017 15:09:15 +0000 Subject: [PATCH] Examples should be in devel, Minor cleanups --- mpfr.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/mpfr.spec b/mpfr.spec index f9e0231..f9653f4 100644 --- a/mpfr.spec +++ b/mpfr.spec @@ -1,12 +1,12 @@ Summary: A C library for multiple-precision floating-point computations Name: mpfr Version: 3.1.5 -Release: 2%{?dist} +Release: 3%{?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) License: LGPLv3+ and GPLv3+ and GFDL -Group: System Environment/Libraries + BuildRequires: autoconf libtool gmp-devel Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -21,7 +21,6 @@ ANSI/IEEE-754 standard for double-precision floating-point arithmetic %package devel Summary: Development tools A C library for mpfr library -Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -72,19 +71,21 @@ if [ "$1" = 0 ]; then fi %files -%defattr(-,root,root,-) %license COPYING COPYING.LESSER %doc NEWS README AUTHORS BUGS TODO doc/FAQ.html %{_libdir}/libmpfr.so.* -%{_pkgdocdir}/examples %files devel -%defattr(-,root,root,-) +%{_pkgdocdir}/examples %{_libdir}/libmpfr.so %{_includedir}/*.h %{_infodir}/mpfr.info* %changelog +* Sat Mar 4 2017 Peter Robinson 3.1.5-3 +- Examples should be in devel +- Minor cleanups + * Wed Feb 01 2017 Stephen Gallagher - 3.1.5-2 - Add missing %%license macro