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