SPECS: f2py.spec (NEW) - initial pld release
arekm
arekm at pld-linux.org
Wed Jun 29 15:38:18 CEST 2005
Author: arekm Date: Wed Jun 29 13:38:18 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial pld release
---- Files affected:
SPECS:
f2py.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/f2py.spec
diff -u /dev/null SPECS/f2py.spec:1.1
--- /dev/null Wed Jun 29 15:38:18 2005
+++ SPECS/f2py.spec Wed Jun 29 15:38:09 2005
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+%define module f2py2e
+Summary: Fortran to Python interface generator
+Summary(pl): Oprogramowanie do robienia kopii zapasowych
+Name: f2py
+Version: 2.45.241_1926
+Release: 1
+License: GPL
+Group: Networking/Utilities
+Source0: http://cens.ioc.ee/projects/f2py2e/2.x/F2PY-%{version}.tar.gz
+# Source0-md5: 8aedac9cad32afdcddcfb026b6393ece
+URL: http://cens.ioc.ee/projects/f2py2e/
+%pyrequires_eq python-modules
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Fortran to Python interface generator.
+
+%prep
+%setup -q -n F2PY-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+ --root=$RPM_BUILD_ROOT \
+ --optimize=2
+
+find $RPM_BUILD_ROOT%{py_sitescriptdir} -name "*.py" | xargs rm
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{py_sitescriptdir}/%{module}
+
+%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 2005/06/29 13:38:09 arekm
+- initial pld release
+
+
================================================================
More information about the pld-cvs-commit
mailing list