anyremote/anyremote.spec

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

mercurial