]> git.pld-linux.org Git - packages/gap-toric.git/commitdiff
- initial revision
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 29 Sep 2010 11:50:31 +0000 (11:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gap-toric.spec -> 1.1

gap-toric.spec [new file with mode: 0644]

diff --git a/gap-toric.spec b/gap-toric.spec
new file mode 100644 (file)
index 0000000..c9a78fe
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       toric varieties and some combinatorial geometry computations
+Name:          gap-toric
+Version:       1.6
+Release:       0.1
+License:       GPL v2
+Group:         Applications/Math
+Source0:       http://www.opensourcemath.org/toric/toric%{version}.tar.gz
+# Source0-md5: 9a58c542cca1d24ac2ae8e22c53c54c0
+URL:           http://www.opensourcemath.org/toric/
+Requires:      gap >= 4.3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Toric is a package that implements some computations related to
+toric varieties and combinatorial geometry in GAP. With toric,
+affine toric varieties can be created and related information
+about them can be calculated.
+
+%prep
+%setup -q -n toric%{version}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/gap/toric/lib
+
+install -p *.g $RPM_BUILD_ROOT%{_datadir}/gap/toric
+install -p lib/* $RPM_BUILD_ROOT%{_datadir}/gap/toric/lib
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {README,CHANGES}.toric
+%{_datadir}/gap/pkg/toric
This page took 0.053679 seconds and 4 git commands to generate.