[python-django-profiles] initial import for package rename

Matthias Runge mrunge at fedoraproject.org
Sat Mar 24 20:29:47 UTC 2012


commit 4fc6ba3752bd56f47e28bae348731dc486ca5a14
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Sat Mar 24 21:29:18 2012 +0100

    initial import for package rename

 .gitignore                  |    1 +
 python-django-profiles.spec |   62 +++++++++++++++++++++++++++++++++++++++++++
 sources                     |    1 +
 3 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3c6f602 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-profiles.tar.bz2
diff --git a/python-django-profiles.spec b/python-django-profiles.spec
new file mode 100644
index 0000000..40e3414
--- /dev/null
+++ b/python-django-profiles.spec
@@ -0,0 +1,62 @@
+%global         pkgname django-profiles
+%global         obs_ver 0.2-3
+Name:           python-django-profiles
+Version:        0.2 
+Release:        5%{?dist}
+Summary:        A fairly simple user-profile management application for Django
+
+License:        BSD
+URL:            https://bitbucket.org/ubernostrum/%{pkgname}/ 
+# wget https://bitbucket.org/ubernostrum/django-profiles/get/daac18511394.tar.bz2 -O django-profiles.tar.bz2
+# md5sum django-profiles.tar.bz2 
+# aba786abdb5469b64d189931e3e4b7ea  django-profiles.tar.bz2
+Source0:        django-profiles.tar.bz2
+
+
+BuildArch:      noarch
+BuildRequires:  python2-devel
+Requires:       python-django
+
+Provides:               %{pkgname} = %{version}-%{release}
+Obsoletes:              %{pkgname} < %{obs_ver}
+
+
+%description
+A fairly simple user-profile management application for
+Django, designed to make the management of site-specific user
+profiles as painless as possible. It requires a functional
+installation of Django 1.0 or newer and provides a useful complement
+to `django-registration`, but has no other dependencies.
+
+%prep
+%setup -q -n ubernostrum-django-profiles-daac18511394
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+
+%files
+%doc CHANGELOG.txt README.txt LICENSE.txt docs/*
+%{python_sitelib}/profiles
+%{python_sitelib}/django_profiles*
+
+
+
+%changelog
+* Sat Mar 24 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.2-5
+- rename to python-django-profiles
+- fix source md5sum
+- correct License-Tag
+- add License-file
+- correct source file
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Thu Sep 15 2011 Matthias Runge <mrunge at matthias-runge.de> - 0.2-1
+- initial version
diff --git a/sources b/sources
index e69de29..97ad2c7 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+aba786abdb5469b64d189931e3e4b7ea  django-profiles.tar.bz2


More information about the scm-commits mailing list