- Install into python_sitearch
- Remove noarch - Add %%check
This commit is contained in:
parent
b57878dfab
commit
493dbe7838
14
Cython.spec
14
Cython.spec
@ -1,9 +1,10 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
|
||||||
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
|
|
||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.9.8
|
Version: 0.9.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A language for writing Python extension modules
|
Summary: A language for writing Python extension modules
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -14,7 +15,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
BuildRequires: python-devel python-setuptools
|
BuildRequires: python-devel python-setuptools
|
||||||
Requires: python
|
Requires: python
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a development version of Pyrex, a language
|
This is a development version of Pyrex, a language
|
||||||
@ -44,18 +44,24 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%check
|
||||||
|
%{__python} runtests.py
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/cython
|
%{_bindir}/cython
|
||||||
%{python_sitelib}/Cython
|
%{python_sitearch}/Cython
|
||||||
%if 0%{?fedora} >= 9
|
%if 0%{?fedora} >= 9
|
||||||
%{python_sitelib}/Cython*egg-info
|
%{python_sitearch}/Cython*egg-info
|
||||||
%endif
|
%endif
|
||||||
%doc *.txt Demos Doc Tools
|
%doc *.txt Demos Doc Tools
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 13 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.8-2
|
||||||
|
- Install into python_sitearch
|
||||||
|
- Add %%check
|
||||||
|
|
||||||
* Fri Jun 13 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.8-1
|
* Fri Jun 13 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.8-1
|
||||||
- Update to 0.9.8
|
- Update to 0.9.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user