]> git.pld-linux.org Git - packages/gap-toric.git/blame - gap-toric.spec
- builds, maybe even works, and yes, doc and html dirs must be there
[packages/gap-toric.git] / gap-toric.spec
CommitLineData
436b2d53
JR
1Summary: toric varieties and some combinatorial geometry computations
2Name: gap-toric
3Version: 1.6
4Release: 0.1
5License: GPL v2
6Group: Applications/Math
7Source0: http://www.opensourcemath.org/toric/toric%{version}.tar.gz
8# Source0-md5: 9a58c542cca1d24ac2ae8e22c53c54c0
9URL: http://www.opensourcemath.org/toric/
10Requires: gap >= 4.3
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14Toric is a package that implements some computations related to
15toric varieties and combinatorial geometry in GAP. With toric,
16affine toric varieties can be created and related information
17about them can be calculated.
18
19%prep
20%setup -q -n toric%{version}
21
22%build
23
24%install
25rm -rf $RPM_BUILD_ROOT
7bf164ff 26install -d $RPM_BUILD_ROOT%{_datadir}/gap/pkg/toric
436b2d53 27
7bf164ff
JR
28install -p *.g $RPM_BUILD_ROOT%{_datadir}/gap/pkg/toric
29cp -a lib html doc $RPM_BUILD_ROOT%{_datadir}/gap/pkg/toric
436b2d53
JR
30
31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%files
35%defattr(644,root,root,755)
36%doc {README,CHANGES}.toric
37%{_datadir}/gap/pkg/toric
This page took 0.075702 seconds and 4 git commands to generate.