update to 3.1.1
This commit is contained in:
Peter Schiffer 2012-07-26 17:32:53 +02:00
parent 4515136771
commit b97b4041f8
3 changed files with 8 additions and 10 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/mpfr-3.1.0.tar.xz
/mpfr-3.1.1.tar.xz

View File

@ -1,13 +1,12 @@
Summary: A C library for multiple-precision floating-point computations
Name: mpfr
Version: 3.1.0
Release: 3%{?dist}
Version: 3.1.1
Release: 1%{?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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: autoconf libtool gmp-devel
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@ -40,12 +39,10 @@ install the mpfr package.
%setup -q
%build
%configure --disable-assert
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
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
@ -75,9 +72,6 @@ if [ "$1" = 0 ]; then
fi
fi
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING COPYING.LESSER NEWS README
@ -90,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/mpfr.info*
%changelog
* Thu Jul 26 2012 Peter Schiffer <pschiffe@redhat.com> - 3.1.1-1
- resolves: #837563
update to 3.1.1
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
6e495841bb026481567006cec0f821c3 mpfr-3.1.0.tar.xz
91d51c41fcf2799e4ee7a7126fc95c17 mpfr-3.1.1.tar.xz