diff --git a/.gitignore b/.gitignore index e69de29..379b3be 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/galdata.tgz diff --git a/galdata.tgz.asc b/galdata.tgz.asc new file mode 100644 index 0000000..dece053 --- /dev/null +++ b/galdata.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.6 (GNU/Linux) + +iD8DBQBIKZ9peDPs8bVESBURAhxWAJ9dNPGtP+7bpEjYW5aovSJP3E1lswCfTgmI +LHEOuRLnBti28qw0jXKKSQ4= +=obMr +-----END PGP SIGNATURE----- diff --git a/pari-galdata.spec b/pari-galdata.spec new file mode 100644 index 0000000..bc76e10 --- /dev/null +++ b/pari-galdata.spec @@ -0,0 +1,42 @@ +Name: pari-galdata +Version: 20080411 +Release: 3%{?dist} +Summary: PARI/GP Computer Algebra System Galois resolvents +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/galdata.tgz +Source1: http://pari.math.u-bordeaux.fr/pub/pari/packages/galdata.tgz.asc +BuildArch: noarch + +%description +This package contains the optional PARI package galdata, which provides +the Galois resolvents for the polgalois function, for degrees 8 through 11. + +%prep +%setup -cq + +%build + +%install +mkdir -p %{buildroot}%{_datadir}/pari/ +cp -a data/galdata %{buildroot}%{_datadir}/pari/ +%{_fixperms} %{buildroot}%{_datadir}/pari/ + +%files +%{_datadir}/pari/ + +%changelog +* Fri Jun 1 2012 Paul Howarth - 20080411-3 +- 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 - 20080411-2 +- Add dist tag +- Use %%{_fixperms} to ensure packaged files have sane permissions +- At least version 2.2.7 of pari 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 + +* Fri May 18 2012 Paul Howarth - 20080411-1 +- Initial RPM package diff --git a/sources b/sources index e69de29..eba6422 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +f9f61b2930757a785b568e5d307a7d75 galdata.tgz