]> git.pld-linux.org Git - packages/bluez-gnome.git/blame - bluez-gnome.spec
- Release 1.1. Relaxed (B)R fro gtk+2 >= 2.10.
[packages/bluez-gnome.git] / bluez-gnome.spec
CommitLineData
16d17beb 1Summary: Bluetooth PIN manager for GNOME
a56cc5ab 2Summary(pl.UTF-8): Zarządca kodów PIN Bluetootha dla GNOME
16d17beb 3Name: bluez-gnome
4cbcb1d1 4Version: 0.6
79a1077b 5Release: 1.1
16d17beb 6License: GPL
087ab353
JB
7Group: X11/Applications
8#Source0Download: http://www.bluez.org/download.html
16d17beb 9Source0: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
4cbcb1d1 10# Source0-md5: 54334e3d7af70846eb4916191e46081c
11Patch0: %{name}-as-needed.patch
087ab353 12URL: http://www.bluez.org/
4cbcb1d1 13BuildRequires: autoconf
14BuildRequires: automake
087ab353 15BuildRequires: dbus-glib-devel >= 0.60
79a1077b 16# BuildRequires: gtk+2-devel >= 2:2.10.0
087ab353 17BuildRequires: pkgconfig
f1e34873 18Requires: dbus-glib >= 0.60
79a1077b 19# Requires: gtk+2 >= 2:2.10.0
087ab353 20Obsoletes: bluez-pin
16d17beb 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24This is a very simple program which takes care of the PIN numbers used
25to pair Bluetooth devices. When a PIN is required for either an
26incoming or outgoing connection, it pops up a window to allow the code
27to be entered. PINs can optionally be saved in a persistent database,
28for use with dumb devices that are unable to remember pairing
29information across sessions.
30
5656450b
JR
31%description -l pl.UTF-8
32Bardzo prosty program pilnujący numerów PIN używanych do parowania
33urządzeń Bluetooth. Kiedy wymagany jest PIN dla przychodzącego lub
34wychodzącego połączenia, pokazuje okienko umożliwiające wprowadzenie
35kodu. PIN-y opcjonalnie mogą być przechowywane w bazie danych do
36używania z prymitywnymi urządzeniami nie potrafiącymi zapamiętać
37informacji o parowaniu między sesjami.
16d17beb 38
39%prep
40%setup -q
4cbcb1d1 41%patch0 -p1
16d17beb 42
43%build
4cbcb1d1 44%{__aclocal}
45%{__automake}
46%{__autoconf}
16d17beb 47%configure
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
53%{__make} install \
54 DESTDIR=$RPM_BUILD_ROOT \
55 autostartdir=%{_datadir}/gnome/autostart
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(644,root,root,755)
62%doc AUTHORS ChangeLog NEWS README
4cbcb1d1 63%attr(755,root,root) %{_bindir}/bluetooth-applet
64%attr(755,root,root) %{_bindir}/bluetooth-properties
65%{_datadir}/gnome/autostart/bluetooth-applet.desktop
66%{_desktopdir}/bluetooth-properties.desktop
This page took 0.085378 seconds and 4 git commands to generate.