[mpfr] - resolves: #743237 update to 3.1.0 - removed compatibility symlinks and provides

pschiffe pschiffe at fedoraproject.org
Thu Nov 10 20:12:01 UTC 2011


commit 3b8be1f69cf65dd794af3fd35220deb05781cfdc
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Thu Nov 10 21:11:28 2011 +0100

    - resolves: #743237
      update to 3.1.0
    - removed compatibility symlinks and provides

 .gitignore |    2 +-
 mpfr.spec  |   23 ++++++++++-------------
 sources    |    2 +-
 3 files changed, 12 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f0fac4..bec3ed2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mpfr-3.0.0.tar.bz2
+/mpfr-3.1.0.tar.xz
diff --git a/mpfr.spec b/mpfr.spec
index 8c982d0..bf829fe 100644
--- a/mpfr.spec
+++ b/mpfr.spec
@@ -1,9 +1,9 @@
 Summary: A C library for multiple-precision floating-point computations
 Name: mpfr
-Version: 3.0.0
-Release: 4%{?dist}.2
+Version: 3.1.0
+Release: 1%{?dist}
 URL: http://www.mpfr.org/
-Source0: http://www.mpfr.org/mpfr-current/%{name}-%{version}.tar.bz2
+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
@@ -12,11 +12,6 @@ BuildRequires: autoconf libtool gmp-devel
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 Requires: gmp >= 4.2.1
-%ifarch x86_64 s390x sparc64 ppc64
-Provides: libmpfr.so.1()(64bit)
-%else
-Provides: libmpfr.so.1
-%endif
 
 %description
 The MPFR library is a C library for multiple-precision floating-point
@@ -51,8 +46,8 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-iconv  -f iso-8859-1 -t utf-8 mpfr.info >mpfr.info.aux
-mv mpfr.info.aux mpfr.info
+iconv  -f iso-8859-1 -t utf-8 doc/mpfr.info > doc/mpfr.info.aux
+mv doc/mpfr.info.aux doc/mpfr.info
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT%{_libdir}/libmpfr.la
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
@@ -60,9 +55,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libmpfr.a
 cd ..
 mkdir $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
 mv $RPM_BUILD_ROOT/%{_docdir}/%{name}/ $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/
-ln -s libmpfr.so.4.0.0 $RPM_BUILD_ROOT%{_libdir}/libmpfr.so.1
-ln -s libmpfr.so.4.0.0 $RPM_BUILD_ROOT%{_libdir}/libmpfr.so.1.2.2
-
 
 %check
 make %{?_smp_mflags} check
@@ -98,6 +90,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/mpfr.info*
 
 %changelog
+* Thu Nov 10 2011 Peter Schiffer <pschiffe at redhat.com> - 3.1.0-1
+- resolves: #743237
+  update to 3.1.0
+- removed compatibility symlinks and provides
+
 * Wed Oct 26 2011 Marcela Mašláňová <mmaslano at redhat.com> - 3.0.0-4.2
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index 3f27708..0fdd134 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f45bac3584922c8004a10060ab1a8f9f  mpfr-3.0.0.tar.bz2
+6e495841bb026481567006cec0f821c3  mpfr-3.1.0.tar.xz


More information about the scm-commits mailing list