From 8f49263d093cc15c670e7f02aef2d0919eceeec2 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Feb 21 2013 18:57:55 +0000 Subject: Reintroduce conditionals to maintain compat with el6. --- diff --git a/python-venusian.spec b/python-venusian.spec index 0d93525..68b5f3d 100644 --- a/python-venusian.spec +++ b/python-venusian.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} > 12 +%if 0%{?fedora} %global with_python3 1 %endif @@ -7,7 +7,7 @@ Name: python-%{modname} Version: 1.0 -Release: 0.1.%{alphaver}%{?dist} +Release: 0.6.%{alphaver}%{?dist} Summary: A library for deferring decorator actions Group: Development/Libraries @@ -71,8 +71,6 @@ popd %endif %install -rm -rf %{buildroot} - %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py install -O1 --skip-build --root %{buildroot} @@ -90,11 +88,7 @@ popd %{__python} setup.py nosetests -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %doc README.txt LICENSE.txt %{python_sitelib}/%{modname}/ %{python_sitelib}/%{modname}-%{version}*.egg-info @@ -108,6 +102,14 @@ rm -rf %{buildroot} %changelog +* Thu Feb 21 2013 Ralph Bean - 1.0-0.6.a7 +- Reintroduce conditionals to maintain cross-packaging with el6. + +* Thu Feb 21 2013 Peter Robinson 1.0-0.5.a7 +- Bump release so a7 is higher than the a3 in F18+ +- Drop Fedora 12 conditionals as it's long gone +- Modernise spec + * Fri Jan 18 2013 Ralph Bean - 1.0-0.1.a7 - Latest upstream version - Python3 subpackage