[transifex/el6] changes dependencys to python-django-xxx

Luis Enrique Bazán De León lbazan at fedoraproject.org
Sun Oct 13 19:05:54 UTC 2013


commit b90dccbc7ae036c9521504bb3586f0161e7bf826
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Sat Oct 12 12:07:31 2013 -0500

    changes dependencys to python-django-xxx

 transifex.spec |   50 +++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 39 insertions(+), 11 deletions(-)
---
diff --git a/transifex.spec b/transifex.spec
index 64c49ac..4e33198 100644
--- a/transifex.spec
+++ b/transifex.spec
@@ -4,7 +4,7 @@
 
 Name:       transifex
 Version:    1.2.1
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    A system for distributed translation submissions
 
 Group:      Applications/Internet
@@ -16,20 +16,45 @@ 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:  Django 
+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:  django-piston
+BuildRequires:  python-django-authority 
+BuildRequires:  mercurial >= 1.3
+
 %if 0%{?rhel} <= 5
 BuildRequires: 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
+Requires:   Django 
+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  
+Requires:   django-piston
+Requires:   python-django-authority 
+Requires:   django-filter 
+Requires:   django-sorting
+Requires:   python-django-ajax-selects 
+Requires:   python-django-threadedcomments 
+Requires:   python-django-staticfiles 
+Requires:   python-django-addons
 Requires:   python-sqlite2
 
 %description
@@ -129,6 +154,9 @@ rm -f %{_sysconfdir}/%{name}
 
 
 %changelog
+* Sat Oct 12 2013 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-2
+- change dependency to python-django-xxxx
+
 * Tue Jan 10 2012 Domingo Becker <domingobecker at gmail.com> - 1.2.1-1
 - Update to new upstream version.
 


More information about the scm-commits mailing list