SPECS: python-django.spec - Release 2. define module as django.

matkor matkor at pld-linux.org
Wed Nov 26 12:47:52 CET 2008


Author: matkor                       Date: Wed Nov 26 11:47:52 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Release 2. define module as django.

---- Files affected:
SPECS:
   python-django.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/python-django.spec
diff -u SPECS/python-django.spec:1.29 SPECS/python-django.spec:1.30
--- SPECS/python-django.spec:1.29	Sun Nov 23 15:03:07 2008
+++ SPECS/python-django.spec	Wed Nov 26 12:47:47 2008
@@ -1,14 +1,14 @@
 # $Revision$, $Date$
-%define		module	Django
+%define		module	django
 
 Summary:	The web framework for perfectionists with deadlines
 Summary(pl.UTF-8):	Szkielet WWW dla perfekcjonistów z ograniczeniami czasowymi
-Name:		python-django
+Name:		python-%{module}
 Version:	1.0.2
-Release:	1
+Release:	2
 License:	BSD
 Group:		Development/Languages/Python
-Source0:	http://media.djangoproject.com/releases/1.0.2/Django-%{version}-final.tar.gz
+Source0:	http://media.djangoproject.com/releases/%{version}/Django-%{version}-final.tar.gz
 # Source0-md5:	89353e3749668778f1370d2e444f3adc
 Patch0:		%{name}-pyc.patch
 URL:		http://www.djangoproject.com/
@@ -30,7 +30,7 @@
 wspierający szybkie tworzenie i czysty, pragmatyczny projekt.
 
 %prep
-%setup -q -n %{module}-%{version}-final
+%setup -q -n Django-%{version}-final
 %patch0 -p1
 
 %build
@@ -61,7 +61,7 @@
 %doc docs/*.* README
 %attr(755,root,root) %{_bindir}/*
 %{py_sitescriptdir}/%{module}*
-%{py_sitescriptdir}/django
+%{py_sitescriptdir}/Django-*.egg-info
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -69,6 +69,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2008/11/26 11:47:47  matkor
+- Release 2. define module as django.
+
 Revision 1.29  2008/11/23 14:03:07  arekm
 - up to 1.0.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-django.spec?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list