]> git.pld-linux.org Git - packages/mpdecimal.git/commitdiff
- updated to 2.4.1 (version used in Python 3.4; note: soname changed) auto/th/mpdecimal-2.4.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 Oct 2014 19:08:07 +0000 (21:08 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 Oct 2014 19:08:07 +0000 (21:08 +0200)
mpdecimal.spec

index 871dae26c156f8b22f94a4f566ffc5cf4473bd29..86f86888c41581dcd2ab545b2fe14aef5e27806f 100644 (file)
@@ -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/*
This page took 0.0760960000000001 seconds and 4 git commands to generate.