[django-profiles/f16] initial import

Matthias Runge mrunge at fedoraproject.org
Wed Nov 16 08:16:08 UTC 2011


commit 3b40aaad64e165a31ad2962004db8bc192a2c46f
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Wed Nov 16 09:15:56 2011 +0100

    initial import

 .gitignore           |    1 +
 django-profiles.spec |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 50 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/django-profiles.spec b/django-profiles.spec
new file mode 100644
index 0000000..1a657ee
--- /dev/null
+++ b/django-profiles.spec
@@ -0,0 +1,48 @@
+Name:           django-profiles
+Version:        0.2 
+Release:        1%{?dist}
+Summary:        A fairly simple user-profile management application for Django
+
+License:        MIT
+URL:            https://bitbucket.org/ubernostrum/%{name}/ 
+# wget https://bitbucket.org/ubernostrum/django-profiles/get/default.tar.bz2 -O django-profiles.tar.bz2
+# md5sum django-profiles.tar.bz2 
+# 5a94560b95f64dc3b786701647876484  django-profiles.tar.bz2
+Source0:        django-profiles.tar.bz2
+
+
+BuildArch:      noarch
+BuildRequires:  python-devel
+Requires:       Django
+
+%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-default
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+
+%files
+%defattr (-,root,root,-)
+%doc CHANGELOG.txt INSTALL.txt README.txt docs/*
+%{python_sitelib}/profiles
+%{python_sitelib}/django_profiles*
+
+
+
+%changelog
+* Thu Sep 15 2011 Matthias Runge <mrunge at matthias-runge.de> - 0.2-1
+- initial version
diff --git a/sources b/sources
index e69de29..11cd069 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5a94560b95f64dc3b786701647876484  django-profiles.tar.bz2


More information about the scm-commits mailing list