SPECS: python-django.spec - up to 0.95 - BR += python-setuptool >=...

zboczuch zboczuch at pld-linux.org
Tue Aug 1 14:12:43 CEST 2006


Author: zboczuch                     Date: Tue Aug  1 12:12:43 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.95
- BR += python-setuptool >= 0.6-0.c1
- do not compile app and project templates, install them as plain python
  files (needed by django-admin.py utility)
- rel += 0.1

---- Files affected:
SPECS:
   python-django.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/python-django.spec
diff -u SPECS/python-django.spec:1.11 SPECS/python-django.spec:1.12
--- SPECS/python-django.spec:1.11	Thu May 18 10:56:16 2006
+++ SPECS/python-django.spec	Tue Aug  1 14:12:38 2006
@@ -4,14 +4,15 @@
 Summary:	The web framework for perfectionists with deadlines
 Summary(pl):	Szkielet WWW dla perfekcjonistów z ograniczeniami czasowymi
 Name:		python-django
-Version:	0.91
-Release:	0.2
+Version:	0.95
+Release:	0.3
 License:	BSD
 Group:		Development/Languages/Python
 Source0:	http://media.djangoproject.com/releases/%{version}/Django-%{version}.tar.gz
-# Source0-md5:	b1f13aa828c0a564581043658c66ae3d
+# Source0-md5:	9ed7d6a0daa147c012e31d0894802951
 URL:		http://www.djangoproject.com/
 BuildRequires:	python-devel
+BuildRequires:	python-setuptools >= 0.6-0.c1
 BuildRequires:	rpm-pythonprov
 %pyrequires_eq	python
 BuildArch:	noarch
@@ -46,7 +47,8 @@
 %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
 # %%py_postclean
-find $RPM_BUILD_ROOT%{py_sitescriptdir} -type f -name '*.py' -exec rm "{}" ";"
+find $RPM_BUILD_ROOT%{py_sitescriptdir} -type f -name '*.py' -a -not -path '*_template*' -exec rm "{}" ";"
+find $RPM_BUILD_ROOT%{py_sitescriptdir} -type f -path '*_template*' -a -name '*.py[oc]' -exec rm "{}" ";"
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -64,6 +66,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2006/08/01 12:12:38  zboczuch
+- up to 0.95
+- BR += python-setuptool >= 0.6-0.c1
+- do not compile app and project templates, install them as plain python
+  files (needed by django-admin.py utility)
+- rel += 0.1
+
 Revision 1.11  2006/05/18 08:56:16  qboosh
 - BR: rpm-pythonprov, removed unused unzip
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-django.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list