SPECS: blueman.spec - up to 1.02

wolvverine wolvverine at pld-linux.org
Mon Mar 23 01:22:22 CET 2009


Author: wolvverine                   Date: Mon Mar 23 00:22:22 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.02

---- Files affected:
SPECS:
   blueman.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/blueman.spec
diff -u SPECS/blueman.spec:1.15 SPECS/blueman.spec:1.16
--- SPECS/blueman.spec:1.15	Sun Oct 19 08:11:18 2008
+++ SPECS/blueman.spec	Mon Mar 23 01:22:16 2009
@@ -2,21 +2,22 @@
 %define		rev	106
 Summary:	Blueman - bluetooth management utility for GNOME
 Name:		blueman
-Version:	0.6
-Release:	0.%{rev}.2
+Version:	1.02
+Release:	1
 License:	GPL
 Group:		Applications
-Source0:	http://download.tuxfamily.org/blueman/tarballs/%{name}-%{version}-r%{rev}.tar.gz
-# Source0-md5:	0dd95fd39523b938cbe125bd21cf4934
+Source0:	http://download.tuxfamily.org/blueman/%{name}-%{version}.tar.gz
+# Source0-md5:	7f66f569a716f8c6fce9360176166eac
 URL:		http://blueman.tuxfamily.org/
 BuildRequires:	bluez-libs-devel
 BuildRequires:	gettext-devel
 BuildRequires:	gnome-bluetooth-devel
 BuildRequires:	intltool
 BuildRequires:	python-Pyrex
-BuildRequires:	python-devel
+BuildRequires:	python-dbus-devel
 BuildRequires:	python-devel >= 2.5
 BuildRequires:	python-distutils-extra
+BuildRequires:	python-pynotify
 BuildRequires:	rpm-pythonprov
 Requires:	bluez-libs >= 2.20
 Requires:	bluez-utils
@@ -45,23 +46,18 @@
   serial devices
 
 %prep
-%setup -q -n %{name}
-for i in po/blueman*.po; do
-	lang=${i##po/blueman-}
-	lang=${lang%.po}
-	mv $i po/$lang.po
-done
+%setup -q
 
 %build
-%{__sed} -i -e 's,lib/,%{_lib}/,g' setup.py
-%{__sed} -i -e 's,lib/,%{_lib}/,g' sys/org.blueman.Mechanism.service
-%{__python} setup.py build
+%configure
+#--with-dhcp-config=PATH
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__python} setup.py install \
-	--root=$RPM_BUILD_ROOT
+%{__make} install \
+        DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name} --with-gnome
 
@@ -71,19 +67,23 @@
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README
-#%dir %{_sysconfdir}
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/network.conf
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/org.blueman.Mechanism.conf
-%attr(755,root,root) %{_libdir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/org.blueman.Mechanism.conf
+%attr(755,root,root) %{_libdir}/%{name}-mechanism
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 %{_datadir}/dbus-1/system-services/org.blueman.Mechanism.service
 %{_iconsdir}/hicolor/scalable/*/*.svg
 %{_iconsdir}/hicolor/*/apps/*.png
 %{_datadir}/PolicyKit/policy/org.blueman.policy
-%{_desktopdir}/blueman.desktop
-%{py_sitedir}/%{name}
-%{py_sitedir}/%{name}-%{version}-py*.egg-info
+%{_desktopdir}/blueman-manager.desktop
+%{py_sitedir}/*.so
+%{py_sitedir}/*.a
+%{py_sitedir}/*.la
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/autostart/blueman.desktop
+%{_mandir}/man1/*.1*
+%{_datadir}/dbus-1/services/blueman-applet.service
+%{_datadir}/hal/fdi/information/20thirdparty/11-blueman-bnep.fdi
+%{py_sitescriptdir}/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -91,6 +91,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2009/03/23 00:22:16  wolvverine
+- up to 1.02
+
 Revision 1.15  2008/10/19 06:11:18  sls
 - fixed locales installation
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/blueman.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list