mirror of
https://abf.rosa.ru/djam/python-cython.git
synced 2025-02-23 22:02:47 +00:00
LOG Updated to 0.17
This commit is contained in:
parent
01913fb4ca
commit
c58d9196ce
2 changed files with 24 additions and 17 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
"Cython-0.15.tar.gz": b91780124a4061a9b77561b9467eaaea9933a799
|
||||
"Cython-0.17.tar.gz": 2e6f3b5e8fa036a6152fde3c52cd5606846331af
|
||||
|
|
|
@ -1,17 +1,13 @@
|
|||
%define tarname Cython
|
||||
%define name python-cython
|
||||
%define version 0.15
|
||||
%define release %mkrel 3
|
||||
|
||||
Summary: Language for writing C extensions to Python
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Source0: %{tarname}-%{version}.tar.gz
|
||||
Name: python-cython
|
||||
Version: 0.17
|
||||
Release: 1
|
||||
Source0: http://www.cython.org/release/%{tarname}-%{version}.tar.gz
|
||||
License: Apache License
|
||||
Group: Development/Python
|
||||
Url: http://www.cython.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: dos2unix
|
||||
|
||||
|
@ -24,10 +20,9 @@ edge functionality and optimizations.
|
|||
%setup -q -n %{tarname}-%{version}
|
||||
|
||||
%install
|
||||
%__rm -rf %{buildroot}
|
||||
find -name .*DS_Store* | xargs rm -rf
|
||||
|
||||
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILELIST
|
||||
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
|
||||
pushd Tools
|
||||
dos2unix cython-mode.el
|
||||
%__install -m 755 -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
|
||||
|
@ -37,17 +32,29 @@ popd
|
|||
#%%check
|
||||
#PYTHONPATH=`pwd`/../build/lib make test clean
|
||||
|
||||
%clean
|
||||
%__rm -rf %{buildroot}
|
||||
|
||||
%files -f FILELIST
|
||||
%defattr(-,root,root)
|
||||
%files
|
||||
%doc *.txt Demos Doc
|
||||
%{_sysconfdir}/emacs/site-start.d/*.el*
|
||||
%_bindir/cy*
|
||||
%py_platsitedir/Cython*
|
||||
%py_platsitedir/cython*
|
||||
%py_platsitedir/pyximport*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Aug 07 2011 Lev Givon <lev@mandriva.org> 0.15-1mdv2011.0
|
||||
* Sun Sep 02 2012 Lev Givon <lev@mandriva.org> 0.17-1
|
||||
+ Revision: 816174
|
||||
- Update to 0.17.
|
||||
|
||||
* Sun Apr 22 2012 Lev Givon <lev@mandriva.org> 0.16-1
|
||||
+ Revision: 792653
|
||||
- Update to 0.16.
|
||||
|
||||
* Tue Sep 20 2011 Lev Givon <lev@mandriva.org> 0.15.1-1
|
||||
+ Revision: 700563
|
||||
- Update to 0.15.1.
|
||||
|
||||
* Sun Aug 07 2011 Lev Givon <lev@mandriva.org> 0.15-1
|
||||
+ Revision: 693551
|
||||
- Update to 0.15.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue