[django-recaptcha-works] Initial Build (#727382).

kumarpraveen kumarpraveen at fedoraproject.org
Tue Aug 2 13:49:29 UTC 2011


commit 5f16b85fbafb33e4a92310065ae987de74357661
Author: Praveen <daredevil at localhost.localdomain>
Date:   Tue Aug 2 17:39:03 2011 +0530

    Initial Build (#727382).

 django-recaptcha-works.spec |   40 ++++++++++++++++++++++++++++++++++++++++
 sources                     |    1 +
 2 files changed, 41 insertions(+), 0 deletions(-)
---
diff --git a/django-recaptcha-works.spec b/django-recaptcha-works.spec
new file mode 100644
index 0000000..337e463
--- /dev/null
+++ b/django-recaptcha-works.spec
@@ -0,0 +1,40 @@
+Name:           django-recaptcha-works
+Version:        0.3.4
+Release:        1%{?dist}
+Summary:        Integrate the reCaptcha service
+
+Group:          Development/Libraries
+License:        BSD
+URL:            http://www.codetrax.org/projects/%{name}
+Source0:        http://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools   
+
+%description
+django-recaptcha-works provides a Django form field that integrates 
+the reCaptcha service.
+
+%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 AUTHORS HELP LICENSE NOTICE README BUGS INSTALL PKG-INFO SUPPORT
+%{python_sitelib}/recaptcha_works/
+%{python_sitelib}/*.egg-info/
+
+
+%changelog
+* Tue Aug 2 2011 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 0.3.4-1
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..c5aa88c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+fbe17c468dd56c826a15376d50b32d10  django-recaptcha-works-0.3.4.tar.gz


More information about the scm-commits mailing list