]> git.pld-linux.org Git - packages/blueman.git/blobdiff - blueman.spec
- package missing files
[packages/blueman.git] / blueman.spec
index df87e892ad3fb4453aca25a534ab63e0c2f309d6..dc5ece4b79da19dbb22fb7e1a6200bfc173d81a6 100644 (file)
@@ -1,31 +1,32 @@
-%define                rev     106
 Summary:       Blueman - bluetooth management utility for GNOME
 Name:          blueman
-Version:       1.21
-Release:       7
+Version:       2.0
+Release:       1
 License:       GPL
-Group:         Applications
-Source0:       http://download.tuxfamily.org/blueman/%{name}-%{version}.tar.gz
-# Source0-md5: 26b70341b3d3da28da62c917c8b20377
-URL:           http://blueman.tuxfamily.org/
-BuildRequires: bluez-libs-devel
-BuildRequires: gettext-devel
-BuildRequires: gnome-bluetooth-devel
-BuildRequires: intltool
-BuildRequires: pkgconfig
-BuildRequires: python-Pyrex
-BuildRequires: python-dbus-devel
-BuildRequires: python-devel >= 2.5
-BuildRequires: python-distutils-extra
-BuildRequires: python-pynotify-devel
+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: 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
-BuildRequires: startup-notification-devel
 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+2 >= 2.12
-%pyrequires_eq python = %py_ver
+Requires:      gtk+3-devel >= 3.12
+Requires:      python >= %py_ver
+Requires:      python-appindicator-gtk2
 Requires:      python-bluetooth
 Requires:      python-dbus
 Requires:      python-pygtk-gtk
@@ -53,22 +54,36 @@ 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
 
 %build
-%configure
-# enable default path for fdi installation
-sed -i -e s/#hal_fdi/hal_fdi/g data/configs/Makefile
-#--with-dhcp-config=PATH
+export NOCONFIGURE='yes' && ./autogen.sh \
+       --enable-xfce-settings=yes \
+       --no-configure
+%configure \
+       --disable-schemas-compile \
+
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+
 %find_lang %{name} --with-gnome
 
 %clean
@@ -76,27 +91,40 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 %update_icon_cache hicolor
+libtool --finish %{py_sitedir}
+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
+%doc README.md CHANGELOG.md COPYING FAQ
 %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}/polkit-1/actions/org.blueman.policy
+%{_iconsdir}/hicolor/*/*/*.png
+%{_libdir}/blueman-rfcomm-watcher
+%{_datadir}/glib-2.0/schemas/org.blueman.gschema.xml
 %{_desktopdir}/blueman-manager.desktop
 %{py_sitedir}/*.so
 %{py_sitedir}/*.a
 %{py_sitedir}/*.la
+%{_desktopdir}/blueman-adapters.desktop
 %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}
+%dir %{_pixmapsdir}/blueman
+%{_pixmapsdir}/blueman/blueman-*.png
+%dir %{_docdir}/blueman
+%{_docdir}/blueman/*
+%{_datadir}/polkit-1/actions/org.blueman.policy
+
+%files thunar
+%defattr(644,root,root,755)
+%{_datadir}/Thunar/sendto/thunar-sendto-blueman.desktop
This page took 0.03653 seconds and 4 git commands to generate.