[gap-table-of-marks] Initial import.

Jerry James jjames at fedoraproject.org
Fri Jan 20 21:31:37 UTC 2012


commit f60c6617125ae937b49a385693d458e301058e62
Author: Jerry James <loganjerry at gmail.com>
Date:   Fri Jan 20 14:31:28 2012 -0700

    Initial import.

 .gitignore              |    1 +
 gap-table-of-marks.spec |   49 +++++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..aed507a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/tomlib1r2p2.tar.gz
diff --git a/gap-table-of-marks.spec b/gap-table-of-marks.spec
new file mode 100644
index 0000000..3645769
--- /dev/null
+++ b/gap-table-of-marks.spec
@@ -0,0 +1,49 @@
+%global upstreamver 1r2p2
+
+Name:           gap-table-of-marks
+Version:        %(echo %upstreamver | sed -r "s/r|p/./g")
+Release:        1%{?dist}
+Summary:        GAP Table of Marks package
+
+Group:          Applications/Engineering
+License:        GPLv2+
+URL:            http://schmidt.nuigalway.ie/tomlib/
+Source0:        http://schmidt.nuigalway.ie/tomlib/tomlib%{upstreamver}.tar.gz
+BuildArch:      noarch
+
+Provides:       gap-pkg-tomlib = %{version}-%{release}
+Requires:       gap-core
+
+%description
+This package provides access to several hundred tables of marks of
+almost simple groups and their maximal subgroups.
+
+%prep
+%setup -q -n tomlib
+
+# Remove spurious executable bits
+chmod a-x doc/tomlib.xml
+
+# Compress large tables of marks
+gzip --best data/*.tom
+
+%build
+# Nothing to do
+
+%install
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/gap/pkg
+cd ..
+cp -a tomlib $RPM_BUILD_ROOT%{_datadir}/gap/pkg
+rm -f $RPM_BUILD_ROOT%{_datadir}/gap/pkg/tomlib/README
+
+%posttrans -p %{_bindir}/update-gap-workspace
+
+%postun -p %{_bindir}/update-gap-workspace
+
+%files
+%doc README
+%{_datadir}/gap/pkg/tomlib/
+
+%changelog
+* Tue Jan  3 2012 Jerry James <loganjerry at gmail.com> - 1.2.2-1
+- Initial RPM
diff --git a/sources b/sources
index e69de29..96d1aaf 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+eb9798cbc044f7d7af9044133f086b96  tomlib1r2p2.tar.gz


More information about the scm-commits mailing list