rpms/bluez-gnome/devel bluez-gnome.spec,1.17,1.18

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Sep 17 23:20:01 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/bluez-gnome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24620

Modified Files:
	bluez-gnome.spec 
Log Message:
* Tue Sep 18 2007 - Bastien Nocera <bnocera at redhat.com> - 0.14-3
- Split out the analyzer so it's not installed by default
- Don't prefix the properties .desktop with fedora for no reason



Index: bluez-gnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/devel/bluez-gnome.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- bluez-gnome.spec	31 Aug 2007 17:30:36 -0000	1.17
+++ bluez-gnome.spec	17 Sep 2007 23:19:26 -0000	1.18
@@ -1,6 +1,6 @@
 Name:		bluez-gnome
 Version:	0.14
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Bluetooth pairing and control applet
 
 Group:		Applications/System
@@ -27,6 +27,17 @@
 The bluez-gnome package contains Bluetooth helper applets and tools for
 the GNOME desktop environment.
 
+%package analyzer
+Summary: Bluetooth protocol analyzer
+Group: Applications/Engineering
+Requires: %{name} = %{version}-%{release}
+
+%description analyzer
+The bluez-gnome package contains Bluetooth helper applets and tools for
+the GNOME desktop environment.
+
+This package contains the Bluetooth protocol analyzer.
+
 %prep
 %setup -q
 sed -i /^OnlyShowIn=/d applet/bluetooth-applet.desktop.in
@@ -41,7 +52,7 @@
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
 
-desktop-file-install --vendor=fedora				\
+desktop-file-install --vendor=""				\
 	--add-category=X-GNOME-NetworkSettings			\
 	--delete-original					\
         --dir=$RPM_BUILD_ROOT%{_datadir}/applications		\
@@ -91,16 +102,26 @@
 
 %files -f bluetooth-manager.lang
 %defattr(-,root,root,-)
-%{_bindir}/*
+%{_bindir}/bluetooth-applet
+%{_bindir}/bluetooth-properties
 %config %{_sysconfdir}/gconf/schemas/*
 %{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop
-%{_datadir}/man/man1/*
-%{_datadir}/applications/*.desktop
+%{_datadir}/man/man1/bluetooth-applet.1.gz
+%{_datadir}/man/man1/bluetooth-properties.1.gz
+%{_datadir}/applications/bluetooth-properties.desktop
 %{_datadir}/mime/packages/bluetooth-manager.xml
 %doc README COPYING AUTHORS ChangeLog
 
+%files analyzer
+%{_datadir}/applications/bluetooth-analyzer.desktop
+%{_bindir}/bluetooth-analyzer
+%{_datadir}/man/man1/bluetooth-analyzer.1.gz
 
 %changelog
+* Tue Sep 18 2007 - Bastien Nocera <bnocera at redhat.com> - 0.14-3
+- Split out the analyzer so it's not installed by default
+- Don't prefix the properties .desktop with fedora for no reason
+
 * Fri Aug 31 2007 - Bastien Nocera <bnocera at redhat.com> - 0.14-2
 - Remove the obex BR, we're not using it yet
 - Build with HAL support




More information about the scm-commits mailing list