[django-tinymce] Initial import (#728823).

Yuguang Wang yuwang at fedoraproject.org
Wed Jan 4 05:00:03 UTC 2012


commit 1aa848f4b2614ff14844fa288deb0fa79283a0de
Author: Yuguang Wang <yuwang at redhat.com>
Date:   Wed Jan 4 10:26:06 2012 +0800

    Initial import (#728823).

 .gitignore          |    1 +
 django-tinymce.spec |   45 +++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..683ba22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-tinymce-1.5.tar.gz
diff --git a/django-tinymce.spec b/django-tinymce.spec
new file mode 100644
index 0000000..989ae09
--- /dev/null
+++ b/django-tinymce.spec
@@ -0,0 +1,45 @@
+Name:           django-tinymce
+Version:        1.5
+Release:        2%{?dist}
+Summary:        TinyMCE editor for Django applications
+
+Group:          Development/Libraries
+License:        MIT
+URL:            http://code.google.com/p/django-tinymce/
+Source0:        http://django-tinymce.googlecode.com/files/%{name}-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+
+%description
+A Django application that render a form field as a TinyMCE editor.
+
+%prep
+%setup -q -n %{name}-%{version}
+sed -i "s|\r||g" PKG-INFO
+
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+
+
+%install
+%{__python} setup.py install --skip-build --root="$RPM_BUILD_ROOT"
+
+
+%files
+%doc docs/history.rst docs/index.rst docs/installation.rst docs/usage.rst LICENSE.txt README.txt PKG-INFO
+%{python_sitelib}/tinymce/
+%{python_sitelib}/django_tinymce*.egg-info
+
+
+%changelog
+* Fri Nov 25 2011 Yuguang Wang <yuwang at redhat.com> - 1.5-2
+- Fix tarball checksum mismatch problem.
+
+* Fri Sep 30 2011 Yuguang Wang <yuwang at redhat.com> - 1.5-1
+- Remove spec file from source.
+
+* Fri Aug 5 2011 Yuguang Wang <yuwang at redhat.com> - 1.5
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..7789df8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+75fe943c596ffae1205847aed365a16b  django-tinymce-1.5.tar.gz


More information about the scm-commits mailing list