[django-annoying] Initial Build (#731066).

kumarpraveen kumarpraveen at fedoraproject.org
Thu Aug 18 16:16:29 UTC 2011


commit d35ce7485f8a7b94cc7404949ed73babead4b016
Author: Praveen <daredevil at localhost.localdomain>
Date:   Thu Aug 18 21:46:13 2011 +0530

    Initial Build (#731066).

 .gitignore           |    1 +
 django-annoying.spec |   36 ++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a27699b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-annoying-0.7.6.tar.gz
diff --git a/django-annoying.spec b/django-annoying.spec
new file mode 100644
index 0000000..30d9c31
--- /dev/null
+++ b/django-annoying.spec
@@ -0,0 +1,36 @@
+Name:           django-annoying
+Version:        0.7.6
+Release:        1%{?dist}
+Summary:        Eliminate annoying things in the Django framework
+
+Group:          Development/Libraries
+License:        BSD
+URL:            http://bitbucket.org/offline/%{name}/wiki/Home
+
+Source0:        http://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools     
+
+%description
+Django-annoying is a django application that tries to 
+eliminate annoying things in the Django framework.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+
+
+%install
+%{__python} setup.py install --skip-build --root="$RPM_BUILD_ROOT"
+
+%files
+%doc PKG-INFO README.txt
+%{python_sitelib}/annoying/
+%{python_sitelib}/*.egg-info/
+
+%changelog
+* Sun Aug 16 2011 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 0.7.6-1
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..f32f6a4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ed6a3afc4e60288686a5089fe19837ed  django-annoying-0.7.6.tar.gz


More information about the scm-commits mailing list