[django-threaded-multihost] Initial import (#720664).

kumarpraveen kumarpraveen at fedoraproject.org
Wed Jul 13 07:45:29 UTC 2011


commit 135bc210b394c858f4c45de01805ad1177455187
Author: Praveen <daredevil at localhost.localdomain>
Date:   Wed Jul 13 13:14:37 2011 +0530

    Initial import (#720664).

 .gitignore                     |    1 +
 django-threaded-multihost.spec |   44 ++++++++++++++++++++++++++++++++++++++++
 sources                        |    1 +
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8b6f6d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-threaded-multihost-1.4-0.tar.gz
diff --git a/django-threaded-multihost.spec b/django-threaded-multihost.spec
new file mode 100644
index 0000000..b83a36b
--- /dev/null
+++ b/django-threaded-multihost.spec
@@ -0,0 +1,44 @@
+%global srcversion 1.4-0
+
+Name:           django-threaded-multihost
+Version:        1.4.0
+Release:        1%{?dist}
+Summary:        Django app to enable multi-site awareness in Django apps
+
+Group:          Development/Libraries
+License:        BSD
+URL:            http://pypi.python.org/pypi/django-threaded-multihost/
+Source0:        http://pypi.python.org/packages/source/d/django-threaded-multihost/%{name}-%{srcversion}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python-setuptools
+BuildRequires:  python-devel    
+
+%description
+django-threaded multihost provides support utilities to
+enable easy multi-site awareness in Django apps.
+
+%prep
+%setup -q -n %{name}-%{srcversion}
+
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+
+
+%install
+%{__python} setup.py install --skip-build --root="$RPM_BUILD_ROOT"
+
+
+%files
+%{python_sitelib}/threaded_multihost/
+%{python_sitelib}/*.egg-info/
+
+%doc docs/ LICENSE.rst
+
+
+
+%changelog
+
+* Tue Jul 12 2011 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 1.4.0-1
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..a692002 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e32d1b554e7b6b4c7311cf29c7a384c2  django-threaded-multihost-1.4-0.tar.gz


More information about the scm-commits mailing list