[gnome-shell] exclude newly added gtk-docs as these should be in a devel package for st etc

Peter Robinson pbrobinson at fedoraproject.org
Sun Nov 27 15:42:09 UTC 2011


commit 9d560a0ccff005cd34a65f9e23384dc51a436495
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Nov 27 15:41:59 2011 +0000

    exclude newly added gtk-docs as these should be in a devel package for st etc

 gnome-shell.spec |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/gnome-shell.spec b/gnome-shell.spec
index 7bbbdd7..9f6e5c1 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -108,6 +108,12 @@ chrpath -r %{_libdir}/gnome-shell:%{_libdir}/gnome-bluetooth $RPM_BUILD_ROOT%{_b
 chrpath -r %{_libdir}/gnome-bluetooth $RPM_BUILD_ROOT%{_libdir}/gnome-shell/libgnome-shell.so
 %endif
 
+%preun
+glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
+
+%posttrans
+glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
+
 %files -f %{name}.lang
 %doc COPYING README
 %{_bindir}/gnome-shell
@@ -122,14 +128,9 @@ chrpath -r %{_libdir}/gnome-bluetooth $RPM_BUILD_ROOT%{_libdir}/gnome-shell/libg
 %{_libexecdir}/gnome-shell-calendar-server
 %{_libexecdir}/gnome-shell-perf-helper
 %{_libexecdir}/gnome-shell-hotplug-sniffer
-%{_sysconfdir}/gconf/schemas/gnome-shell.schemas
 %{_mandir}/man1/%{name}.1.gz
-
-%preun
-glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
-
-%posttrans
-glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
+# exclude as these should be in a devel package for st etc
+%exclude %{_datadir}/gtk-doc
 
 %changelog
 * Sun Nov 27 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 3.3.2-2


More information about the scm-commits mailing list