[python-queuelib] * Mon Oct 07 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.0-3 - Naming of Py3 package updated

Fabian Affolter fab at fedoraproject.org
Mon Oct 7 09:45:50 UTC 2013


commit 28f40ea03a9b77372b995b4db5b7013fb744ca41
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Mon Oct 7 11:45:27 2013 +0200

    * Mon Oct 07 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.0-3
    - Naming of Py3 package updated

 python-queuelib.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python-queuelib.spec b/python-queuelib.spec
index ccf86ef..b8d7e45 100644
--- a/python-queuelib.spec
+++ b/python-queuelib.spec
@@ -3,7 +3,7 @@
 
 Name:           python-queuelib
 Version:        1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A collection of persistent (disk-based) queues
 
 License:        BSD
@@ -20,13 +20,13 @@ Queuelib is a collection of persistent (disk-based) queues for
 Python. Queuelib goals are speed and simplicity.
 
 %if 0%{?with_python3}
-%package -n python3-%{name}
+%package -n python3-%{srcname}
 Summary:        A collection of persistent (disk-based) queues
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-nose
 
-%description -n python3-%{name}
+%description -n python3-%{srcname}
 Queuelib is a collection of persistent (disk-based) queues for
 Python. Queuelib goals are speed and simplicity.
 %endif # if with_python3
@@ -72,13 +72,16 @@ popd
 
 %if 0%{?with_python3}
 # Python 3
-%files -n python3-%{name}
+%files -n python3-%{srcname}
 %doc LICENSE NEWS README.rst
 %{python3_sitelib}/%{srcname}/
 %{python3_sitelib}/%{srcname}*.egg-info
 %endif # with_python3
 
 %changelog
+* Mon Oct 07 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.0-3
+- Naming of Py3 package updated
+
 * Mon Sep 09 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.0-2
 - Python macro updated
 


More information about the scm-commits mailing list