Author: wrobell Date: Wed Aug 23 16:45:06 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - based on bluez-pin
---- Files affected: SPECS: bluez-gnome.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/bluez-gnome.spec diff -u /dev/null SPECS/bluez-gnome.spec:1.1 --- /dev/null Wed Aug 23 18:45:06 2006 +++ SPECS/bluez-gnome.spec Wed Aug 23 18:45:01 2006 @@ -0,0 +1,64 @@ +# $Revision$, $Date$ +Summary: Bluetooth PIN manager for GNOME +Summary(pl): Zarządca kodów PIN dla Bluetooth +Name: bluez-gnome +Version: 0.2 +Release: 1 +License: GPL +Group: Applications +Source0: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz +# Source0-md5: 36e9b25d4afa841950afb0676ff376d5 +URL: http://bluez.sourceforge.net/ +BuildRequires: dbus-glib-devel >= 0.50 +BuildRequires: gtk+2-devel >= 1:2.0.0 +Obsoletes: bluez-pin +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 + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + autostartdir=%{_datadir}/gnome/autostart + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_bindir}/bt-applet +%{_datadir}/gnome/autostart/bt-applet.desktop + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/08/23 16:45:01 wrobell +- based on bluez-pin + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
