[packages/mpdecimal] - updated to 2.4.1 (version used in Python 3.4; note: soname changed)

qboosh qboosh at pld-linux.org
Mon Oct 20 21:07:21 CEST 2014


commit eacca10573435610e634fbdf524fa28e0f6893df
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Oct 20 21:08:07 2014 +0200

    - updated to 2.4.1 (version used in Python 3.4; note: soname changed)

 mpdecimal.spec | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/mpdecimal.spec b/mpdecimal.spec
index 871dae2..86f8688 100644
--- a/mpdecimal.spec
+++ b/mpdecimal.spec
@@ -1,15 +1,16 @@
 Summary:	Fast arbitrary precision correctly-rounded decimal floating point arithmetic
 Summary(pl.UTF-8):	Szybka arytmetyka zmiennoprzecinkowa dowolnej precyzji z właściwym zaokrąglaniem
 Name:		mpdecimal
-Version:	2.3
-Release:	2
+Version:	2.4.1
+Release:	1
 License:	BSD
 Group:		Libraries
 #Source0Download: http://www.bytereef.org/mpdecimal/download.html
-Source0:	http://www.bytereef.org/software/mpdecimal/releases/%{name}-%{version}.tar.gz
-# Source0-md5:	71702aa93eff9a5fae5b5422b8f2da02
+#Source0:	http://www.bytereef.org/software/mpdecimal/releases/%{name}-%{version}.tar.gz
+# bytereef.org site is currently down (Oct 2014), temporarily use sources mirrored by Debian
+Source0:	http://ftp.debian.org/debian/pool/main/m/mpdecimal/%{name}_%{version}.orig.tar.gz
+# Source0-md5:	fae05d6382a284928349c501dd18f09e
 URL:		http://www.bytereef.org/mpdecimal/
-BuildRequires:	gmp-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -89,7 +90,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CHANGELOG.txt LICENSE.txt README.txt
-%attr(755,root,root) %{_libdir}/libmpdec.so.2.3
+%attr(755,root,root) %{_libdir}/libmpdec.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmpdec.so.2
 
 %files devel
 %defattr(644,root,root,755)
@@ -102,4 +104,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files apidocs
 %defattr(644,root,root,755)
-%doc doc/* literature
+%doc doc/*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mpdecimal.git/commitdiff/eacca10573435610e634fbdf524fa28e0f6893df



More information about the pld-cvs-commit mailing list