[django-simple-captcha/f12/master] Build for F12 644883

Dave Riches dcr226 at fedoraproject.org
Thu Oct 21 13:54:22 UTC 2010


commit 3fa11eecb7b3f71805d6f87b01966c468db44e4f
Author: Dave Riches <dcr226 at fedorapeople.org>
Date:   Thu Oct 21 14:53:55 2010 +0100

    Build for F12 644883

 .gitignore                 |    1 +
 django-simple-captcha.spec |   60 ++++++++++++++++++++++++++++++++++++++++++++
 sources                    |    1 +
 3 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b38f07d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-simple-captcha-0.2.0.tar.gz
diff --git a/django-simple-captcha.spec b/django-simple-captcha.spec
new file mode 100644
index 0000000..9166b9e
--- /dev/null
+++ b/django-simple-captcha.spec
@@ -0,0 +1,60 @@
+#$Id$
+
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
+%endif
+
+
+Summary:	Django application to add captcha images to any Django form
+Name:		django-simple-captcha
+Version:	0.2.0
+Release:	4%{?dist}
+License:	MIT
+Group:		Development/Libraries
+URL:		http://code.google.com/p/django-simple-captcha/	
+Source:		http://django-simple-captcha.googlecode.com/files/django-simple-captcha-0.2.0.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
+BuildArch:	noarch
+
+BuildRequires:	python2-devel python-setuptools
+
+%description
+Django Simple Captcha is an extremely simple, yet highly customizable 
+Django application to add captcha images to any Django form
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}"
+
+%clean
+rm  -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE MANIFEST.in PKG-INFO
+%{python_sitelib}/captcha
+%{python_sitelib}/django_simple_captcha-%{version}-py2*
+%{python_sitelib}/captcha/*
+%changelog
+* Wed Oct 20 2010 Dave Riches <dcr226 at fedoraproject.org> - 0.2.0-4
+- fixed description
+
+* Wed Oct 20 2010 Dave Riches <dcr226 at fedoraproject.org> - 0.2.0-3
+- Fixed summary
+
+* Wed Oct 20 2010 Dave Riches <dcr226 at fedoraproject.org> - 0.2.0-2
+- fixed folder permissions
+
+* Wed Oct 20 2010 Dave Riches <dcr226 at fedoraproject.org> - 0.2.0-1
+- Packaged version 0.2.0
+
+* Sat Aug 21 2010 Dave Riches <dcr226 at fedoraproject.org> - 0.1.7-1
+- packaged for Fedora 12/13/14
+
diff --git a/sources b/sources
index e69de29..7134923 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+638fbc8e135ec7d9be26a5c5cec8b48d  django-simple-captcha-0.2.0.tar.gz


More information about the scm-commits mailing list