[django-tracking] updated spec to match new archive and requires

Clint Savage herlo at fedoraproject.org
Sat Jul 23 20:56:20 UTC 2011


commit 0a96f1c1e68953e24df3d46f6664a5345e55621a
Author: Clint Savage <herlo1 at gmail.com>
Date:   Sat Jul 23 14:23:22 2011 -0600

    updated spec to match new archive and requires

 django-tracking.spec |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/django-tracking.spec b/django-tracking.spec
index 796736d..d96053c 100644
--- a/django-tracking.spec
+++ b/django-tracking.spec
@@ -8,23 +8,25 @@
 
 Summary:	Django site visitor tracking, including basic blacklisting
 Name:		django-tracking
-Version:	0.2.7
+Version:	0.3.7
 Release:	2%{?dist}
 License:	MIT
 Group:		Development/Libraries
-URL:		http://code.google.com/p/django-tracking/
-Source:		http://django-tracking.googlecode.com/files/django-tracking-0.2.7.zip
+URL:		https://bitbucket.org/codekoala/django-tracking/
+Source:		django-tracking-0.3.7.tar.bz2
+Patch0:     views.py.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:	noarch
 
 BuildRequires:	python2-devel python-setuptools
+Requires:       Django python-imaging
 
 %description
 django-tracking is a simple attempt at keeping track of visitors to 
-Django-powered Web sites.  It also offers basic blacklisting capabilities
+Django-powered Web sites.  It also offers basic blacklisting capabilities.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q 
 
 %build
 %{__python} setup.py build
@@ -38,17 +40,17 @@ rm  -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGES LICENSE PKG-INFO README
-%{_usr}/tracking
+%doc AUTHORS CHANGES LICENSE README.rst README
 %{python_sitelib}/tracking
 %{python_sitelib}/tracking/*
 %{python_sitelib}/django_tracking-%{version}-py2.*.egg-info
-%{_usr}/tracking/*
+%lang(de) %{python_sitelib}/tracking/locale/de/LC_MESSAGES/django.mo
 
 %changelog
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.7-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
+* Sat Jul 23 2011 Clint Savage <herlo at fedoraproject.org> - 0.3.7-2
+- Added requires for Django and python-imaging
+* Sat Jul 23 2011 Clint Savage <herlo at fedoraproject.org> - 0.3.7-1
+- Updated to new release that fixes fedora simplejson imports
 * Wed Oct 20 2010 Dave Riches <david.r at ultracar.co.uk> - 0.2.7-1
 - Packaged for Fedora
 


More information about the scm-commits mailing list