rpms/palp/F-9 palp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Conrad Meyer konradm at fedoraproject.org
Sun Dec 14 06:13:58 UTC 2008


Author: konradm

Update of /cvs/pkgs/rpms/palp/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30467

Modified Files:
	.cvsignore sources 
Added Files:
	palp.spec 
Log Message:
Import.


--- NEW FILE palp.spec ---
Name:           palp
Version:        1.1
Release:        2%{?dist}
Summary:        A Package for Analyzing Lattice Polytopes
Group:          Applications/Engineering
License:        GPLv3+
URL:            http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html
Source0:        http://hep.itp.tuwien.ac.at/~kreuzer/CY/palp/palp-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
PALP contains routines for vertex and facet enumeration, computation of
incidences and symmetries, as well as completion of the set of lattice
points in the convex hull of a given set of points. In addition, there
are procedures specialised to reflexive polytopes such as the enumeration
of reflexive subpolytopes, and applications to toric geometry and string
theory, like the computation of Hodge data and fibration structures for
toric Calabi-Yau varieties.


%prep
%setup -q -n %{name}


%build
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
for exe in *.x; do
  install -m 755 $exe $RPM_BUILD_ROOT%{_bindir}/%{name}-$exe
done


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/%{name}-*


%changelog
* Sat Dec 13 2008 Conrad Meyer <konrad at tylerc.org> - 1.1-2
- Correct license to GPLv3+.

* Sat Dec 13 2008 Conrad Meyer <konrad at tylerc.org> - 1.1-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/palp/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Dec 2008 04:51:45 -0000	1.1
+++ .cvsignore	14 Dec 2008 06:13:27 -0000	1.2
@@ -0,0 +1 @@
+palp-1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/palp/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Dec 2008 04:51:45 -0000	1.1
+++ sources	14 Dec 2008 06:13:28 -0000	1.2
@@ -0,0 +1 @@
+6133f32e22a594f15d0c883b2b3eb26c  palp-1.1.tar.gz




More information about the fedora-extras-commits mailing list