X-Git-Url: http://git.pld-linux.org/?p=packages%2Fblueman.git;a=blobdiff_plain;f=blueman.spec;h=bc5a2556f1a1276756eb3abf8bc291e17ff04906;hp=30eda4dd4941ee1e2292f1ca3f7f672f431cbcc3;hb=1426712;hpb=ef55ee3e030993d77c9788944d0983443c38d81b diff --git a/blueman.spec b/blueman.spec index 30eda4d..bc5a255 100644 --- a/blueman.spec +++ b/blueman.spec @@ -1,22 +1,37 @@ Summary: Blueman - bluetooth management utility for GNOME Name: blueman -Version: 0.5 -Release: 1 +Version: 2.0 +Release: 2 License: GPL -Group: Applications -Source0: http://download.tuxfamily.org/blueman/%{name}_%{version}.tar.gz -# Source0-md5: f66861ce1d3c2162dc6682c0b67b8397 -URL: http://blueman.tuxfamily.org/ -BuildRequires: bluez-libs-devel -BuildRequires: gnome-bluetooth-devel -BuildRequires: python-Pyrex -BuildRequires: python-devel -BuildRequires: python-devel >= 2.5 -BuildRequires: python-distutils-extra +Group: X11/Applications +Source0: https://github.com/blueman-project/blueman/releases/download/%{version}/%{name}-%{version}.tar.xz +# Source0-md5: d95270145475ce41a33bf7390afe3428 +URL: https://github.com/blueman-project/blueman +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: bluez-libs-devel >= 4.61 +BuildRequires: gettext-tools +BuildRequires: glib2-devel >= 2.32 +BuildRequires: gtk+3-devel >= 3.12 +BuildRequires: intltool >= 0.35.0 +BuildRequires: libtool +BuildRequires: pkgconfig >= 0.9.0 +BuildRequires: python-Cython +BuildRequires: python-dbus +BuildRequires: python-devel >= 2.7 +BuildRequires: python-pygobject3-common-devel BuildRequires: rpm-pythonprov -Requires: bluez-libs >= 2.20 -Requires: bluez-utils -Requires: gtk+2 >= 2.12 +Requires(post,postun): gtk-update-icon-cache +Requires(post,postun): hicolor-icon-theme +Requires: bluez-libs >= 4.25 +Requires: bluez-utils >= 4.25 +Requires: gtk+3 >= 3.12 +Requires: python >= %py_ver +Requires: python-appindicator-gtk2 +Requires: python-bluetooth +Requires: python-dbus +Requires: python-pygtk-gtk +Requires: python-pynotify BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -40,38 +55,88 @@ Features: - Connect and receive connections from: audio, network, input and serial devices +%package thunar +Summary: Blueman plugin for Thunar +Summary(pl.UTF-8): Wtyczka Blueman-a dla Thunar-a +Group: X11/Applications + +%description thunar +Blueman plugin for Thunar. + +%description thunar -l pl.UTF-8 +Wtyczka Blueman-a dla Thunar-a. + %prep -%setup -q -n %{name}_%{version} +%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 +export NOCONFIGURE='yes' && ./autogen.sh \ + --no-configure +%configure \ + --enable-xfce-settings=yes \ + --disable-static \ + --disable-schemas-compile \ + +%{__make} %install rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT -%{__python} setup.py install \ - --root=$RPM_BUILD_ROOT +%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name} +%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/_blueman.la %find_lang %{name} --with-gnome %clean rm -rf $RPM_BUILD_ROOT +%post +%update_icon_cache hicolor +glib-compile-schemas %{_datadir}/glib-2.0/schemas + +%postun +%update_icon_cache hicolor +glib-compile-schemas %{_datadir}/glib-2.0/schemas + %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} -%attr(755,root,root) %{_bindir}/* +%doc README.md CHANGELOG.md COPYING FAQ +%config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/org.blueman.Mechanism.conf +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/autostart/blueman.desktop +%attr(755,root,root) %{_bindir}/blueman-adapters +%attr(755,root,root) %{_bindir}/blueman-applet +%attr(755,root,root) %{_bindir}/blueman-assistant +%attr(755,root,root) %{_bindir}/blueman-browse +%attr(755,root,root) %{_bindir}/blueman-manager +%attr(755,root,root) %{_bindir}/blueman-report +%attr(755,root,root) %{_bindir}/blueman-sendto +%attr(755,root,root) %{_bindir}/blueman-services +%{_mandir}/man1/blueman-adapters.1* +%{_mandir}/man1/blueman-applet.1* +%{_mandir}/man1/blueman-assistant.1* +%{_mandir}/man1/blueman-browse.1* +%{_mandir}/man1/blueman-manager.1* +%{_mandir}/man1/blueman-report.1 +%{_mandir}/man1/blueman-sendto.1* +%{_mandir}/man1/blueman-services.1* +%attr(755,root,root) %{_libdir}/%{name}-mechanism +%attr(755,root,root) %{_libdir}/%{name}-rfcomm-watcher %{_datadir}/%{name} %{_datadir}/dbus-1/system-services/org.blueman.Mechanism.service -%{_iconsdir}/hicolor/scalable/apps/*.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 +%{_desktopdir}/blueman-adapters.desktop +%{_iconsdir}/hicolor/scalable/*/*.svg +%{_iconsdir}/hicolor/*/*/*.png +%dir %{_pixmapsdir}/blueman +%{_pixmapsdir}/blueman/blueman-*.png +%{_datadir}/glib-2.0/schemas/org.blueman.gschema.xml +%{_datadir}/dbus-1/services/blueman-applet.service +%{_datadir}/polkit-1/actions/org.blueman.policy +%attr(755,root,root) %{py_sitedir}/_blueman.so +%{py_sitescriptdir}/%{name} + +%files thunar +%defattr(644,root,root,755) +%{_datadir}/Thunar/sendto/thunar-sendto-blueman.desktop