[transifex/f19] change dependency django to python-django

Luis Enrique Bazán De León lbazan at fedoraproject.org
Mon Apr 15 14:38:10 UTC 2013


commit f7cc2c967d8652b85ddb3faf0aa4de76a30e325d
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Mon Apr 15 09:40:01 2013 -0500

    change dependency django to python-django

 transifex.spec |   51 ++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 40 insertions(+), 11 deletions(-)
---
diff --git a/transifex.spec b/transifex.spec
index 60cd433..b7cdb29 100644
--- a/transifex.spec
+++ b/transifex.spec
@@ -4,7 +4,7 @@
 
 Name:       transifex
 Version:    1.2.1
-Release:    6%{?dist}
+Release:    7%{?dist}
 Summary:    A system for distributed translation submissions
 
 Group:      Applications/Internet
@@ -16,21 +16,47 @@ BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 Obsoletes:  transifex-extras <= 0.9.1
 
-BuildRequires:  python-sphinx gettext python-markdown
-BuildRequires:  Django django-contact-form django-pagination django-tagging
-BuildRequires:  django-notification django-profile Django-south django-piston
-BuildRequires:  django-authority mercurial >= 1.3
+BuildRequires:  python-sphinx 
+BuildRequires:  gettext 
+BuildRequires:  python-markdown
+BuildRequires:  mercurial >= 1.3
+
+Requires:       python-django14 
+Requires:       python-django-contact-form
+Requires:       python-django-pagination
+Requires:       python-django-tagging
+Requires:       python-django-notification
+Requires:       python-django-profile
+Requires:       python-django-south >= 0.7.3
+Requires:       python-django-piston
+Requires:       python-django-authority
+Requires:       python-django-filter
+Requires:       python-django-sorting
+Requires:       python-django-ajax-selects
+Requires:       python-django-threadedcomments
+Requires:       python-django-staticfiles
+Requires:       python-django-addons
+BuildRequires:  python-django14
+BuildRequires:  python-django-contact-form
+BuildRequires:  python-django-pagination
+BuildRequires:  python-django-tagging
+BuildRequires:  python-django-notification
+BuildRequires:  python-django-profile
+BuildRequires:  python-django-south
+BuildRequires:  python-django-piston
+BuildRequires:  python-django-authority
+
 %if 0%{?rhel} && 0%{?rhel} <= 5
 BuildRequires: python-sqlite2
 Requires:   python-sqlite2
 %endif
 
-Requires:   mercurial >= 1.3 python-urlgrabber intltool >= 0.37.1
-Requires:   python-markdown python-pygments python-polib >= 0.4.2
-Requires:   Django django-contact-form django-pagination django-tagging
-Requires:   django-notification django-profile Django-south >= 0.7.3 django-piston
-Requires:   django-authority django-filter django-sorting
-Requires:   django-ajax-selects django-threadedcomments django-staticfiles django-addons
+Requires:   mercurial >= 1.3 
+Requires:   python-urlgrabber 
+Requires:   intltool >= 0.37.1
+Requires:   python-markdown 
+Requires:   python-pygments 
+Requires:   python-polib >= 0.4.2
 
 %description
 Transifex is a web-system that facilitates the process of submitting
@@ -130,6 +156,9 @@ rm -rf %{_sysconfdir}/%{name}
 
 
 %changelog
+* Mon Apr 15 2013 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-7
+- change dependency django to python-django
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list