From aec81ed14f2828636915b67cbccee910f2ad3a16 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:50:41 +0100 Subject: [PATCH] rebuilt with -py3 package [release 15.0.2-2mamba;Sun Jun 26 2016] --- python-virtualenv.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index de5efdd..f632fca 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,6 +1,6 @@ Name: python-virtualenv Version: 15.0.2 -Release: 1mamba +Release: 2mamba Summary: Virtual Python Environment builder Group: System/Libraries/Python Vendor: openmamba @@ -21,6 +21,10 @@ BuildArch: noarch %description virtualenv is a tool to create isolated Python environments. +%if "%{?with_pyver}" +%pyver_package +%endif + %prep %setup -q -n virtualenv-%{version} @@ -49,11 +53,14 @@ help2man \ %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %{_mandir}/man1/virtualenv.1* %changelog +* Sun Jun 26 2016 Silvan Calarco 15.0.2-2mamba +- rebuilt with -py3 package + * Thu Jun 02 2016 Automatic Build System 15.0.2-1mamba - automatic version update by autodist