From e3aa93540be0b4c6c2619aba882ae3eb4b523397 Mon Sep 17 00:00:00 2001 From: Raphael Groner Date: Apr 01 2016 18:12:55 +0000 Subject: fix missing translation tag, rhbz#1306664 --- diff --git a/RemoteBox.spec b/RemoteBox.spec index 5d6e754..180fce5 100644 --- a/RemoteBox.spec +++ b/RemoteBox.spec @@ -5,13 +5,15 @@ Name: RemoteBox Version: 2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open Source VirtualBox Client with Remote Management License: GPLv2 URL: http://%{binname}.knobgoblin.org.uk/ Source0: http://knobgoblin.org.uk/downloads/%{name}-%{version}.tar.bz2 Source1: %{name}.desktop +# tag-missing : not specified +Patch0: %{name}-%{version}-appdata-notranslation.patch BuildArch: noarch @@ -47,7 +49,7 @@ accessing the display of guests – completely remotely. %prep -%setup -q +%autosetup -p0 # We need to tell RemoteBox where to find it's files sed -i 's|$Bin/docs|%{_pkgdocdir}|g' %{binname} sed -i 's|$Bin/share/%{binname}|$Bin/share/%{name}|g' %{binname} @@ -87,6 +89,9 @@ appstream-util validate --nonet %{buildroot}%{_datadir}/appdata/%{binname}.appda %changelog +* Fri Apr 01 2016 Raphael Groner - 2.0-2 +- fix missing translation tag + * Tue Mar 01 2016 Raphael Groner - 2.0-1 - new version