SPECS: python-ezt.spec - no need for subdir

arekm arekm at pld-linux.org
Tue Jul 1 22:34:27 CEST 2008


Author: arekm                        Date: Tue Jul  1 20:34:27 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no need for subdir

---- Files affected:
SPECS:
   python-ezt.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/python-ezt.spec
diff -u SPECS/python-ezt.spec:1.1 SPECS/python-ezt.spec:1.2
--- SPECS/python-ezt.spec:1.1	Tue Jul  1 22:31:22 2008
+++ SPECS/python-ezt.spec	Tue Jul  1 22:34:22 2008
@@ -27,10 +27,9 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{py_sitescriptdir}/ezt
+install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
 
-:> $RPM_BUILD_ROOT%{py_sitescriptdir}/ezt/__init__.py
-install ezt.py $RPM_BUILD_ROOT%{py_sitescriptdir}/ezt
+install ezt.py $RPM_BUILD_ROOT%{py_sitescriptdir}
 
 %py_comp $RPM_BUILD_ROOT
 %py_ocomp $RPM_BUILD_ROOT
@@ -43,8 +42,7 @@
 
 %files
 %defattr(644,root,root,755)
-%dir %{py_sitescriptdir}/ezt
-%{py_sitescriptdir}/ezt/*.py[co]
+%{py_sitescriptdir}/*.py[co]
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -52,6 +50,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008/07/01 20:34:22  arekm
+- no need for subdir
+
 Revision 1.1  2008/07/01 20:31:22  arekm
 - simple templating engine
 
================================================================

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



More information about the pld-cvs-commit mailing list