]> git.pld-linux.org Git - packages/anyremote.git/blob - anyremote.spec
- 2.5
[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):    anyremote - pilot bluetooth dla Linuksa
7 Name:           anyremote
8 Version:        2.5
9 Release:        1
10 License:        GPL
11 Group:          Applications
12 Source0:        http://dl.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
13 # Source0-md5:  6acb19958a54aa50fcd10545dc34ffc6
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
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.185143 seconds and 3 git commands to generate.