From 5d56747dbfc2165f7d5f3a8a1eeb7009c534dd98 Mon Sep 17 00:00:00 2001 From: Constructor de RPM 1 Date: Fri, 19 Nov 2010 10:30:09 -0300 Subject: [PATCH 1/3] Initial import (#645764). --- .gitignore | 1 + django-addons.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 57 insertions(+) create mode 100644 django-addons.spec diff --git a/.gitignore b/.gitignore index e69de29..ed2faeb 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/django-addons-0.6.3.tar.gz diff --git a/django-addons.spec b/django-addons.spec new file mode 100644 index 0000000..e6b9dda --- /dev/null +++ b/django-addons.spec @@ -0,0 +1,55 @@ +%{!?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 - 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 - 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 - 0.6.1-1 +- Initial RPM release + diff --git a/sources b/sources index e69de29..3568ac8 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +8785c5b1ba1cae5e451adbc9f9ab99fa django-addons-0.6.3.tar.gz From c7baa215f81a1103b08a5b05d4c55b0d7de17444 Mon Sep 17 00:00:00 2001 From: lbazan Date: Sat, 15 Feb 2014 15:56:58 -0500 Subject: [PATCH 2/3] dead.package --- dead.package | 1 + 1 file changed, 1 insertion(+) create mode 100644 dead.package diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..e9fc821 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Renamed to python-django-addons From 98876251932291c864ac77ab6ff059b27b53d355 Mon Sep 17 00:00:00 2001 From: lbazan Date: Sat, 15 Feb 2014 15:57:38 -0500 Subject: [PATCH 3/3] rename to python-django-addons --- django-addons.spec | 55 ---------------------------------------------- sources | 1 - 2 files changed, 56 deletions(-) delete mode 100644 django-addons.spec delete mode 100644 sources diff --git a/django-addons.spec b/django-addons.spec deleted file mode 100644 index e6b9dda..0000000 --- a/django-addons.spec +++ /dev/null @@ -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 - 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 - 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 - 0.6.1-1 -- Initial RPM release - diff --git a/sources b/sources deleted file mode 100644 index 3568ac8..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -8785c5b1ba1cae5e451adbc9f9ab99fa django-addons-0.6.3.tar.gz