diff --git a/system/devel/gmp/actions.py b/system/devel/gmp/actions.py index 9263625d..5f6da34f 100644 --- a/system/devel/gmp/actions.py +++ b/system/devel/gmp/actions.py @@ -4,9 +4,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt +from pisi.actionsapi import shelltools from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get @@ -30,4 +30,4 @@ def install(): if get.buildTYPE() == "emul32": return pisitools.doinfo("doc/*info*") - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README") + pisitools.dodoc("COPYING*", "README") \ No newline at end of file diff --git a/system/devel/gmp/pspec.xml b/system/devel/gmp/pspec.xml index 4b508768..b04b2f18 100644 --- a/system/devel/gmp/pspec.xml +++ b/system/devel/gmp/pspec.xml @@ -1,5 +1,5 @@ - + gmp @@ -8,15 +8,17 @@ Serdar Soytetir kaptan@pisilinux.org + system.devel LGPLv3+ library Arbitrary precision arithmetic library GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface. - mirrors://gnu/gmp/gmp-6.1.2.tar.xz + mirrors://gnu/gmp/gmp-6.2.0.tar.xz gmp + Arbitrary precision arithmetic library libgcc @@ -56,6 +58,13 @@ + + 2020-03-11 + 6.2.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-11 6.1.2 @@ -99,4 +108,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file diff --git a/system/devel/gmp/translations.xml b/system/devel/gmp/translations.xml index 1a9743cd..c9476970 100644 --- a/system/devel/gmp/translations.xml +++ b/system/devel/gmp/translations.xml @@ -11,5 +11,12 @@ gmp-devel gmp için geliştirme dosyaları + gmp-devel, gmp için geliştirme dosyalarını içerir. - + + + gmp-32bit + gmp için 32-bit paylaşımlı kitaplıklar + gmp-32bit, gmp için 32-bit paylaşımlı kitaplıklar içerir. + + \ No newline at end of file