]> git.pld-linux.org Git - packages/bluez-pin.git/blob - bluez-pin.spec
- updated to 0.25
[packages/bluez-pin.git] / bluez-pin.spec
1 Summary:        Bluetooth PIN manager
2 Summary(pl):    Zarz±dca kodów PIN dla Bluetooth
3 Name:           bluez-pin
4 Version:        0.25
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        ftp://gpe.handhelds.org/projects/gpe/source/%{name}-%{version}.tar.gz
9 # Source0-md5:  6f3c368ddef1d6cb8dced822bc5242b2
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
14 BuildRequires:  gettext-devel
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
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 sed -i -e 's/-O2 -g/%{rpmcflags}/' Makefile
41
42 %build
43 %{__make} \
44         CC="%{__cc}" \
45         PREFIX=%{_prefix}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT \
52         PREFIX=%{_prefix} \
53         SYSCONFDIR=%{_sysconfdir}
54
55 %find_lang %{name}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc ChangeLog
63 %attr(755,root,root) %{_bindir}/bluez-pin
64 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dbus-1/system.d/bluez.conf
65 %{_pixmapsdir}/bt-logo.png
66 %{_datadir}/%{name}
This page took 0.054045 seconds and 4 git commands to generate.