Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Domingo Becker
350f2994bc Renamed to python-django-addons 2012-09-01 18:46:45 -03:00
4 changed files with 1 additions and 66 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/django-addons-0.6.3.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
Renamed to python-django-addons

View file

@ -1,64 +0,0 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: django-addons
Version: 0.6.3
Release: 4%{?dist}
Summary: A framework to create pluggable Django add-ons
Group: Development/Languages
License: BSD
URL: http://pypi.python.org/pypi/django-addons
Source: http://pypi.python.org/packages/source/d/django-addons/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel python-setuptools-devel Django
Requires: Django django-staticfiles
%description
A Django app used to add true plug-n-play functionality to your own Django
applications and projects.
%prep
%setup -q
%build
%{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --root $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{python_sitelib}/*
%doc LICENSE README
%changelog
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Thu Nov 04 2010 usuario - 0.6.3-1
- updated to 0.6.3
* Thu Nov 04 2010 Domingo Becker <domingobecker@gmail.com> - 0.6.2-2
- applied patch from Toshio
- added %%doc section with license and readme files
- fixed full urls for the patches
* Thu Oct 28 2010 Domingo Becker <domingobecker@gmail.com> - 0.6.2-1
- updated to 0.6.2
- fixed license information, URL, Source path and a little patch to models.py.
* Mon Sep 27 2010 Domingo Becker <domingobecker@gmail.com> - 0.6.1-1
- Initial RPM release

View file

@ -1 +0,0 @@
8785c5b1ba1cae5e451adbc9f9ab99fa django-addons-0.6.3.tar.gz