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