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