]> git.pld-linux.org Git - packages/anyremote.git/blame - anyremote.spec
- release 2
[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
38878543 8Version: 4.6
bf0bdeb9 9Release: 2
56b99fc2 10License: GPL
11Group: Applications
12Source0: http://dl.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
38878543 13# Source0-md5: 7a98a9210d2e7cf9a6f8324470454e41
265f1488 14Patch0: %{name}-in.patch
56b99fc2 15URL: http://anyremote.sourceforge.net
921b5718 16BuildRequires: autoconf
17BuildRequires: automake
18BuildRequires: bluez-libs-devel
19BuildRequires: libtool
e4b3119c 20BuildRequires: xorg-lib-libXtst-devel
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
56b99fc2 64
65%build
66%{__libtoolize}
67%{__aclocal}
68%{__autoconf}
56b99fc2 69%{__automake}
70%configure
71%{__make}
72
73%install
74rm -rf $RPM_BUILD_ROOT
75
76%{__make} install \
77 DESTDIR=$RPM_BUILD_ROOT
78
79%clean
80rm -rf $RPM_BUILD_ROOT
81
82%files
83%defattr(644,root,root,755)
fcddcb1b 84%doc AUTHORS NEWS README
56b99fc2 85%attr(755,root,root) %{_bindir}/anyremote
38878543 86%{_mandir}/man1/anyremote.1.*
This page took 0.187127 seconds and 4 git commands to generate.