[control-center/f15/master] Ensure we have NetworkManager-glib-devel to get the network panel Explicitly list all the panels so

Richard Hughes rhughes at fedoraproject.org
Wed Mar 9 12:57:20 UTC 2011


commit 5f9179e8ed7df03f53f50b37e35e62abe7b72505
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Mar 9 12:56:07 2011 +0000

    Ensure we have NetworkManager-glib-devel to get the network panel
    Explicitly list all the panels so we know if one goes missing

 control-center.spec |   25 ++++++++++++++++++++++---
 1 files changed, 22 insertions(+), 3 deletions(-)
---
diff --git a/control-center.spec b/control-center.spec
index 30ca90e..f69c88c 100644
--- a/control-center.spec
+++ b/control-center.spec
@@ -18,7 +18,7 @@
 Summary: Utilities to configure the GNOME desktop
 Name: control-center
 Version: 2.91.91
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -73,7 +73,7 @@ BuildRequires: chrpath
 BuildRequires: gsettings-desktop-schemas-devel
 BuildRequires: pulseaudio-libs-devel libcanberra-devel
 BuildRequires: upower-devel
-BuildRequires: NetworkManager-devel >= 0.8.995
+BuildRequires: NetworkManager-glib-devel >= 0.8.995
 BuildRequires: polkit-devel
 BuildRequires: gnome-common
 BuildRequires: cups-devel
@@ -216,7 +216,22 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_sysconfdir}/xdg/autostart/gnome-sound-applet.desktop
 %{_sysconfdir}/gconf/schemas/gnome-control-center.schemas
 %{_sysconfdir}/xdg/menus/gnomecc.menu
-%{_libdir}/control-center-1
+%dir %{_libdir}/control-center-1
+%{_libdir}/control-center-1/panels/libbackground.so
+%{_libdir}/control-center-1/panels/libdate_time.so
+%{_libdir}/control-center-1/panels/libdisplay.so
+%{_libdir}/control-center-1/panels/libinfo.so
+%{_libdir}/control-center-1/panels/libkeyboard.so
+%{_libdir}/control-center-1/panels/libmedia.so
+%{_libdir}/control-center-1/panels/libmouse-properties.so
+%{_libdir}/control-center-1/panels/libnetwork.so
+%{_libdir}/control-center-1/panels/libpower.so
+%{_libdir}/control-center-1/panels/libprinters.so
+%{_libdir}/control-center-1/panels/libregion.so
+%{_libdir}/control-center-1/panels/libscreen.so
+%{_libdir}/control-center-1/panels/libsound.so
+%{_libdir}/control-center-1/panels/libuniversal-access.so
+%{_libdir}/control-center-1/panels/libuser-accounts.so
 %{_libdir}/libgnome-control-center.so
 
 %files devel
@@ -233,6 +248,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 
 
 %changelog
+* Wed Mar 09 2011 Richard Hughes <rhughes at redhat.com> 2.91.91-3
+- Ensure we have NetworkManager-glib-devel to get the network panel
+- Explicitly list all the panels so we know if one goes missing
+
 * Tue Mar  8 2011 Matthias Clasen <mclasen at redhat.com> 2.91.91-2
 - Rebuild against NetworkManager 0.9, to get the network panel
 


More information about the scm-commits mailing list