]> git.pld-linux.org Git - packages/bluez-pin.git/commitdiff
- new, untested
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 27 Aug 2004 19:13:57 +0000 (19:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-pin.spec -> 1.1

bluez-pin.spec [new file with mode: 0644]

diff --git a/bluez-pin.spec b/bluez-pin.spec
new file mode 100644 (file)
index 0000000..65cdd39
--- /dev/null
@@ -0,0 +1,62 @@
+Summary:       Bluetooth PIN manager
+Summary(pl):   Zarz±dca kodów PIN dla Bluetooth
+Name:          bluez-pin
+Version:       0.23
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://gpe.handhelds.org/pub/projects/gpe/source/%{name}-%{version}.tar.gz
+# Source0-md5: cf0d4ea7ce9c5e25910ebf093864520b
+URL:           http://gpe.handhelds.org/projects/bluez-pin.shtml
+BuildRequires: GConf2-devel >= 2.0.0
+BuildRequires: bluez-libs-devel
+BuildRequires: dbus-glib-devel
+BuildRequires: gettext-devel
+BuildRequires: gtk+2-devel >= 2.0.0
+BuildRequires: libglade2-devel >= 2.0.0
+BuildRequires: pkgconfig
+BuildRequires: sed >= 4.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a very simple program which takes care of the PIN numbers used
+to pair Bluetooth devices. When a PIN is required for either an
+incoming or outgoing connection, it pops up a window to allow the code
+to be entered. PINs can optionally be saved in a persistent database,
+for use with dumb devices that are unable to remember pairing
+information across sessions.
+
+%description -l pl
+Bardzo prosty program pilnuj±cy numerów PIN u¿ywanych do parowania
+urz±dzeñ Bluetooth. Kiedy wymagany jest PIN dla przychodz±cego lub
+wychodz±cego po³±czenia, pokazuje okienko umo¿liwiaj±ce wprowadzenie
+kodu. PIN-y opcjonalnie mog± byæ przechowywane w bazie danych do
+u¿ywania z prymitywnymi urz±dzeniami nie potrafi±cymi zapamiêtaæ
+informacji o parowaniu miêdzy sesjami.
+
+%prep
+%setup -q
+
+sed -i -e 's/-O2 -g/%{rpmcflags}' Makefile
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc ChangeLog
+%attr(755,root,root) %{_bindir}/bluez-pin
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dbus-1/system.d/bluez.conf
+%{_pixmapsdir}/bt-logo.png
+%{_datadir}/%{name}
This page took 0.044105 seconds and 4 git commands to generate.