Fri, 11 Mar 2011 21:30:26 +0100
Import package vendor original specs for necessary manipulations.
michael@0 | 1 | Summary: Remote control through bluetooth or IR connection |
michael@0 | 2 | Name: anyremote |
michael@0 | 3 | Version: 5.3 |
michael@0 | 4 | Release: 1%{?dist} |
michael@0 | 5 | License: GPLv2+ |
michael@0 | 6 | Group: Applications/System |
michael@0 | 7 | Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz |
michael@0 | 8 | URL: http://anyremote.sourceforge.net/ |
michael@0 | 9 | Requires: bc,dbus-glib,anyremote-data >= 5.3 |
michael@0 | 10 | BuildRequires:bluez-libs-devel >= 4.64, libX11-devel, libXtst-devel, xorg-x11-proto-devel, glib2-devel >= 2.24.1, dbus-devel >= 1.2.24, dbus-glib-devel >= 0.86 |
michael@0 | 11 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
michael@0 | 12 | |
michael@0 | 13 | %description |
michael@0 | 14 | The overall goal of this project is to provide remote control service on Linux |
michael@0 | 15 | through Bluetooth, InfraRed, Wi-Fi or TCP/IP connection. |
michael@0 | 16 | anyRemote supports wide range of modern cell phones like Nokia, SonyEricsson, |
michael@0 | 17 | Motorola and others. |
michael@0 | 18 | |
michael@0 | 19 | %prep |
michael@0 | 20 | %setup -q |
michael@0 | 21 | |
michael@0 | 22 | %build |
michael@0 | 23 | %configure |
michael@0 | 24 | make %{?_smp_mflags} |
michael@0 | 25 | |
michael@0 | 26 | %install |
michael@0 | 27 | rm -rf $RPM_BUILD_ROOT |
michael@0 | 28 | make install DESTDIR=$RPM_BUILD_ROOT |
michael@0 | 29 | |
michael@0 | 30 | %clean |
michael@0 | 31 | rm -rf $RPM_BUILD_ROOT |
michael@0 | 32 | |
michael@0 | 33 | %files |
michael@0 | 34 | %defattr(-,root,root,-) |
michael@0 | 35 | %{_bindir}/%{name} |
michael@0 | 36 | %{_mandir}/man1/%{name}.1.gz |
michael@0 | 37 | |
michael@0 | 38 | %package data |
michael@0 | 39 | Summary: Configuration files for anyRemote |
michael@0 | 40 | Group: Applications/System |
michael@0 | 41 | |
michael@0 | 42 | %description data |
michael@0 | 43 | Configuration files for anyRemote |
michael@0 | 44 | |
michael@0 | 45 | %files data |
michael@0 | 46 | %defattr(-,root,root,-) |
michael@0 | 47 | %{_datadir}/%{name} |
michael@0 | 48 | |
michael@0 | 49 | %package doc |
michael@0 | 50 | Summary: Documentation for anyRemote |
michael@0 | 51 | Group: Applications/System |
michael@0 | 52 | |
michael@0 | 53 | %description doc |
michael@0 | 54 | Documentation for anyRemote |
michael@0 | 55 | |
michael@0 | 56 | %files doc |
michael@0 | 57 | %defattr(-,root,root,-) |
michael@0 | 58 | %doc %{_defaultdocdir}/%{name} |
michael@0 | 59 | |
michael@0 | 60 | |
michael@0 | 61 | %changelog |
michael@0 | 62 | |
michael@0 | 63 | * Tue Oct 19 2010 Mikhail Fedotov <anyremote at mail.ru> - 5.3 |
michael@0 | 64 | - Support volume control through PulseAudio. Added configuration files for Miro player, |
michael@0 | 65 | MPRIS-compatible players. Some fixes in configuration files. |
michael@0 | 66 | |
michael@0 | 67 | * Wed Aug 25 2010 Mikhail Fedotov <anyremote at mail.ru> - 5.2 |
michael@0 | 68 | - Enhanced support for Get(password) command. Properly handle ampersand in file |
michael@0 | 69 | names. |
michael@0 | 70 | |
michael@0 | 71 | * Thu Jul 8 2010 Mikhail Fedotov <anyremote at mail.ru> - 5.1.3 |
michael@0 | 72 | - Some configuration files and documentation were corrected. |
michael@0 | 73 | Added configuration file for QMMP. |
michael@0 | 74 | |
michael@0 | 75 | * Sat Mar 13 2010 Mikhail Fedotov <anyremote at mail.ru> - 5.1.2 |
michael@0 | 76 | - Some configuration files and documentation were corrected. |
michael@0 | 77 | |
michael@0 | 78 | * Wed Feb 03 2010 Mikhail Fedotov <anyremote at mail.ru> - 5.1.1 |
michael@0 | 79 | - Fixed Red Hat bugzilla bug 560182. Some configuration files and documentation |
michael@0 | 80 | were corrected. |
michael@0 | 81 | |
michael@0 | 82 | * Mon Jan 04 2010 Mikhail Fedotov <anyremote at mail.ru> - 5.1 |
michael@0 | 83 | - Better support of Command Fusion's iViewer, tested on iPod Touch. |
michael@0 | 84 | Exclude keyjnote, kpdf, kuickshow, kview, noatun and KDE3-related |
michael@0 | 85 | configuration files from the release. Added configuration file for Dragon player. |
michael@0 | 86 | Add KDE4 support in Kaffeine configuration file. |
michael@0 | 87 | |
michael@0 | 88 | * Mon Sep 14 2009 Mikhail Fedotov <anyremote at mail.ru> - 5.0 |
michael@0 | 89 | - anyRemote was rewritten using multithreading and GLib. |
michael@0 | 90 | Native D-BUS support. Format of configuration file was significantly changed. |
michael@0 | 91 | |
michael@0 | 92 | * Mon Mar 30 2009 Mikhail Fedotov <anyremote at mail.ru> - 4.18.1-1 |
michael@0 | 93 | - Add GuiAppModes tag to configuration files. |
michael@0 | 94 | |
michael@0 | 95 | * Tue Mar 17 2009 Mikhail Fedotov <anyremote at mail.ru> - 4.18-1 |
michael@0 | 96 | - Get(password) and Get(ping) commands were added. |
michael@0 | 97 | Experimental support for iPhones/iPods with Command Fusion iViewer installed. |
michael@0 | 98 | |
michael@0 | 99 | * Wed Feb 4 2009 Mikhail Fedotov <anyremote at mail.ru> - 4.17-1 |
michael@0 | 100 | - Fixed crash with all-in-one2.cfg. Added configuration files for Impressive |
michael@0 | 101 | (former KeyJnote, thanks to Cedric Barboiron). |
michael@0 | 102 | |
michael@0 | 103 | * Tue Jan 27 2009 Mikhail Fedotov <anyremote at mail.ru> - 4.16-1 |
michael@0 | 104 | - Add possibility to set SDP service name. Corrections of configuration files. |
michael@0 | 105 | Configuration files for KsCD/KDE4 and Eye-of-Gnome were added. |
michael@0 | 106 | Created icon auto-upload feature. |
michael@0 | 107 | |
michael@0 | 108 | * Fri Jan 16 2009 Mikhail Fedotov <anyremote at mail.ru> - 4.15-1 |
michael@0 | 109 | - Fixed crash issue in case of anyremote was runned without X. |
michael@0 | 110 | Fix hang in Load() command in case of empty file. |
michael@0 | 111 | |
michael@0 | 112 | * Sat Jan 10 2009 Mikhail Fedotov <anyremote at mail.ru> - 4.14-1 |
michael@0 | 113 | - Small corrections in configuration files. Configuration files for AlsaPlayer, |
michael@0 | 114 | Digikam (thanks to Marcus Hardt) and GPicView were added. |
michael@0 | 115 | Syntax of Emulate() command was extended. |
michael@0 | 116 | |
michael@0 | 117 | * Sat Dec 07 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.13-1 |
michael@0 | 118 | - Small corrections in configuration files. Configuration file for WmCtrl and |
michael@0 | 119 | Juk/KDE4 were added. |
michael@0 | 120 | |
michael@0 | 121 | * Thu Nov 13 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.12-1 |
michael@0 | 122 | - Added configuration file for XBMC (thanks to Everthon Valadao), Okular |
michael@0 | 123 | Gwenview/KDE4 and Amarok2/KDE4. Support nonn-UTF8 encodings in |
michael@0 | 124 | configurational files. Intergrated FreeBSD patch by Alex Samorukov. |
michael@0 | 125 | |
michael@0 | 126 | * Mon Oct 20 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.11-1 |
michael@0 | 127 | - Fixed issues with non-correct handling of files and directories names with |
michael@0 | 128 | braces and brackets in some configuration files. |
michael@0 | 129 | Several small changes in code. |
michael@0 | 130 | |
michael@0 | 131 | * Mon Oct 6 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.10-1 |
michael@0 | 132 | - Fixed issue with non-correct handling of files and directories names with |
michael@0 | 133 | braces and brackets in some configuration files. A lot of changes in |
michael@0 | 134 | documentation. Several small changes in code. |
michael@0 | 135 | |
michael@0 | 136 | * Mon Sep 29 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.9-1 |
michael@0 | 137 | - Get(version) command was introduced. Added possibility to create |
michael@0 | 138 | user-specific phone initialization. |
michael@0 | 139 | |
michael@0 | 140 | * Tue Sep 9 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.8.1-1 |
michael@0 | 141 | - Small corrections. |
michael@0 | 142 | |
michael@0 | 143 | * Thu Sep 4 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.8-1 |
michael@0 | 144 | - Added configuration file for gThumb. |
michael@0 | 145 | Added GuiDescription field to configuration files. |
michael@0 | 146 | |
michael@0 | 147 | * Thu Aug 7 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.7.1-1 |
michael@0 | 148 | - Fix crash issue if no bluetooth service runned |
michael@0 | 149 | |
michael@0 | 150 | * Tue Aug 5 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.7-1 |
michael@0 | 151 | - Small enhancements |
michael@0 | 152 | |
michael@0 | 153 | * Fri May 30 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.6-1 |
michael@0 | 154 | - Small enhancements |
michael@0 | 155 | |
michael@0 | 156 | * Sun May 18 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.5-1 |
michael@0 | 157 | - Better integration with anyremote2http: -http command line |
michael@0 | 158 | parameter was added. |
michael@0 | 159 | |
michael@0 | 160 | * Tue Mar 07 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.4-1.fc8 |
michael@0 | 161 | - Spec file correction. Some minor enhancemens. |
michael@0 | 162 | |
michael@0 | 163 | * Tue Mar 02 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-4.fc8 |
michael@0 | 164 | - Spec file correction. Move J2ME stuff out of the package. |
michael@0 | 165 | |
michael@0 | 166 | * Tue Feb 26 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-3.fc8 |
michael@0 | 167 | - Spec file correction |
michael@0 | 168 | |
michael@0 | 169 | * Sun Feb 17 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-2.fc8 |
michael@0 | 170 | - Spec file correction |
michael@0 | 171 | |
michael@0 | 172 | * Mon Feb 15 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-1.fc8 |
michael@0 | 173 | - Bugfixes and small enhancements.Support for touchscreen devices was improved |
michael@0 | 174 | |
michael@0 | 175 | * Fri Jan 10 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.2-1.fc8 |
michael@0 | 176 | - Spec file modified. |