[django-followit] initial spec

Rahul Sundaram sundaram at fedoraproject.org
Mon Jul 18 03:44:07 UTC 2011


commit 0500fdd3f78218653490c2d28370b5b8b6d877da
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Mon Jul 18 09:09:41 2011 +0530

    initial spec

 .gitignore           |    1 +
 django-followit.spec |   38 ++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0c39662 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/followit-0.0.2.tar.gz
diff --git a/django-followit.spec b/django-followit.spec
new file mode 100644
index 0000000..a3d95d4
--- /dev/null
+++ b/django-followit.spec
@@ -0,0 +1,38 @@
+%global srcname followit
+
+Name:           django-%{srcname}
+Version:        0.0.2
+Release:        1%{?dist}
+Summary:        A django app that allows users to follow django model objects
+
+Group:          Development/Libraries
+License:        BSD
+URL:            https://github.com/ASKBOT/%{name}
+
+Source0:        http://pypi.python.org/packages/source/f/%{srcname}/%{srcname}-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+
+%description
+The django-followit django app allows to easily set up a
+capability for the site users to follow various things on the site,
+represented by django model objects.
+
+%prep
+%setup -q -n %{srcname}-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install --skip-build --root=%{buildroot}
+
+%files
+%{python_sitelib}/followit/
+%{python_sitelib}/*.egg-info/
+%doc %{srcname}/LICENSE PKG-INFO
+
+%changelog
+* Mon Jul 18 2011 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 0.0.2-1
+- initial spec
diff --git a/sources b/sources
index e69de29..909e750 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+29fe8e4e2776de4642168697d6997750  followit-0.0.2.tar.gz


More information about the scm-commits mailing list