Matthias Runge 4fc6ba3
%global         pkgname django-profiles
Matthias Runge 4fc6ba3
%global         obs_ver 0.2-3
Matthias Runge 4fc6ba3
Name:           python-django-profiles
Matthias Runge 4fc6ba3
Version:        0.2 
35ef13f
Release:        13%{?dist}
Matthias Runge 4fc6ba3
Summary:        A fairly simple user-profile management application for Django
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
License:        BSD
Matthias Runge 4fc6ba3
URL:            https://bitbucket.org/ubernostrum/%{pkgname}/ 
Matthias Runge 4fc6ba3
# wget https://bitbucket.org/ubernostrum/django-profiles/get/daac18511394.tar.bz2 -O django-profiles.tar.bz2
Matthias Runge 4fc6ba3
# md5sum django-profiles.tar.bz2 
Matthias Runge 4fc6ba3
# aba786abdb5469b64d189931e3e4b7ea  django-profiles.tar.bz2
Matthias Runge 4fc6ba3
Source0:        django-profiles.tar.bz2
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
BuildArch:      noarch
Matthias Runge 4fc6ba3
BuildRequires:  python2-devel
Matthias Runge 4fc6ba3
Requires:       python-django
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
Provides:               %{pkgname} = %{version}-%{release}
Matthias Runge 4fc6ba3
Obsoletes:              %{pkgname} < %{obs_ver}
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
%description
Matthias Runge 4fc6ba3
A fairly simple user-profile management application for
Matthias Runge 4fc6ba3
Django, designed to make the management of site-specific user
Matthias Runge 4fc6ba3
profiles as painless as possible. It requires a functional
Matthias Runge 4fc6ba3
installation of Django 1.0 or newer and provides a useful complement
Matthias Runge 4fc6ba3
to `django-registration`, but has no other dependencies.
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
%prep
Matthias Runge 4fc6ba3
%setup -q -n ubernostrum-django-profiles-daac18511394
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
%build
Matthias Runge 4fc6ba3
%{__python} setup.py build
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
%install
Matthias Runge 4fc6ba3
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
%files
Matthias Runge 4fc6ba3
%doc CHANGELOG.txt README.txt LICENSE.txt docs/*
Matthias Runge 4fc6ba3
%{python_sitelib}/profiles
Matthias Runge 4fc6ba3
%{python_sitelib}/django_profiles*
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
%changelog
35ef13f
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-13
35ef13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
35ef13f
36704ee
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-12
36704ee
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
36704ee
afc2097
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-11
afc2097
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
afc2097
ac0b521
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-10
ac0b521
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ac0b521
bbfff6b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-9
bbfff6b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
bbfff6b
191d948
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-8
191d948
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
191d948
b8beb43
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-7
b8beb43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b8beb43
739d161
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-6
739d161
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
739d161
Matthias Runge 4fc6ba3
* Sat Mar 24 2012 Matthias Runge <mrunge@matthias-runge.de> - 0.2-5
Matthias Runge 4fc6ba3
- rename to python-django-profiles
Matthias Runge 4fc6ba3
- fix source md5sum
Matthias Runge 4fc6ba3
- correct License-Tag
Matthias Runge 4fc6ba3
- add License-file
Matthias Runge 4fc6ba3
- correct source file
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-2
Matthias Runge 4fc6ba3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Matthias Runge 4fc6ba3
Matthias Runge 4fc6ba3
* Thu Sep 15 2011 Matthias Runge <mrunge@matthias-runge.de> - 0.2-1
Matthias Runge 4fc6ba3
- initial version