SPECS: python-PyQt.spec - unify examples dir

glen glen at pld-linux.org
Sat Jan 14 17:19:19 CET 2006


Author: glen                         Date: Sat Jan 14 16:19:19 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unify examples dir

---- Files affected:
SPECS:
   python-PyQt.spec (1.52 -> 1.53) 

---- Diffs:

================================================================
Index: SPECS/python-PyQt.spec
diff -u SPECS/python-PyQt.spec:1.52 SPECS/python-PyQt.spec:1.53
--- SPECS/python-PyQt.spec:1.52	Sat Jan 14 16:47:53 2006
+++ SPECS/python-PyQt.spec	Sat Jan 14 17:19:14 2006
@@ -93,14 +93,14 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_examplesdir}/python/%{module},%{_sipfilesdir}}
+install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_sipfilesdir}}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
-cp -R examples3/* $RPM_BUILD_ROOT%{_examplesdir}/python/%{module}
+cp -R examples3/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 cp -R sip/* $RPM_BUILD_ROOT%{_sipfilesdir}
 
@@ -122,7 +122,7 @@
 
 %files examples
 %defattr(644,root,root,755)
-%{_examplesdir}/python/%{module}
+%{_examplesdir}/*
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -130,6 +130,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.53  2006/01/14 16:19:14  glen
+- unify examples dir
+
 Revision 1.52  2006/01/14 15:47:53  glen
 - mark sip requring devel todo also here
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-PyQt.spec?r1=1.52&r2=1.53&f=u



More information about the pld-cvs-commit mailing list