Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dsbhayangkara
AnyRemote
AnyRemote.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File AnyRemote.spec of Package AnyRemote
# # spec file for package anyremote (Version 4.0) # # Copyright (c) 2007 SuSE Linux AG, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bug fixes or comments via http://www.suse.de/feedback/ # # norootforbuild %define _prefix /usr %define rversion 4.0 %define rrelease 1.1 %define releasesuffix suse%(echo "%{suse_version}" | %__sed -e 's/.$//')DSB Name: anyremote Version: %{rversion} Release: %{rrelease}%{releasesuffix} %if %suse_version < 1020 Distribution: SUSE Linux %(echo "%{suse_version}" | %__sed -e 's/.$//' -e ':a;s/\(.$\)/\.\1/g') %else Distribution: openSUSE %(echo "%{suse_version}" | %__sed -e 's/.$//' -e ':a;s/\(.$\)/\.\1/g') %endif Summary: Remote control through bluetooth or IR connection. Source: %{name}-%{rversion}.tar.gz Patch1: %{name}-install-data-local.diff URL: http://anyremote.sourceforge.net Packager: Donnie S Bhayangkara - http://donnie.110mb.com Group: Productivity/Other License: GPLv2 BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRequires: autoconf automake libtool libstdc++-devel BuildRequires: bluez-libs Requires: bluez-libs bluez-utils %description The overall goal of this project is to provide wireless Bluetooth or InfraRed remote control service on Linux. In contrast with other Bluetooth remote control programs anyremote is not limited to SonyEriccson or JSR-82 capabled phones. It was developed as just thin "communication" layer beetween bluetooth-capabled phone and Linux, and in principle could be configured to manage any software. But Bluetooth is not the only way to use it. anyRemote could be used with: - IR-capabled phone - with cable connection - with Wi-Fi connection (if phone supports Wi-Fi) - it could accept incoming connection from network - it have web interface (could work as HTTP server) - it could in work with Java client written for JSR82 capabled phones (like Bemused) Authors: -------- M.Fedotov <anyremote@mail.ru> %package data Summary: anyRemote Configuration Files Group: Productivity/Other Requires: %{name} >= %{version} %description data Configuration files for anyRemote Authors: -------- M.Fedotov <anyremote@mail.ru> %package doc Summary: anyRemote's Documentation Group: Productivity/Other Requires: %{name} >= %{version} %description doc Documentation for anyRemote Authors: -------- M.Fedotov <anyremote@mail.ru> %if %suse_version >= 930 %debug_package %endif %prep %setup -q -n "%{name}-%{rversion}" %patch1 autoreconf -fvi %{?suse_update_config:%{suse_update_config -f}} %build %configure %__make %{?jobs:-j%{jobs}} %install %makeinstall %__install -Dm 0644 "%{_builddir}/%{name}-%{version}/AUTHORS" \ "%{buildroot}%{_defaultdocdir}/%{name}/AUTHORS" %__install -Dm 0644 "%{_builddir}/%{name}-%{version}/VERSION" \ "%{buildroot}%{_defaultdocdir}/%{name}/VERSION" %__install -Dm 0644 "%{_builddir}/%{name}-%{version}/README" \ "%{buildroot}%{_defaultdocdir}/%{name}/README" %__install -Dm 0644 "%{_builddir}/%{name}-%{version}/COPYING" \ "%{buildroot}%{_defaultdocdir}/%{name}/COPYING" %__install -Dm 0644 "%{_builddir}/%{name}-%{version}/NEWS" \ "%{buildroot}%{_defaultdocdir}/%{name}/NEWS" %__install -dm 0755 "%{buildroot}%{_datadir}/%{name}/cfg-data/AT-mode" %__install -dm 0755 "%{buildroot}%{_datadir}/%{name}/cfg-data/Bemused-emulation" %__install -dm 0755 "%{buildroot}%{_datadir}/%{name}/cfg-data/Server-mode" %__install -Dm 0644 "%{_builddir}/%{name}-%{version}/cfg-data/AT-mode"/* \ "%{buildroot}%{_datadir}/%{name}/cfg-data/AT-mode"/ %__install -Dm 0644 "%{_builddir}/%{name}-%{version}/cfg-data/Bemused-emulation"/* \ "%{buildroot}%{_datadir}/%{name}/cfg-data/Bemused-emulation"/ %__install -Dm 0644 "%{_builddir}/%{name}-%{version}/cfg-data/Server-mode"/* \ "%{buildroot}%{_datadir}/%{name}/cfg-data/Server-mode"/ %__install -Dm 0644 "%{_builddir}/%{name}-%{version}"/*.jad \ "%{buildroot}%{_datadir}/%{name}"/ %__install -Dm 0644 "%{_builddir}/%{name}-%{version}"/*.jar \ "%{buildroot}%{_datadir}/%{name}"/ %__rm -rf "%{buildroot}%{_datadir}/anyRemote" %__install -dm 0755 "%{buildroot}%{_defaultdocdir}/%{name}/doc-html/data/icons" %__install -Dm 0644 "%{_builddir}/%{name}-%{version}/doc-html/data/icons"/* \ "%{buildroot}%{_defaultdocdir}/%{name}/doc-html/data/icons"/ %__install -Dm 0644 "%{_builddir}/%{name}-%{version}/doc-html/data"/*.* \ "%{buildroot}%{_defaultdocdir}/%{name}/doc-html/data"/ %__install -Dm 0644 "%{_builddir}/%{name}-%{version}/doc-html"/*.* \ "%{buildroot}%{_defaultdocdir}/%{name}/doc-html"/ %__install -Dm 0644 "%{_builddir}/%{name}-%{version}/doc-html/COPYING" \ "%{buildroot}%{_defaultdocdir}/%{name}/doc-html/COPYING" %__install -Dm 0644 "%{_builddir}/%{name}-%{version}/doc-html/copying" \ "%{buildroot}%{_defaultdocdir}/%{name}/doc-html/copying" %if %suse_version < 930 %__strip "%{buildroot}%{_bindir}"/* %endif %clean %__rm -rf "%{buildroot}" %post echo "NOTE FOR THOSE WHO UPGDADE to v4.0: Default bluetooth channel was changed from" echo "10 to 19 because Opd (Image Responder Daemon) uses channel 10 on SuSE 10.3. You" echo "need execute \"Clear Addresses\" and then run search again in java client to be" echo "able to establish connection." %files %defattr(-,root,root) %{_bindir}/%{name} %{_defaultdocdir}/%{name}/AUTHORS %{_defaultdocdir}/%{name}/VERSION %{_defaultdocdir}/%{name}/README %{_defaultdocdir}/%{name}/COPYING %{_defaultdocdir}/%{name}/NEWS %files data %defattr(-,root,root) %{_datadir}/%{name}/cfg-data/* %{_datadir}/%{name}/anyRemote.jad %{_datadir}/%{name}/anyRemote.jar %{_datadir}/%{name}/anyRemote-64.jad %{_datadir}/%{name}/anyRemote-64.jar %files doc %defattr(-,root,root) %{_defaultdocdir}/%{name}/doc-html/* %changelog * Sat Dec 15 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 4.0 - new upstream version: * Cfg. files for xmms2 (thanks to Gyuris Szabolcs), Comix, Elisa and Xfmedia were added. * Cfg. files for Digikam, KMplayer and Twinkle were removed. * A lot of corrections in cfg.files. * Now anyRemote could work with some IR remote controls supplied with TV tuner cards. * Anyremote was tested with Nokia-6288, Nokia-6111 in server mode throgh IR connection and with IR remote from AverMedia Studio 507. * Actually this is the first release which is possible to work somehow in server mode with non-JSR-82 compatible phones. * Thu Dec 6 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 3.6 - new upstream version: * Support for touchscreen devices was added in java client. * anyRemote was tested with Motorola-A1200 (thanks to Sebastian Turzanski) * Motorola-K1 patch by Kevin Fox was integrated. * Cfg.file for digikam was corrected. * Wed Nov 7 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 3.5 - new upstream version: * Small enhancements. Command Get(is_exists,...) was added. * Cfg. files for Gmusicbrowser and Moc were added. Cfg.file for Kopete was modified to work correctly with kopete-anyremote-0.4. * Tue Oct 9 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 3.4 - new upstream version: * Small enhancements. * Wed Oct 3 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 3.3 - new upstream version: * Small enhancements. Command Set(disconnect) was introduced. Fixed build issue in Gentoo. * Mon Sep 17 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 3.2 - new upstream version: * Cfg.file for xine (new version) and MythTv (thanks to Tim Hicks) were added. * cfg-examples directory was renamed to cfg-data. * *.spec file was changed: solid rpm was separated into 3 RPM's. Lot of bugfixes and small enhancemens. * Thu Aug 23 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 3.1 - new upstream version: * New command Get(screen_size|model) was introduced. Set(image...) command was enhanced. * In AT-mode nothing will be sent to phone after RemoteOff command. * Java client was corrected to work properly with Nokia-E70. * Cfg.file for Mplayer, Quodlibet, VLC and Nokia-E70 were added. * A lot of bugfixes. * Thu Jul 24 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 3.0 - new upstream version: * New command Set(image,...) was introduced. It allows to transfer to phone images and then show them on the screen. According to this feature communication protocol was slightly changed. * Communication code in java client was reworked completely. * Cfg.file for Kpdf, Listen and Open Office Impress was added. * Since this versions all temporary and log files will be created in $HOME/.anyRemote instead of /tmp. * Thu May 24 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 2.12 - new upstream version: * Cfg.file for Aqualung was added. anyRemote was tested over Wi-Fi connection between Nokia-E61 and PC. * Java client starts to support CDLC-1.0 phones. A lot of bugs were fixed. * Thu Apr 26 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 2.11 - new upstream version: * Java client was tested on Motorola-V3i and Nokia-E61. * Set(iconlist,...) command was introduced. * Added possibility to use 16x16 or 32x32 png icons. * Cfg.file for Kopete was added. A lot of bugfixes and enhancements. * Sat Mar 31 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 2.10.0 - new upstream version: * Java client was tested on Motorola-L6 and Siemens-S65. New capability to work as back-end with separated GUI front-endswas introduced. New commands Set(parameter,...) and Set(repaint) was introduced. Command Set(debug,...) was changed to Set(parameter,debug,...). A lot of bugs were fixed. Cfg.files for Exaile was added. * Sat Mar 10 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 2.9.0 - new upstream version: * New commands Include(...) and ExecAndSet(upload,...) were introduced. Now it is possible to upload icons to Java Client.Cfg.files for Audacious, Banshee, BMP, Freevo, JuK, MPD, Totem, custom made RSS reader and cfg.file for icon uploading were added. * Mon Feb 5 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 2.8 - Package for v2.8 * Sat Jan 27 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 2.7.1 - Package for v2.7.1 * Thu Jan 25 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 2.7 - Package for v2.7 * Thu Jan 18 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 2.6 - Package for v2.6 * Mon Jan 8 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 2.5 - initial package
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor