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