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