From fe07233099bbbdded0a48ea988ed5e8f652ef786 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Nov 17 2014 10:06:59 +0000 Subject: update to 1.0 --- diff --git a/.gitignore b/.gitignore index 7c8cdb7..902d8e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /django-contact-form-97559a887345.tar.gz +/django-contact-form-1.0.tar.gz diff --git a/python-django-contact-form.spec b/python-django-contact-form.spec index e48c976..e5e4373 100644 --- a/python-django-contact-form.spec +++ b/python-django-contact-form.spec @@ -1,17 +1,15 @@ %global pkgname django-contact-form %global obs_ver 0.3-8 -%define alphatag 97559a887345 Name: python-django-contact-form -Version: 0.3 -Release: 12%{?dist}.hg%{alphatag} +Version: 1.0 +Release: 1%{?dist} Summary: An extensible contact-form application for Django Group: Development/Languages License: BSD URL: http://bitbucket.org/ubernostrum/django-contact-form/ -# http://bitbucket.org/ubernostrum/django-contact-form/get/97559a887345.gz -Source0: %{pkgname}-%{alphatag}.tar.gz +Source0: https://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel @@ -25,7 +23,7 @@ Obsoletes: %{pkgname} < %{obs_ver} An extensible contact-form application for Django %prep -%setup -q -n %{pkgname} +%setup -q -n %{pkgname}-%{version} %build %{__python} setup.py build @@ -35,12 +33,14 @@ An extensible contact-form application for Django %files -%defattr(-,root,root,-) -%doc LICENSE.txt README.txt docs/* +%doc LICENSE README docs/* %{python_sitelib}/contact_form -%{python_sitelib}/contact_form-%{version}-py?.?.egg-info +%{python_sitelib}/django_contact_form-%{version}-py?.?.egg-info %changelog +* Mon Nov 17 2014 Matthias Runge - 1.0-1 +- update to 1.0 + * Sat Jun 07 2014 Fedora Release Engineering - 0.3-12.hg97559a887345 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index fad104d..54073bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10032cc7ec21358a4524ea1a69ac82aa django-contact-form-97559a887345.tar.gz +878856c5de059bfeebe8788fd298ed0e django-contact-form-1.0.tar.gz