]> git.pld-linux.org Git - packages/blueman.git/commitdiff
- up to 1.02
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Mon, 23 Mar 2009 00:22:16 +0000 (00:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blueman.spec -> 1.16

blueman.spec

index 62d505464f51cfc7fa32bcb614493c94a5a27bdf..18ba2152bff820de9bb24b71206ed109c1632455 100644 (file)
@@ -1,21 +1,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
@@ -44,23 +45,18 @@ Features:
   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
 
@@ -70,16 +66,20 @@ rm -rf $RPM_BUILD_ROOT
 %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}
This page took 0.20441 seconds and 4 git commands to generate.