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