rebuilt with -py3 package [release 15.0.2-2mamba;Sun Jun 26 2016]
This commit is contained in:
parent
14cc7bf4ac
commit
aec81ed14f
@ -1,6 +1,6 @@
|
|||||||
Name: python-virtualenv
|
Name: python-virtualenv
|
||||||
Version: 15.0.2
|
Version: 15.0.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Virtual Python Environment builder
|
Summary: Virtual Python Environment builder
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -21,6 +21,10 @@ BuildArch: noarch
|
|||||||
%description
|
%description
|
||||||
virtualenv is a tool to create isolated Python environments.
|
virtualenv is a tool to create isolated Python environments.
|
||||||
|
|
||||||
|
%if "%{?with_pyver}"
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n virtualenv-%{version}
|
%setup -q -n virtualenv-%{version}
|
||||||
|
|
||||||
@ -49,11 +53,14 @@ help2man \
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_mandir}/man1/virtualenv.1*
|
%{_mandir}/man1/virtualenv.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 26 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 15.0.2-2mamba
|
||||||
|
- rebuilt with -py3 package
|
||||||
|
|
||||||
* Thu Jun 02 2016 Automatic Build System <autodist@mambasoft.it> 15.0.2-1mamba
|
* Thu Jun 02 2016 Automatic Build System <autodist@mambasoft.it> 15.0.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user