rpms/network-manager-netbook/devel network-manager-netbook.spec, 1.14, 1.15

Peter Robinson pbrobinson at fedoraproject.org
Fri Apr 23 11:09:55 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/network-manager-netbook/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21154

Modified Files:
	network-manager-netbook.spec 
Log Message:
- Drop bluetooth plugin for the moment


Index: network-manager-netbook.spec
===================================================================
RCS file: /cvs/pkgs/rpms/network-manager-netbook/devel/network-manager-netbook.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- network-manager-netbook.spec	16 Jan 2010 16:47:03 -0000	1.14
+++ network-manager-netbook.spec	23 Apr 2010 11:09:55 -0000	1.15
@@ -6,7 +6,7 @@
 
 Name:          network-manager-netbook
 Version:       1.7.0
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       Moblin Netbook GUI for NetworkManger
 
 Group:         Applications/Internet
@@ -40,13 +40,13 @@ Requires: hicolor-icon-theme
 network-manager-netbook is a connection management panel for Moblin that uses
 NetworkManager to connect to wired, wireless and 3G mobile networks.
 
-%package bluetooth
-Summary:       Bluetooth plugin for %{name}
-Group:         Applications/Internet
-Requires:      %{name} = %{version}-%{release}
+# %package bluetooth
+# Summary:       Bluetooth plugin for %{name}
+# Group:         Applications/Internet
+# Requires:      %{name} = %{version}-%{release}
 
-%description bluetooth
-Bluetooth plugin for %{name}
+# %description bluetooth
+# Bluetooth plugin for %{name}
 
 %prep
 %setup -q
@@ -70,6 +70,9 @@ make install DESTDIR=%{buildroot} INSTAL
 #Remove libtool archives.
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
+# Kill the BT plugin for the time being
+rm %{buildroot}/%{_libdir}/gnome-bluetooth/plugins/libnma.so
+
 %clean
 rm -rf %{buildroot}
 
@@ -96,11 +99,14 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/icons/hicolor/32x32/apps/nm-*
 %{_datadir}/icons/hicolor/48x48/apps/nm-*
 
-%files bluetooth
-%defattr(-,root,root,-)
-%{_libdir}/gnome-bluetooth/plugins/libnma.so
+# %files bluetooth
+# %defattr(-,root,root,-)
+# %{_libdir}/gnome-bluetooth/plugins/libnma.so
 
 %changelog
+* Fri Apr 23 2010 Peter Robinson <pbrobinson at gmail.com> 1.7.0-3
+- Drop bluetooth plugin for the moment
+
 * Sat Jan 16 2010 Peter Robinson <pbrobinson at gmail.com> 1.7.0-2
 - Split out bluetooth plugin to a separate sub package
 



More information about the scm-commits mailing list