]> git.pld-linux.org Git - packages/anyremote.git/blame - anyremote.spec
- 3.1
[packages/anyremote.git] / anyremote.spec
CommitLineData
934ea3fc 1#
2# TODO:
3# - find out what it Requires to run (bluez ? some irda-tools ?)
4#
5Summary: anyremote - bluetooth remote for Linux
7ff47400 6Summary(pl.UTF-8): anyremote - pilot bluetooth dla Linuksa
56b99fc2 7Name: anyremote
6577c436 8Version: 3.1
56b99fc2 9Release: 1
10License: GPL
11Group: Applications
12Source0: http://dl.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
6577c436 13# Source0-md5: 9f299d22ce9f29c22add7a6c6f8e746d
265f1488 14Patch0: %{name}-in.patch
9f6e8303 15Patch1: %{name}-link.patch
56b99fc2 16URL: http://anyremote.sourceforge.net
921b5718 17BuildRequires: autoconf
18BuildRequires: automake
19BuildRequires: bluez-libs-devel
20BuildRequires: libtool
56b99fc2 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
a81e71f1 24The overall goal of this project is to provide wireless Bluetooth or
25InfraRed remote control service for Linux. In contrast with other
26Bluetooth remote control programs AnyRemote is not limited to
edb42f9d 27SonyEricsson or JSR-82 capable phones. It was developed as just thin
a81e71f1 28"communication" layer beetween bluetooth-capabled phone and Linux, and
29in principle could be configured to manage any software. But Bluetooth
30is not the only way to use it. AnyRemote could be used with:
31- IR-capabled phone
32- with cable connection
33- it could accept incoming connection from network
34- it could work with Java client written for JSR82 capabled phones
35 (like Bemused)
36- it have limited support for existing Bemused clients.
37
edb42f9d
JB
38kAnyRemote is its KDE equivalent (you can find it in kanyremote
39package).
934ea3fc 40
747fc40e
JR
41%description -l pl.UTF-8
42Ogólnym celem tego projektu jest dostarczenie zdalnego,
43bezprzewodowego systemu kontroli nad Linuksem z użyciem Bluetootha lub
44podczerwieni (IrDA). W odróżnieniu od innych programów tego typu
45AnyRemote nie jest ograniczony do obsługi telefonów SonyEricssona czy
46JSR-82. Został zaprojektowany jako cienka warstwa "komunikacyjna"
47między telefonem posiadającym Bluetooth, a Linuksem i w zasadzie może
48zostać skonfigurowany do obsługi każdej aplikacji. Połączenia
49Bluetooth nie są jedynym sposobem by korzystać z programu. AnyRemote
50może być używany wraz z:
51- telefonami posiadającymi podczerwień (IrDA)
52- telefonami z połączeniem kablowym
53- może odbierać połączenia przychodzące z sieci
54- klientem Javy napisanym dla telefonów obsługujących JSR82 (jak
a81e71f1 55 Bemused)
747fc40e 56- już istniejącymi klientami Bemused (częściowa obsługa).
a81e71f1 57
747fc40e
JR
58Jego odpowiednikiem dla środowiska KDE jest kAnyRemote (można go
59znaleźć w pakiecie kanyremote).
56b99fc2 60
61%prep
62%setup -q
265f1488 63%patch0 -p0
9f6e8303 64%patch1 -p1
56b99fc2 65
66%build
67%{__libtoolize}
68%{__aclocal}
69%{__autoconf}
56b99fc2 70%{__automake}
71%configure
72%{__make}
73
74%install
75rm -rf $RPM_BUILD_ROOT
76
77%{__make} install \
78 DESTDIR=$RPM_BUILD_ROOT
79
80%clean
81rm -rf $RPM_BUILD_ROOT
82
83%files
84%defattr(644,root,root,755)
c4ed7a74 85%doc AUTHORS NEWS README cfg-examples
56b99fc2 86%attr(755,root,root) %{_bindir}/anyremote
This page took 0.803769 seconds and 4 git commands to generate.