Author: arekm Date: Sun Apr 23 18:13:51 2006 GMT Module: SPECS Tag: HEAD ---- Log message: New by Bartosz ĹwiÄ tek <swiatek informatik.hu-berlin.de>.
---- Files affected: SPECS: bluemote.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/bluemote.spec diff -u /dev/null SPECS/bluemote.spec:1.1 --- /dev/null Sun Apr 23 20:13:51 2006 +++ SPECS/bluemote.spec Sun Apr 23 20:13:46 2006 @@ -0,0 +1,64 @@ +# $Revision$, $Date$ + +Summary: Bluemote - a remote controller for your PC via bluetooth +Summary(pl): Bluemote - pilot dla komputera via bluetooth +Name: bluemote +Version: 2.0 +Release: 1 +License: GPL +Group: Applications +Source0: http://www.geocities.com/saravkrish/progs/bluemote/%{name}.%{version}.tar.gz +# Source0-md5: 69ab4eafb839a3f22fca2832fbba60f6 +URL: http://www.geocities.com/saravkrish/progs/bluemote/ +Requires: bluez-utils +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Bluemote is a program meant to extend your Bluetooth enabled T610 (and +most other Sony Ericsson) as a remote for your PC. + +%description -l pl +Bluemote to program, który zamieni wyposażony w Bluetooth telefon T610 +(i większość innych telefonów Sony Ericsson) w pilota dla komputera. + +%prep +%setup -q -n %{name} + +%build +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}} +install bluemote $RPM_BUILD_ROOT%{_bindir}/bluemoteapp +install bluemote-example.cfg $RPM_BUILD_ROOT%{_datadir}/%{name}/bluemote.cfg + +cat > $RPM_BUILD_ROOT%{_bindir}/bluemote <<EOF +#!/bin/sh +[ -e ~/.bluemote.cfg ] || + /bin/cp -a %{_datadir}/%{name}/bluemote.cfg ~/.bluemote.cfg + +exec %{_bindir}/bluemoteapp + +EOF + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHOR README config.txt +%attr(755,root,root) %{_bindir}/bluemoteapp +%attr(755,root,root) %{_bindir}/bluemote +%{_datadir}/%{name}/bluemote.cfg + +%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/04/23 18:13:46 arekm +New by Bartosz ĹwiÄ tek <swiatek informatik.hu-berlin.de>. + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
