[python-django-contact-form] initial import for f18

Matthias Runge mrunge at fedoraproject.org
Mon Apr 30 20:01:38 UTC 2012


commit 1cc9d6bc97164d7c3c89c12729587497cdb330ef
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Mon Apr 30 22:01:25 2012 +0200

    initial import for f18

 .gitignore                      |    1 +
 python-django-contact-form.spec |   67 +++++++++++++++++++++++++++++++++++++++
 sources                         |    1 +
 3 files changed, 69 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7c8cdb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-contact-form-97559a887345.tar.gz
diff --git a/python-django-contact-form.spec b/python-django-contact-form.spec
new file mode 100644
index 0000000..cbd0751
--- /dev/null
+++ b/python-django-contact-form.spec
@@ -0,0 +1,67 @@
+%global pkgname django-contact-form
+%global obs_ver 0.3-8
+%define alphatag 97559a887345
+
+Name:           python-django-contact-form
+Version:        0.3
+Release:        8%{?dist}.hg%{alphatag}
+Summary:        An extensible contact-form application for Django
+
+Group:          Development/Languages
+License:        BSD
+URL:            http://bitbucket.org/ubernostrum/django-contact-form/
+# http://bitbucket.org/ubernostrum/django-contact-form/get/97559a887345.gz
+Source0:        %{pkgname}-%{alphatag}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python2-devel
+Requires:       python-django
+
+Provides:       %{pkgname} = %{version}-%{release}
+Obsoletes:      %{pkgname} < %{obs_ver}
+
+
+%description
+An extensible contact-form application for Django
+
+%prep
+%setup -q -n %{pkgname}
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE.txt README.txt docs/*
+%{python_sitelib}/contact_form
+%{python_sitelib}/contact_form-%{version}-py?.?.egg-info
+
+%changelog
+* Wed Apr 25 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.3-8.hg97559a887345
+- package renamed to python-django-contact-form
+- minor spec cleanup
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-7.hg97559a887345
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-6.hg97559a887345
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.3-5.hg97559a887345
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-4.hg97559a887345
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Mar 10 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 0.3-3.hg97559a887345
+- Update to a newer release from hg
+
+* Mon Mar 02 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 0.3-2
+- Add Requires: Django
+
+* Wed Feb 18 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 0.3-1
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..fad104d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+10032cc7ec21358a4524ea1a69ac82aa  django-contact-form-97559a887345.tar.gz


More information about the scm-commits mailing list