]> git.pld-linux.org Git - packages/anyremote.git/blob - anyremote.spec
1566970ae032fee3a91cadfd8cac95f39effd1ad
[packages/anyremote.git] / anyremote.spec
1 #
2 # TODO:
3 # - find out what it Requires to run (bluez ? some irda-tools ?)
4 #
5 Summary:        anyremote - bluetooth remote for Linux
6 Summary(pl.UTF-8):      anyremote - pilot bluetooth dla Linuksa
7 Name:           anyremote
8 Version:        3.0
9 Release:        1
10 License:        GPL
11 Group:          Applications
12 Source0:        http://dl.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
13 # Source0-md5:  058308c283449343b7ce7f8e6850ee4c
14 Patch0:         %{name}-in.patch
15 Patch1:         %{name}-link.patch
16 URL:            http://anyremote.sourceforge.net
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  bluez-libs-devel
20 BuildRequires:  libtool
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 The overall goal of this project is to provide wireless Bluetooth or
25 InfraRed remote control service for Linux. In contrast with other
26 Bluetooth remote control programs AnyRemote is not limited to
27 SonyEricsson or JSR-82 capable phones. It was developed as just thin
28 "communication" layer beetween bluetooth-capabled phone and Linux, and
29 in principle could be configured to manage any software. But Bluetooth
30 is 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
38 kAnyRemote is its KDE equivalent (you can find it in kanyremote
39 package).
40
41 %description -l pl.UTF-8
42 Ogólnym celem tego projektu jest dostarczenie zdalnego,
43 bezprzewodowego systemu kontroli nad Linuksem z użyciem Bluetootha lub
44 podczerwieni (IrDA). W odróżnieniu od innych programów tego typu
45 AnyRemote nie jest ograniczony do obsługi telefonów SonyEricssona czy
46 JSR-82. Został zaprojektowany jako cienka warstwa "komunikacyjna"
47 między telefonem posiadającym Bluetooth, a Linuksem i w zasadzie może
48 zostać skonfigurowany do obsługi każdej aplikacji. Połączenia
49 Bluetooth nie są jedynym sposobem by korzystać z programu. AnyRemote
50 moż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
55   Bemused)
56 - już istniejącymi klientami Bemused (częściowa obsługa).
57
58 Jego odpowiednikiem dla środowiska KDE jest kAnyRemote (można go
59 znaleźć w pakiecie kanyremote).
60
61 %prep
62 %setup -q
63 %patch0 -p0
64 %patch1 -p1
65
66 %build
67 %{__libtoolize}
68 %{__aclocal}
69 %{__autoconf}
70 %{__automake}
71 %configure
72 %{__make}
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} install \
78         DESTDIR=$RPM_BUILD_ROOT
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files
84 %defattr(644,root,root,755)
85 %doc AUTHORS NEWS README cfg-examples
86 %attr(755,root,root) %{_bindir}/anyremote
This page took 0.029249 seconds and 2 git commands to generate.