automatic version update by autodist [release 4.2.0-1mamba;Mon Jun 27 2016]
This commit is contained in:
parent
e66f9a8eab
commit
e7a28e7bf3
@ -1,5 +1,5 @@
|
|||||||
Name: python-zope-interface
|
Name: python-zope-interface
|
||||||
Version: 4.1.3
|
Version: 4.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Python library for API definitions through interfaces
|
Summary: Python library for API definitions through interfaces
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||||
URL: http://pypi.python.org/pypi/zope.interface
|
URL: http://pypi.python.org/pypi/zope.interface
|
||||||
Source: https://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
|
Source: https://pypi.debian.net/zope.interface/zope.interface-%{version}.tar.gz
|
||||||
License: Zope Public License
|
License: Zope Public License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -48,17 +48,27 @@ rm -f %{buildroot}%{python_sitearch}/zope/interface/_zope_interface_coptimizatio
|
|||||||
# remove tests
|
# remove tests
|
||||||
rm -rf %{buildroot}%{python_sitearch}/zope/interface/{tests,common/tests}
|
rm -rf %{buildroot}%{python_sitearch}/zope/interface/{tests,common/tests}
|
||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz,;\,\.c$,d;\,\.txt$,d;\,/tests/,d" %{name}.filelist
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz,;\,\.c$,d;\,\.txt$,d;\,/tests/,d" %{name}.filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files
|
||||||
|
#-f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python27_sitearch}/zope
|
||||||
|
%dir %{python27_sitearch}/zope/interface
|
||||||
|
%{python27_sitearch}/zope/interface/*
|
||||||
|
%dir %{python27_sitearch}/zope.interface-*-py*.egg-info
|
||||||
|
%{python27_sitearch}/zope.interface-*-py*.egg-info/*
|
||||||
|
%dir %{python27_sitearch}/zope.interface-*-py*.pth
|
||||||
%doc COPYRIGHT.txt LICENSE.txt
|
%doc COPYRIGHT.txt LICENSE.txt
|
||||||
#%doc CHANGES.txt README.txt
|
#%doc CHANGES.txt README.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 27 2016 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Oct 05 2015 Automatic Build System <autodist@mambasoft.it> 4.1.3-1mamba
|
* Mon Oct 05 2015 Automatic Build System <autodist@mambasoft.it> 4.1.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user