From 4d80bec12ff0332da143694ce49ef1a2229960dd Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Mar 02 2013 19:15:55 +0000 Subject: Package has been renamed to python-django-registration: bug 911543 --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 99b2835..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/django-registration-*.tar.gz -/django-registration-*.src.rpm diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..83247a5 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Package has been renamed to python-django-registration: bug 911543 diff --git a/django-registration.spec b/django-registration.spec deleted file mode 100644 index 5c48096..0000000 --- a/django-registration.spec +++ /dev/null @@ -1,61 +0,0 @@ -Name: django-registration -Version: 0.7 -Release: 5%{?dist} -Summary: A user-registration application for Django - -Group: Development/Libraries -License: BSD -URL: http://bitbucket.org/ubernostrum/django-registration/ -Source0: http://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz - -BuildArch: noarch -BuildRequires: python-devel -Requires: Django - -%description -This is a fairly simple user-registration application for Django_, -designed to make allowing user signups as painless as possible. It -requires a functional installation of Django 1.0 or newer, but has no -other dependencies. - - -%prep -%setup -q - -%build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build - -%install -rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT - -#Language files; not under /usr/share, need to be handled manually -(cd $RPM_BUILD_ROOT && find . -name 'django*.[mp]o') | - %{__sed} -e 's|^.||' | %{__sed} -e \ - 's:\(.*/locale/\)\([^/_]\+\)\(.*\.[mp]o$\):%lang(\2) \1\2\3:' \ - >> %{name}.lang - - -%files -f %{name}.lang -%doc LICENSE.txt AUTHORS.txt CHANGELOG.txt README.txt docs/* -%{python_sitelib}/*.egg-info -%dir %{python_sitelib}/registration -%{python_sitelib}/registration/management -%{python_sitelib}/registration/*.py* - - -%changelog -* Wed Feb 13 2013 Fedora Release Engineering - 0.7-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 0.7-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jan 13 2012 Fedora Release Engineering - 0.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Sat Aug 06 2011 Praveen Kumar - 0.7-2 -- Take over the package - -* Mon Sep 28 2009 Michel Salim - 0.7-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index faf37fe..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -5c92e93a699905dce2e3f59285013b0a django-registration-0.7.tar.gz