rpms/kdebindings/devel kdebindings.spec,1.244,1.245

Than Ngo than at fedoraproject.org
Wed Oct 7 07:53:31 UTC 2009


Author: than

Update of /cvs/extras/rpms/kdebindings/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19032

Modified Files:
	kdebindings.spec 
Log Message:
fix bz#527464




Index: kdebindings.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -p -r1.244 -r1.245
--- kdebindings.spec	5 Oct 2009 10:46:45 -0000	1.244
+++ kdebindings.spec	7 Oct 2009 07:53:31 -0000	1.245
@@ -331,6 +331,9 @@ mv %{buildroot}%{python_sitearch}/PyQt4/
 ln -s %{_bindir}/pykdeuic4 \
       %{buildroot}%{python_sitearch}/PyQt4/uic/pykdeuic4.py
 
+# install pykde4 examples under correct dir
+rm -f %{buildroot}%{_kde4_appsdir}/pykde4/examples/*.py?
+mv %{buildroot}%{_kde4_appsdir}/pykde4 %{buildroot}%{_docdir}/
 
 %clean
 rm -rf %{buildroot}
@@ -368,7 +371,7 @@ fi
 %doc COPYING
 %{python_sitearch}/PyKDE4/
 %{python_sitearch}/PyQt4/uic/widget-plugins/kde4.py*
-%dir %{_kde4_appsdir}/pykde4/
+%dir %{_docdir}/pykde4
 %{_kde4_libdir}/kde4/kpythonpluginfactory.so
 
 %if 0%{?pykde4_akonadi}
@@ -382,7 +385,7 @@ fi
 %defattr(-,root,root,-)
 %{_kde4_bindir}/pykdeuic4
 %{python_sitearch}/PyQt4/uic/pykdeuic4.py*
-%{_kde4_appsdir}/pykde4/examples/
+%{_docdir}/pykde4/examples/
 %{_kde4_datadir}/sip/PyKDE4/
 
 %if 0%{?csharp}
@@ -526,8 +529,9 @@ fi
 
 
 %changelog
-* Mon Oct 05 2009 Than Ngo <than at redhat.com> - 4.3.2-1
+* Wed Oct 07 2009 Than Ngo <than at redhat.com> - 4.3.2-1
 - 4.3.2
+- fix bz#527464
 
 * Fri Sep 25 2009 Than Ngo <than at redhat.com> - 4.3.1-4
 - rhel cleanup




More information about the scm-commits mailing list