From 144435b8ef8de13d2a9e14292478e9bdda91979a Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Mar 04 2013 12:20:20 +0000 Subject: Package has been renamed to python-django-avatar: https://bugzilla.redhat.com/913526 --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 08c0de8..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/django-avatar-2.0a1.20110709git097ed8.tar.xz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..27e9ba7 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Package has been renamed to python-django-avatar: https://bugzilla.redhat.com/913526 diff --git a/django-avatar.spec b/django-avatar.spec deleted file mode 100644 index 55d8921..0000000 --- a/django-avatar.spec +++ /dev/null @@ -1,65 +0,0 @@ -%global git_date 20110709 -%global git_version 097ed8 - -Name: django-avatar -Version: 2.0a1 -Release: 7.%{git_date}git%{git_version}%{?dist} -Summary: A django module for handling user avatars - -Group: Development/Libraries -License: BSD -URL: http://pypi.python.org/pypi/django-avatar/ - -# git clone https://github.com/ericflo/django-avatar.git -# cd django-avatar; -# git archive --format=tar HEAD | xz > django-avatar-{version}.{git_date}git{git_version}.tar.xz - -Source0: %{name}-%{version}.%{git_date}git%{git_version}.tar.xz -BuildArch: noarch -BuildRequires: python-setuptools -BuildRequires: python-devel - -Requires: Django python-imaging - -%description -Django-avatar is a reusable application for handling user avatars. It has the -ability to default to Gravatar if no avatar is found for a certain user. -Django-avatar automatically generates thumbnails and stores them to your -default file storage back-end for retrieval later. - -%prep -%setup -q -cn %{name} - -%build -%{__python} setup.py build - -%install -%{__python} setup.py install --skip-build --root=%{buildroot} -%find_lang django - -%files -f django.lang -%doc CHANGELOG CONTRIBUTORS.txt README.txt LICENSE.txt -%{python_sitelib}/avatar/ -%{python_sitelib}/*.egg-info/ - -%changelog -* Wed Feb 13 2013 Fedora Release Engineering - 2.0a1-7.20110709git097ed8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 2.0a1-6.20110709git097ed8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jan 13 2012 Fedora Release Engineering - 2.0a1-5.20110709git097ed8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Sun Jul 31 2011 Rahul Sundaram - 2.0a1-4.20110709git097ed8 -- add requires on python-imaging - -* Mon Jul 18 2011 Rahul Sundaram - 2.0a1-3.20110709git097ed8 -- add requires on Django - -* Mon Jun 27 2011 Praveen Kumar - 2.0a1-2.20110709git097ed8 -- Spec improved from Rahul Sundaram - -* Mon Jun 27 2011 Praveen Kumar - 2.0a1-1.20110709git097ed8 -- Initial RPM release diff --git a/sources b/sources deleted file mode 100644 index 37436b1..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -d44fe39f936b8ec04ec88bf0184e49cf django-avatar-2.0a1.20110709git097ed8.tar.xz