lost cygdb
This commit is contained in:
parent
21a64eda2e
commit
cde3f20305
@ -5,7 +5,7 @@
|
|||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.14
|
Version: 0.14
|
||||||
#Release: 1.beta2%{?dist}
|
#Release: 1.beta2%{?dist}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A language for writing Python extension modules
|
Summary: A language for writing Python extension modules
|
||||||
|
|
||||||
#%define upstreamversion %{version}.beta2
|
#%define upstreamversion %{version}.beta2
|
||||||
@ -54,6 +54,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/cython
|
%{_bindir}/cython
|
||||||
|
%{_bindir}/cygdb
|
||||||
%{python_sitearch}/Cython
|
%{python_sitearch}/Cython
|
||||||
%{python_sitearch}/cython.py*
|
%{python_sitearch}/cython.py*
|
||||||
%{python_sitearch}/pyximport
|
%{python_sitearch}/pyximport
|
||||||
@ -64,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 15 2010 Neal Becker <ndbecker2@gmail.com> - 0.14-2
|
||||||
|
- Add cygdb
|
||||||
|
|
||||||
* Wed Dec 15 2010 Neal Becker <ndbecker2@gmail.com> - 0.14-1
|
* Wed Dec 15 2010 Neal Becker <ndbecker2@gmail.com> - 0.14-1
|
||||||
- Update to 0.14
|
- Update to 0.14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user