Author: matkor Date: Mon Jul 21 09:01:40 2008 GMT Module: SPECS Tag: AC-branch ---- Log message: - Version 0.96.2-1. Stolen from HEAD.
---- Files affected: SPECS: python-django.spec (1.7.2.1 -> 1.7.2.2) ---- Diffs: ================================================================ Index: SPECS/python-django.spec diff -u SPECS/python-django.spec:1.7.2.1 SPECS/python-django.spec:1.7.2.2 --- SPECS/python-django.spec:1.7.2.1 Mon Jan 21 13:29:13 2008 +++ SPECS/python-django.spec Mon Jul 21 11:01:33 2008 @@ -2,18 +2,19 @@ %define module Django Summary: The web framework for perfectionists with deadlines -Summary(pl): Szkielet WWW dla perfekcjonist�w z ograniczeniami czasowymi +Summary(pl.UTF-8): Szkielet WWW dla perfekcjonistów z ograniczeniami czasowymi Name: python-django -Version: 0.96.1 +Version: 0.96.2 Release: 1 License: BSD Group: Development/Languages/Python Source0: http://media.djangoproject.com/releases/0.96/Django-%{version}.tar.gz -# Source0-md5: 10aa32e58969c4efeb00ef42ba192b17 +# Source0-md5: 2e39a43b93b50c2ca90bcade26010878 URL: http://www.djangoproject.com/ -%pyrequires_eq python BuildRequires: python-devel -BuildRequires: unzip +BuildRequires: python-setuptools >= 0.6-0.c1 +BuildRequires: rpm-pythonprov +%pyrequires_eq python BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -21,9 +22,9 @@ Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. -%description -l pl -Django to wysokopoziomowy szkielet dla serwis�w WWW w Pythonie -wspieraj�cy szybkie tworzenie i czysty, pragmatyczny projekt. +%description -l pl.UTF-8 +Django to wysokopoziomowy szkielet dla serwisów WWW w Pythonie +wspierający szybkie tworzenie i czysty, pragmatyczny projekt. %prep %setup -q -n %{module}-%{version} @@ -45,6 +46,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' -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 @@ -53,6 +56,7 @@ %defattr(644,root,root,755) %doc docs/*.* README %attr(755,root,root) %{_bindir}/* +#%%{py_sitescriptdir}/%{module}* %{py_sitescriptdir}/django %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -61,6 +65,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7.2.2 2008/07/21 09:01:33 matkor +- Version 0.96.2-1. Stolen from HEAD. + Revision 1.7.2.1 2008/01/21 12:29:13 prism - 0.96.1 for AC-branch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-django.spec?r1=1.7.2.1&r2=1.7.2.2&f=u
_______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
