]> git.pld-linux.org Git - packages/bluez-pin.git/blob - bluez-pin.spec
- updated gettext BR
[packages/bluez-pin.git] / bluez-pin.spec
1 Summary:        Bluetooth PIN manager
2 Summary(pl.UTF-8):      Zarządca kodów PIN dla Bluetooth
3 Name:           bluez-pin
4 Version:        0.30
5 Release:        3
6 License:        GPL
7 Group:          Applications
8 Source0:        ftp://ftp.handhelds.org/projects/gpe/source/%{name}-%{version}.tar.bz2
9 # Source0-md5:  518226e84ea0925511184fe85f89e901
10 URL:            http://gpe.handhelds.org/projects/bluez-pin.shtml
11 BuildRequires:  GConf2-devel >= 2.0.0
12 BuildRequires:  bluez-libs-devel
13 BuildRequires:  dbus-glib-devel >= 0.50
14 BuildRequires:  gettext-tools
15 BuildRequires:  gtk+2-devel >= 1:2.0.0
16 BuildRequires:  libglade2-devel >= 2.0.0
17 BuildRequires:  pkgconfig
18 BuildRequires:  sed >= 4.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This is a very simple program which takes care of the PIN numbers used
23 to pair Bluetooth devices. When a PIN is required for either an
24 incoming or outgoing connection, it pops up a window to allow the code
25 to be entered. PINs can optionally be saved in a persistent database,
26 for use with dumb devices that are unable to remember pairing
27 information across sessions.
28
29 %description -l pl.UTF-8
30 Bardzo prosty program pilnujący numerów PIN używanych do parowania
31 urządzeń Bluetooth. Kiedy wymagany jest PIN dla przychodzącego lub
32 wychodzącego połączenia, pokazuje okienko umożliwiające wprowadzenie
33 kodu. PIN-y opcjonalnie mogą być przechowywane w bazie danych do
34 używania z prymitywnymi urządzeniami nie potrafiącymi zapamiętać
35 informacji o parowaniu między sesjami.
36
37 %prep
38 %setup -q
39
40 %build
41 %configure
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files 
55 #-f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc ChangeLog
58 %attr(755,root,root) %{_bindir}/bluez-pin
59 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/bluez.conf
60 %{_pixmapsdir}/bt-logo.png
61 %{_datadir}/%{name}
This page took 0.047096 seconds and 3 git commands to generate.