]> git.pld-linux.org Git - packages/ganyremote.git/blob - ganyremote.spec
- typo
[packages/ganyremote.git] / ganyremote.spec
1 Summary:        ganyremote - bluetooth remote for Gnome
2 Summary(pl.UTF-8):      ganyremote - pilot bluetooth dla Gnome
3 Name:           ganyremote
4 Version:        5.12
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
9 # Source0-md5:  df28cf243877331689ab395529b9d309
10 URL:            http://anyremote.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  bluez-libs-devel
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  python-pygtk-devel >= 2.10
16 BuildRequires:  rpm-pythonprov
17 BuildRequires:  rpmbuild(macros) >= 1.129
18 Requires:       python-bluetooth
19 Requires:       python-pygtk-gtk >= 2.10
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 Gnome. In contrast with other
25 Bluetooth remote control programs gAnyRemote 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. gAnyRemote 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 AnyRemote is its console equivalent (you can find it in anyremote
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 kAnyRemote 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. gAnyRemote
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 konsolowym odpowiednikiem jest AnyRemote (można go znaleźć w
58 pakiecie anyremote).
59
60 %prep
61 %setup -q
62
63 %build
64 %configure
65
66 %{__make}
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT
73
74 # fix locale names
75 mv $RPM_BUILD_ROOT%{_datadir}/locale/cs{_CZ,}
76 mv $RPM_BUILD_ROOT%{_datadir}/locale/de{_DE,}
77 mv $RPM_BUILD_ROOT%{_datadir}/locale/es{_ES,}
78 mv $RPM_BUILD_ROOT%{_datadir}/locale/fi{_FI,}
79 mv $RPM_BUILD_ROOT%{_datadir}/locale/fr{_FR,}
80 mv $RPM_BUILD_ROOT%{_datadir}/locale/hu{_HU,}
81 mv $RPM_BUILD_ROOT%{_datadir}/locale/it{_IT,}
82 mv $RPM_BUILD_ROOT%{_datadir}/locale/nl{_NL,}
83 mv $RPM_BUILD_ROOT%{_datadir}/locale/pl{_PL,}
84 mv $RPM_BUILD_ROOT%{_datadir}/locale/ru{_RU,}
85 mv $RPM_BUILD_ROOT%{_datadir}/locale/sk{_SK,}
86 mv $RPM_BUILD_ROOT%{_datadir}/locale/sv{_SE,}
87
88 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc
89
90 %find_lang %{name}
91
92 %clean
93 rm -rf $RPM_BUILD_ROOT
94
95 %files -f %{name}.lang
96 %defattr(644,root,root,755)
97 %doc AUTHORS NEWS README
98 %attr(755,root,root) %{_bindir}/ganyremote
99 %{_desktopdir}/ganyremote.desktop
100 %{_pixmapsdir}/ganyremote*.png
This page took 0.077464 seconds and 4 git commands to generate.