]> git.pld-linux.org Git - packages/bluez-gnome.git/blame - bluez-gnome.spec
- lost files,path to autostart
[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
09c7973a 4Version: 0.13
4fa2d98c 5Release: 2
e4043c78 6License: GPL v2+
087ab353
JB
7Group: X11/Applications
8#Source0Download: http://www.bluez.org/download.html
16d17beb 9Source0: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
09c7973a 10# Source0-md5: 1e1621facc752f81a4d29a4b2c8fe807
087ab353 11URL: http://www.bluez.org/
ae1e90a8 12BuildRequires: GConf2-devel >= 2.6
e4043c78 13BuildRequires: autoconf >= 2.50
4cbcb1d1 14BuildRequires: automake
087ab353 15BuildRequires: dbus-glib-devel >= 0.60
e4043c78 16BuildRequires: gettext-devel
ae1e90a8 17BuildRequires: gtk+2-devel >= 2:2.10.0
e4043c78 18BuildRequires: hal-devel >= 0.5.8
ae1e90a8 19BuildRequires: libnotify-devel >= 0.3.2
087ab353 20BuildRequires: pkgconfig
7068c705 21BuildRequires: rpmbuild(macros) >= 1.198
e4043c78 22Requires(post,preun): GConf2 >= 2.6
f1e34873 23Requires: dbus-glib >= 0.60
ae1e90a8 24Requires: gtk+2 >= 2:2.10.0
087ab353 25Obsoletes: bluez-pin
16d17beb 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29This is a very simple program which takes care of the PIN numbers used
30to pair Bluetooth devices. When a PIN is required for either an
31incoming or outgoing connection, it pops up a window to allow the code
32to be entered. PINs can optionally be saved in a persistent database,
33for use with dumb devices that are unable to remember pairing
34information across sessions.
35
5656450b
JR
36%description -l pl.UTF-8
37Bardzo prosty program pilnujący numerów PIN używanych do parowania
38urządzeń Bluetooth. Kiedy wymagany jest PIN dla przychodzącego lub
39wychodzącego połączenia, pokazuje okienko umożliwiające wprowadzenie
40kodu. PIN-y opcjonalnie mogą być przechowywane w bazie danych do
41używania z prymitywnymi urządzeniami nie potrafiącymi zapamiętać
42informacji o parowaniu między sesjami.
16d17beb 43
44%prep
45%setup -q
46
47%build
4cbcb1d1 48%{__aclocal}
49%{__automake}
e4043c78 50%{__autoheader}
4cbcb1d1 51%{__autoconf}
16d17beb 52%configure
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT \
4fa2d98c 60 autostartdir=%{_sysconfdir}/xdg/autostart
16d17beb 61
e4043c78
JB
62%find_lang bluetooth-manager
63
16d17beb 64%clean
65rm -rf $RPM_BUILD_ROOT
66
e4043c78
JB
67%post
68%gconf_schema_install bluetooth-manager.schemas
69
70%preun
71%gconf_schema_uninstall bluetooth-manager.schemas
72
73%files -f bluetooth-manager.lang
16d17beb 74%defattr(644,root,root,755)
e4043c78 75%doc AUTHORS ChangeLog README
4cbcb1d1 76%attr(755,root,root) %{_bindir}/bluetooth-applet
77%attr(755,root,root) %{_bindir}/bluetooth-properties
4fa2d98c
MWP
78%attr(755,root,root) %{_bindir}/bluetooth-analyzer
79%{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop
4cbcb1d1 80%{_desktopdir}/bluetooth-properties.desktop
e4043c78
JB
81%{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas
82%{_mandir}/man1/bluetooth-applet.1*
83%{_mandir}/man1/bluetooth-properties.1*
4fa2d98c
MWP
84%{_mandir}/man1/bluetooth-analyzer.1*
85%{_desktopdir}/bluetooth-analyzer.desktop
This page took 0.084022 seconds and 4 git commands to generate.