Author: troll Date: Mon May 15 10:05:48 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - we don't insert .py files into packages - rel 0.2
---- Files affected: SPECS: python-django.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/python-django.spec diff -u SPECS/python-django.spec:1.9 SPECS/python-django.spec:1.10 --- SPECS/python-django.spec:1.9 Sat Apr 29 23:05:33 2006 +++ SPECS/python-django.spec Mon May 15 12:05:43 2006 @@ -5,7 +5,7 @@ Summary(pl): Szkielet WWW dla perfekcjonistów z ograniczeniami czasowymi Name: python-django Version: 0.91 -Release: 0.1 +Release: 0.2 License: BSD Group: Development/Languages/Python Source0: http://media.djangoproject.com/releases/%{version}/Django-%{version}.tar.gz @@ -47,6 +47,7 @@ %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 "{}" ";" %clean rm -rf $RPM_BUILD_ROOT @@ -64,6 +65,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2006/05/15 10:05:43 troll +- we don't insert .py files into packages +- rel 0.2 + Revision 1.9 2006/04/29 21:05:33 pawelk - rel 0.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-django.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
