Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Mikhail Fedotov
5ae8ea2ebd build 2016-03-19 13:43:41 +03:00
3 changed files with 21 additions and 16 deletions

1
.gitignore vendored
View file

@ -14,3 +14,4 @@ anyremote-5.2.tar.gz
/anyremote-6.3.2.tar.gz /anyremote-6.3.2.tar.gz
/anyremote-6.4.tar.gz /anyremote-6.4.tar.gz
/anyremote-6.5.tar.gz /anyremote-6.5.tar.gz
/anyremote-6.6.1.tar.gz

View file

@ -1,18 +1,17 @@
Summary: Remote control through bluetooth or Wi-Fi connection Summary: Remote control through Wi-Fi or bluetooth connection
Name: anyremote Name: anyremote
Version: 6.5 Version: 6.6.1
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv3+
Group: Applications/System Group: Applications/System
Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
URL: http://anyremote.sourceforge.net/ URL: http://anyremote.sourceforge.net/
Requires: bc,wmctrl,dbus-glib,ImageMagick,avahi-libs,anyremote-data >= 6.3.1 Requires: bc,wmctrl,ImageMagick,anyremote-data >= 6.6
BuildRequires:bluez-libs-devel >= 4.64, libX11-devel, libXi-devel, libXtst-devel, xorg-x11-proto-devel, glib2-devel >= 2.24.1, dbus-devel >= 1.2.24, dbus-glib-devel >= 0.86, avahi-devel >= 0.6.25 BuildRequires:bluez-libs-devel >= 5.0, libX11-devel, libXi-devel, libXtst-devel, xorg-x11-proto-devel, glib2-devel >= 2.24.1, dbus-devel >= 1.2.24, dbus-glib-devel >= 0.86, avahi-devel >= 0.6.25
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Obsoletes: anyremote2html
%description %description
Remote control software for applications using Bluetooth or Wi-Fi. Remote control software for applications using Wi-Fi or Bluetooth.
%prep %prep
%setup -q %setup -q
@ -57,9 +56,14 @@ Documentation for anyRemote
%changelog %changelog
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Tue Mar 15 2016 Mikhail Fedotov <anyremote at mail.ru> - 6.6.1
- Bluez-related fixes.
* Sat Feb 27 2016 Mikhail Fedotov <anyremote at mail.ru> - 6.6
- Scale images and cover pictures automatically and separately for each
connected client. Add Set(hints,...), Set(list,dir,...) and Set(text,file,...)
commands. Added -cfgdir and -tmpdir commandline options.
* Sat Dec 20 2014 Mikhail Fedotov <anyremote at mail.ru> - 6.5 * Sat Dec 20 2014 Mikhail Fedotov <anyremote at mail.ru> - 6.5
- Avahi support. - Avahi support.
@ -167,7 +171,7 @@ Documentation for anyRemote
Digikam (thanks to Marcus Hardt) and GPicView were added. Digikam (thanks to Marcus Hardt) and GPicView were added.
Syntax of Emulate() command was extended. Syntax of Emulate() command was extended.
* Sat Dec 07 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.13-1 * Sun Dec 07 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.13-1
- Small corrections in configuration files. Configuration file for WmCtrl and - Small corrections in configuration files. Configuration file for WmCtrl and
Juk/KDE4 were added. Juk/KDE4 were added.
@ -210,10 +214,10 @@ Documentation for anyRemote
- Better integration with anyremote2http: -http command line - Better integration with anyremote2http: -http command line
parameter was added. parameter was added.
* Tue Mar 07 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.4-1.fc8 * Fri Mar 07 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.4-1.fc8
- Spec file correction. Some minor enhancemens. - Spec file correction. Some minor enhancemens.
* Tue Mar 02 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-4.fc8 * Sun Mar 02 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-4.fc8
- Spec file correction. Move J2ME stuff out of the package. - Spec file correction. Move J2ME stuff out of the package.
* Tue Feb 26 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-3.fc8 * Tue Feb 26 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-3.fc8
@ -222,8 +226,8 @@ Documentation for anyRemote
* Sun Feb 17 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-2.fc8 * Sun Feb 17 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-2.fc8
- Spec file correction - Spec file correction
* Mon Feb 15 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-1.fc8 * Fri Feb 15 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.3-1.fc8
- Bugfixes and small enhancements.Support for touchscreen devices was improved - Bugfixes and small enhancements.Support for touchscreen devices was improved
* Fri Jan 10 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.2-1.fc8 * Tue Jan 10 2008 Mikhail Fedotov <anyremote at mail.ru> - 4.2-1.fc8
- Spec file modified. - Spec file modified.

View file

@ -1 +1 @@
2ebd8d41b2a525e186bd9a3199896fec anyremote-6.5.tar.gz 40f766e4ac90c9f8453c83a6158b79ed anyremote-6.6.1.tar.gz