[pari-elldata] Initial import (pari-elldata-20120415-5)

Paul Howarth pghmcfc at fedoraproject.org
Sat Jun 2 19:01:15 UTC 2012


commit 051b308e2214a318c0044dfb895d2861d954e1ce
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Jun 2 20:00:24 2012 +0100

    Initial import (pari-elldata-20120415-5)
    
    This package contains the optional PARI package elldata, which provides the
    Elliptic Curve Database of J. E. Cremona Elliptic, which can be queried by
    ellsearch and ellidentify.

 .gitignore        |    1 +
 elldata.tgz.asc   |    7 +++++++
 pari-elldata.spec |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 4 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7a506d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/elldata.tgz
diff --git a/elldata.tgz.asc b/elldata.tgz.asc
new file mode 100644
index 0000000..67f5010
--- /dev/null
+++ b/elldata.tgz.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+iEYEABECAAYFAk+K3RAACgkQeDPs8bVESBUBfgCfcewpc+vCCNujex5yhNajJTem
+go8An35kcassqlgWbFFaVQfpjZiAieSl
+=woVo
+-----END PGP SIGNATURE-----
diff --git a/pari-elldata.spec b/pari-elldata.spec
new file mode 100644
index 0000000..afd8441
--- /dev/null
+++ b/pari-elldata.spec
@@ -0,0 +1,53 @@
+Name:		pari-elldata
+Version:	20120415
+Release:	5%{?dist}
+Summary:	PARI/GP Computer Algebra System elliptic curves
+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/elldata.tgz
+Source1:	http://pari.math.u-bordeaux.fr/pub/pari/packages/elldata.tgz.asc
+BuildArch:	noarch
+
+%description
+This package contains the optional PARI package elldata, which provides the
+Elliptic Curve Database of J. E. Cremona Elliptic, which can be queried by
+ellsearch and ellidentify.
+
+%prep
+%setup -cq
+
+# We'll ship the README as %%doc
+mv data/elldata/README .
+
+%build
+
+%install
+mkdir -p %{buildroot}%{_datadir}/pari/
+cp -a data/elldata %{buildroot}%{_datadir}/pari/
+%{_fixperms} %{buildroot}%{_datadir}/pari/
+
+%files
+%doc README
+%{_datadir}/pari/
+
+%changelog
+* Mon May 28 2012 Paul Howarth <paul at city-fan.org> - 20120415-5
+- Drop conflict with old versions of pari, which cannot use this package but
+  aren't broken by it either
+
+* Wed May 23 2012 Paul Howarth <paul at city-fan.org> - 20120415-4
+- Conflict with old pari packages rather than pari-gp packages
+
+* Tue May 22 2012 Paul Howarth <paul at city-fan.org> - 20120415-3
+- Add dist tag
+- Use %%{_fixperms} to ensure packaged files have sane permissions
+- At least version 2.2.11 of pari-gp is required to use this data, so
+  conflict with older versions; can't use a versioned require here as it
+  would lead to circular build dependencies with pari itself
+
+* Mon May 21 2012 Paul Howarth <paul at city-fan.org> - 20120415-2
+- Ship the README as %%doc (#822896)
+
+* Fri May 18 2012 Paul Howarth <paul at city-fan.org> - 20120415-1
+- Initial RPM package
diff --git a/sources b/sources
index e69de29..c71a8f2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+935c9b3c24e61219ab03bbe4977f3745  elldata.tgz


More information about the scm-commits mailing list