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