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