packages: gap-toric/gap-toric.spec (NEW) - initial revision

baggins baggins at pld-linux.org
Wed Sep 29 13:50:37 CEST 2010


Author: baggins                      Date: Wed Sep 29 11:50:37 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial revision

---- Files affected:
packages/gap-toric:
   gap-toric.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gap-toric/gap-toric.spec
diff -u /dev/null packages/gap-toric/gap-toric.spec:1.1
--- /dev/null	Wed Sep 29 13:50:37 2010
+++ packages/gap-toric/gap-toric.spec	Wed Sep 29 13:50:31 2010
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+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
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/09/29 11:50:31  baggins
+- initial revision
+
================================================================


More information about the pld-cvs-commit mailing list