[python-django-followit] Initial import(#806557).

kumarpraveen kumarpraveen at fedoraproject.org
Mon Mar 26 14:22:51 UTC 2012


commit a6f14f48416d79d26fcfc7041bd35d6a8750a123
Author: Praveen <daredevil at localhost.localdomain>
Date:   Mon Mar 26 19:52:29 2012 +0530

    Initial import(#806557).

 .gitignore                  |    1 +
 python-django-followit.spec |   61 +++++++++++++++++++++++++++++++++++++++++++
 sources                     |    1 +
 3 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..67db2f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-followit-0.0.3.tar.gz
diff --git a/python-django-followit.spec b/python-django-followit.spec
new file mode 100644
index 0000000..c4efa19
--- /dev/null
+++ b/python-django-followit.spec
@@ -0,0 +1,61 @@
+%global pkgname django-followit
+%global mod_name followit
+
+Name:           python-%{pkgname}
+Version:        0.0.3
+Release:        3%{?dist}
+Summary:        A django app that allows users to follow django model objects
+
+Group:          Development/Libraries
+License:        BSD
+URL:            https://github.com/ASKBOT/%{pkgname}
+
+Source0:        http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+Requires:       python-django
+
+Provides:       %{pkgname} = %{version}-%{release}
+Obsoletes:      %{pkgname} < 0.0.3-2
+
+%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 %{pkgname}-%{version}
+rm -rf django_%{mod_name}.egg-info
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install --skip-build --root="$RPM_BUILD_ROOT"
+
+%files
+%{python_sitelib}/%{mod_name}/
+%{python_sitelib}/*.egg-info/
+%doc %{mod_name}/LICENSE PKG-INFO
+
+
+%changelog
+* Sun Mar 25 2012 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 0.0.3-3
+- Removed upstream egg.info and made minor changes according to review
+
+* Sat Mar 24 2012 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 0.0.3-2
+- Renamed to python-django-followit
+
+* Sun Jul 31 2011 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 0.0.3-1
+- New version release
+
+* Mon Jul 18 2011 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 0.0.2-3
+- Added new version, PKG-INFO
+
+* Sun Jul 17 2011 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 0.0.1-2.20110717git15ced1
+- Add license file in doc section
+
+* Sun Jul 10 2011 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 0.0.1-1.20110709gitb53320
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..d0afc06 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d5a675c5cd570ca91a5fb376153096ec  django-followit-0.0.3.tar.gz


More information about the scm-commits mailing list