[python-django] don't hardcode py3.3.egg-info

Matthias Runge mrunge at fedoraproject.org
Mon May 12 12:16:02 UTC 2014


commit 89565a872235a7bfe1ee944cdadc17c2dbb3a8c8
Author: Matthias Runge <mrunge at redhat.com>
Date:   Mon May 12 14:15:19 2014 +0200

    don't hardcode  py3.3.egg-info

 python-django.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-django.spec b/python-django.spec
index be2f13f..860493b 100644
--- a/python-django.spec
+++ b/python-django.spec
@@ -17,7 +17,7 @@
 
 Name:           python-django
 Version:        1.6.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A high-level Python Web framework
 
 Group:          Development/Languages
@@ -562,7 +562,7 @@ popd
 %{python3_sitelib}/django/conf/urls/
 %{python3_sitelib}/django/conf/locale/*/*.py*
 %{python3_sitelib}/django/conf/locale/*.py*
-%{python3_sitelib}/%{pkgname}-%{version}-py3.3.egg-info
+%{python3_sitelib}/%{pkgname}-%{version}-py3.?.egg-info
 %{python3_sitelib}/django/__pycache__
 %{python3_sitelib}/django/bin/__pycache__
 %{python3_sitelib}/django/bin/profiling/__pycache__
@@ -587,6 +587,9 @@ popd
 
 
 %changelog
+* Mon May 12 2014 Matthias Runge <mrunge at redhat.com> - 1.6.4-2
+- don't hardcode python3.3
+
 * Wed May 07 2014 Matthias Runge <mrunge at redhat.com> - 1.6.4-1
 - update to 1.6.4 fix a potential regression in reverse()
 


More information about the scm-commits mailing list