automatic update by autodist [release 4.7.2-1mamba;Sat Sep 17 2016]

This commit is contained in:
Automatic Build System 2024-01-05 16:51:27 +01:00
parent e9926ee7c4
commit 2d80a178b1

View File

@ -1,5 +1,5 @@
Name: python-virtualenvwrapper
Version: 4.7.1
Version: 4.7.2
Release: 1mamba
Summary: A set of extensions to virtualenv tool
Group: System/Libraries
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://virtualenvwrapper.readthedocs.org
Source: https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
Source: https://pypi.debian.net/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
@ -38,13 +38,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist
%defattr(-,root,root)
%doc AUTHORS LICENSE ChangeLog README.txt
%changelog
* Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 4.7.2-1mamba
- automatic update by autodist
* Fri Sep 18 2015 Automatic Build System <autodist@mambasoft.it> 4.7.1-1mamba
- automatic version update by autodist