From: Jan Rękorajski Date: Tue, 5 Apr 2011 11:10:32 +0000 (+0000) Subject: - obsoleted by f2py from python-numpy X-Git-Url: http://git.pld-linux.org/?p=packages%2Ff2py.git;a=commitdiff_plain;h=760d364133d99d8d423b26fb2178f70ad37ab64b - obsoleted by f2py from python-numpy Changed files: f2py.spec -> 1.10 --- diff --git a/f2py.spec b/f2py.spec deleted file mode 100644 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}