]> git.pld-linux.org Git - packages/anyremote.git/blame_incremental - anyremote.spec
- updated to 5.4.2
[packages/anyremote.git] / anyremote.spec
... / ...
CommitLineData
1#
2# TODO:
3# - find out what it Requires to run (bluez ? some irda-tools ?)
4#
5Summary: anyremote - bluetooth remote for Linux
6Summary(pl.UTF-8): anyremote - pilot bluetooth dla Linuksa
7Name: anyremote
8Version: 5.4.2
9Release: 1
10License: GPL v2+
11Group: Applications
12Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
13# Source0-md5: 9cd6b4075ae3f66ff0177c7e7cb2bafc
14Patch0: %{name}-in.patch
15Patch1: %{name}-useless_files.patch
16URL: http://anyremote.sourceforge.net
17BuildRequires: autoconf
18BuildRequires: automake
19BuildRequires: bluez-libs-devel
20BuildRequires: dbus-glib-devel
21BuildRequires: libtool
22BuildRequires: pkgconfig
23BuildRequires: xorg-lib-libXtst-devel
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
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
30SonyEricsson or JSR-82 capable phones. It was developed as just thin
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
41kAnyRemote is its KDE equivalent (you can find it in kanyremote
42package).
43
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
58 Bemused)
59- już istniejącymi klientami Bemused (częściowa obsługa).
60
61Jego odpowiednikiem dla środowiska KDE jest kAnyRemote (można go
62znaleźć w pakiecie kanyremote).
63
64%prep
65%setup -q
66%patch0 -p1
67%patch1 -p1
68
69%build
70%{__libtoolize}
71%{__aclocal}
72%{__autoconf}
73%{__automake}
74%configure
75%{__make}
76
77%install
78rm -rf $RPM_BUILD_ROOT
79
80%{__make} install \
81 DESTDIR=$RPM_BUILD_ROOT
82
83%clean
84rm -rf $RPM_BUILD_ROOT
85
86%files
87%defattr(644,root,root,755)
88%doc AUTHORS NEWS README doc-html
89%attr(755,root,root) %{_bindir}/anyremote
90%{_datadir}/anyremote
91%{_mandir}/man1/anyremote.1.*
This page took 0.027819 seconds and 4 git commands to generate.