Hello community,

here is the log from the commit of package python-gtk for openSUSE:Factory 
checked in at 2011-11-25 11:13:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.python-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gtk", Maintainer is "jmate...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gtk/python-gtk.changes    2011-09-23 
12:42:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-gtk.new/python-gtk.changes       
2011-11-25 10:13:33.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Oct 11 13:28:52 UTC 2011 - jmate...@suse.com
+
+- moving docs to /usr/share/doc/gtk for FHS compliance (bnc#597244)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-gtk.spec ++++++
--- /var/tmp/diff_new_pack.sYaHXY/_old  2011-11-25 10:13:34.000000000 +0100
+++ /var/tmp/diff_new_pack.sYaHXY/_new  2011-11-25 10:13:34.000000000 +0100
@@ -90,6 +90,11 @@
 %install
 %makeinstall
 find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -v
+
+# move the docs to FHS-correct directory
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/doc
+mv $RPM_BUILD_ROOT%{_datadir}/gtk-doc $RPM_BUILD_ROOT%{_datadir}/doc/gtk
+
 rm examples/Makefile*
 # demo is already in devel package
 rm -rf examples/pygtk-demo
@@ -130,6 +135,7 @@
 
 %files doc
 %defattr(-,root,root)
-%{_datadir}/gtk-doc/html/*
+%dir %{_datadir}/doc
+%{_datadir}/doc/gtk
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to