[pari-galpol] Initial import (pari-galpol-20140218-1)

Paul Howarth pghmcfc at fedoraproject.org
Mon Mar 24 19:11:19 UTC 2014


commit 0fa21a9508365f700f3dae4762c2a6008bfad4c8
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Mar 24 19:10:42 2014 +0000

    Initial import (pari-galpol-20140218-1)
    
    This package contains the optional PARI package galpol, which contains a
    database of polynomials defining Galois extensions of the rationals
    representing all abstract groups of order up to 127 for all signatures
    (2429 polynomials).

 .gitignore       |    1 +
 galpol.tgz.asc   |    7 +++++++
 pari-galpol.spec |   35 +++++++++++++++++++++++++++++++++++
 sources          |    1 +
 4 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f859343 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/galpol.tgz
diff --git a/galpol.tgz.asc b/galpol.tgz.asc
new file mode 100644
index 0000000..41cb8e3
--- /dev/null
+++ b/galpol.tgz.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.12 (GNU/Linux)
+
+iEYEABECAAYFAlMDsiwACgkQeDPs8bVESBVTwACfU/BmZQrDcXZ6hh227dPTiqEd
+lPEAn2uOA+K1fNo4XW+1uDGBBFdr/W9C
+=pNSS
+-----END PGP SIGNATURE-----
diff --git a/pari-galpol.spec b/pari-galpol.spec
new file mode 100644
index 0000000..8e01839
--- /dev/null
+++ b/pari-galpol.spec
@@ -0,0 +1,35 @@
+Name:		pari-galpol
+Version:	20140218
+Release:	1%{?dist}
+Summary:	PARI/GP Computer Algebra System Galois polynomials
+Group:		System Environment/Libraries
+License:	GPLv2+
+URL:		http://pari.math.u-bordeaux.fr/packages.html
+Source0:	http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz
+Source1:	http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz.asc
+BuildArch:	noarch
+
+%description
+This package contains the optional PARI package galpol, which contains a
+database of polynomials defining Galois extensions of the rationals
+representing all abstract groups of order up to 127 for all signatures
+(2429 polynomials).
+
+%prep
+%setup -cq
+mv data/galpol/README .
+
+%build
+
+%install
+mkdir -p %{buildroot}%{_datadir}/pari/
+cp -a data/galpol %{buildroot}%{_datadir}/pari/
+%{_fixperms} %{buildroot}%{_datadir}/pari/
+
+%files
+%doc README
+%{_datadir}/pari/
+
+%changelog
+* Mon Mar 24 2014 Paul Howarth <paul at city-fan.org> - 20140218-1
+- Initial RPM package
diff --git a/sources b/sources
index e69de29..35e3102 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d54a87bd0a1b1c99f420abc224787b3c  galpol.tgz


More information about the scm-commits mailing list