Compare commits

..

5 commits

Author SHA1 Message Date
Domingo Becker
05ba412dd3 Renamed to python-django-addons 2012-09-01 18:47:08 -03:00
Dennis Gilmore
6aea0ecbe6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 15:47:54 -05:00
Dennis Gilmore
a772f572b2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 18:41:59 -06:00
Dennis Gilmore
3d94efdda0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 08:03:40 -06:00
Constructor de RPM 1
5c468e4ca7 Initial import (#645764). 2010-11-19 09:38:52 -03:00
4 changed files with 1 additions and 57 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,55 +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: 1%{?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
* 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