Fix typo
This commit is contained in:
parent
37ee66021c
commit
2db25af2e2
1 changed files with 5 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: Cython
|
||||
Version: 0.10
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A language for writing Python extension modules
|
||||
|
||||
Group: Development/Tools
|
||||
|
|
@ -51,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%defattr(-,root,root,-)
|
||||
%{_bindir}/cython
|
||||
%{python_sitearch}/Cython
|
||||
%{python_sitearch}/pximport
|
||||
%{python_sitearch}/pyximport
|
||||
%if 0%{?fedora} >= 9
|
||||
%{python_sitearch}/Cython*egg-info
|
||||
%endif
|
||||
|
|
@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Nov 9 2008 Neal Becker <ndbecker2@gmail.com> - 0.10-3
|
||||
- Fix typo
|
||||
|
||||
* Sun Nov 9 2008 Neal Becker <ndbecker2@gmail.com> - 0.10-1
|
||||
- Update to 0.10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue