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