]> git.pld-linux.org Git - packages/blueman.git/commitdiff
- init auto/th/blueman-0_5-0_1
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Thu, 22 May 2008 16:52:15 +0000 (16:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blueman.spec -> 1.1

blueman.spec [new file with mode: 0644]

diff --git a/blueman.spec b/blueman.spec
new file mode 100644 (file)
index 0000000..e44cf5d
--- /dev/null
@@ -0,0 +1,75 @@
+Summary:       Blueman - bluetooth management utility for GNOME
+Name:          blueman
+Version:       0.5
+Release:       0.1
+License:       - (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here)
+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
+BuildRequires: rpm-pythonprov
+Requires:      bluez-libs >= 2.20
+Requires:      bluez-utils
+Requires:      gtk+2 >= 2.12
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Blueman is a GTK+ bluetooth management utility for GNOME using bluez
+dbus backend. The aim is to create a full featured graphical bluetooth
+manager for Linux.
+
+Features:
+
+- Easy to use interface
+- Storing Favourite devices
+- Send files
+- Browse files on devices
+- List all seen devices
+- View Local/Remote Device information
+- View transfer speeds and link quality
+- Configure local devices
+- Manage Pairing (Bonding)
+- Host/Connect to Personal Area Networks
+- Bind services to /dev/rfcomm ports, for eg. connecting via gprs
+- Connect and receive connections from: audio, network, input and
+  serial devices
+
+%prep
+%setup -q -n %{name}_%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__python} setup.py install \
+       --root=$RPM_BUILD_ROOT
+
+%find_lang %{name} --with-gnome
+
+%clean
+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}
+%attr(755,root,root) %{_bindir}/*
+%{_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
This page took 0.182815 seconds and 4 git commands to generate.