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