]> git.pld-linux.org Git - packages/f2py.git/blobdiff - f2py.spec
- obsoleted by f2py from python-numpy
[packages/f2py.git] / f2py.spec
diff --git a/f2py.spec b/f2py.spec
deleted file mode 100644 (file)
index 2151648..0000000
--- a/f2py.spec
+++ /dev/null
@@ -1,45 +0,0 @@
-%define        module  f2py2e
-Summary:       Fortran to Python interface generator
-Summary(pl.UTF-8):     Generator interfejsów z Fortranu do Pythona
-Name:          f2py
-Version:       2.45.241_1926
-Release:       3
-License:       LGPL
-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
-BuildRequires: python-modules
-BuildRequires: rpm-pythonprov
-BuildArch:     noarch
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-Fortran to Python interface generator.
-
-%description -l pl.UTF-8
-Generator interfejsów z Fortranu do Pythona.
-
-%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}
This page took 0.049033 seconds and 4 git commands to generate.