]> git.pld-linux.org Git - packages/ganyremote.git/blame - ganyremote.spec
- typo
[packages/ganyremote.git] / ganyremote.spec
CommitLineData
ff86e8e4
KG
1Summary: ganyremote - bluetooth remote for Gnome
2Summary(pl.UTF-8): ganyremote - pilot bluetooth dla Gnome
3Name: ganyremote
4Version: 5.12
5Release: 1
6License: GPL v2+
7Group: X11/Applications
8Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
9# Source0-md5: df28cf243877331689ab395529b9d309
10URL: http://anyremote.sourceforge.net/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: bluez-libs-devel
14BuildRequires: libstdc++-devel
15BuildRequires: python-pygtk-devel >= 2.10
16BuildRequires: rpm-pythonprov
17BuildRequires: rpmbuild(macros) >= 1.129
18Requires: python-bluetooth
19Requires: python-pygtk-gtk >= 2.10
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23The overall goal of this project is to provide wireless Bluetooth or
24InfraRed remote control service for Gnome. In contrast with other
25Bluetooth remote control programs gAnyRemote is not limited to
26SonyEricsson or JSR-82 capable phones. It was developed as just thin
27"communication" layer beetween bluetooth-capabled phone and Linux, and
28in principle could be configured to manage any software. But Bluetooth
4c9bd310 29is not the only way to use it. gAnyRemote could be used with:
ff86e8e4
KG
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
37AnyRemote is its console equivalent (you can find it in anyremote
38package).
39
40%description -l pl.UTF-8
41Ogólnym celem tego projektu jest dostarczenie zdalnego,
42bezprzewodowego systemu kontroli nad Linuksem z użyciem Bluetootha lub
43podczerwieni (IrDA). W odróżnieniu od innych programów tego typu
44kAnyRemote nie jest ograniczony do obsługi telefonów SonyEricssona czy
45JSR-82. Został zaprojektowany jako cienka warstwa "komunikacyjna"
46między telefonem posiadającym Bluetooth, a Linuksem i w zasadzie może
47zostać skonfigurowany do obsługi każdej aplikacji. Połączenia
48Bluetooth nie są jedynym sposobem by korzystać z programu. gAnyRemote
49moż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
57Jego konsolowym odpowiednikiem jest AnyRemote (można go znaleźć w
58pakiecie anyremote).
59
60%prep
61%setup -q
62
63%build
64%configure
65
66%{__make}
67
68%install
69rm -rf $RPM_BUILD_ROOT
70
71%{__make} install \
72 DESTDIR=$RPM_BUILD_ROOT
73
74# fix locale names
75mv $RPM_BUILD_ROOT%{_datadir}/locale/cs{_CZ,}
76mv $RPM_BUILD_ROOT%{_datadir}/locale/de{_DE,}
77mv $RPM_BUILD_ROOT%{_datadir}/locale/es{_ES,}
78mv $RPM_BUILD_ROOT%{_datadir}/locale/fi{_FI,}
79mv $RPM_BUILD_ROOT%{_datadir}/locale/fr{_FR,}
80mv $RPM_BUILD_ROOT%{_datadir}/locale/hu{_HU,}
81mv $RPM_BUILD_ROOT%{_datadir}/locale/it{_IT,}
82mv $RPM_BUILD_ROOT%{_datadir}/locale/nl{_NL,}
83mv $RPM_BUILD_ROOT%{_datadir}/locale/pl{_PL,}
84mv $RPM_BUILD_ROOT%{_datadir}/locale/ru{_RU,}
85mv $RPM_BUILD_ROOT%{_datadir}/locale/sk{_SK,}
86mv $RPM_BUILD_ROOT%{_datadir}/locale/sv{_SE,}
87
88%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc
89
90%find_lang %{name}
91
92%clean
93rm -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.107401 seconds and 4 git commands to generate.