[django-tinymce] rename package to python-django-tinymce

Yuguang Wang yuwang at fedoraproject.org
Mon Jul 16 08:15:28 UTC 2012


commit 56860a1c33c7cd27617fb392b8b489e92a671162
Author: Yuguang Wang <yuwang at redhat.com>
Date:   Mon Jul 16 16:15:03 2012 +0800

    rename package to python-django-tinymce

 django-tinymce.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/django-tinymce.spec b/django-tinymce.spec
index 8bf4a52..96d27d0 100644
--- a/django-tinymce.spec
+++ b/django-tinymce.spec
@@ -1,6 +1,6 @@
-Name:           django-tinymce
+Name:           python-django-tinymce
 Version:        1.5
-Release:        3%{?dist}
+Release:        1%{?dist}
 Summary:        TinyMCE editor for Django applications
 
 Group:          Development/Libraries
@@ -9,8 +9,11 @@ URL:            http://code.google.com/p/django-tinymce/
 Source0:        http://django-tinymce.googlecode.com/files/%{name}-%{version}.tar.gz
 
 BuildArch:      noarch
+Requires:       python-django
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+Obsoletes:      django-tinymce < 1.5-4
+Provides:       django-tinymce = %{version}-%{release}
 
 %description
 A Django application that render a form field as a TinyMCE editor.


More information about the scm-commits mailing list