!9 修复check阶段报错
From: @starlet-dx Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
04d1429642
29
fix-appstream-data.patch
Normal file
29
fix-appstream-data.patch
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
From ff84871ad2f8e276aaf805d596d8af832be74fde Mon Sep 17 00:00:00 2001
|
||||||
|
From: Felipe Borges <felipeborges@gnome.org>
|
||||||
|
Date: Wed, 13 Nov 2019 11:28:10 +0100
|
||||||
|
Subject: [PATCH] appdata: Add <release> and <content_rating> tags
|
||||||
|
|
||||||
|
To pass appstream-util validate-strict.
|
||||||
|
---
|
||||||
|
data/vinagre.appdata.xml.in | 4 ++++
|
||||||
|
1 file changed, 4 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/data/vinagre.appdata.xml.in b/data/vinagre.appdata.xml.in
|
||||||
|
index ec28520..1516a83 100644
|
||||||
|
--- a/data/vinagre.appdata.xml.in
|
||||||
|
+++ b/data/vinagre.appdata.xml.in
|
||||||
|
@@ -23,7 +23,11 @@
|
||||||
|
<_caption><!-- Describe this screenshot in less than ~10 words --></_caption>
|
||||||
|
</screenshot>
|
||||||
|
</screenshots>
|
||||||
|
+ <releases>
|
||||||
|
+ <release version="3.32.0" date="2016-09-20"/>
|
||||||
|
+ </releases>
|
||||||
|
<update_contact>amigadave@amigadave.com</update_contact>
|
||||||
|
<project_group>GNOME</project_group>
|
||||||
|
<translation type="gettext">vinagre</translation>
|
||||||
|
+ <content_rating type="oars-1.1" />
|
||||||
|
</component>
|
||||||
|
--
|
||||||
|
2.23.0
|
||||||
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
Name: vinagre
|
Name: vinagre
|
||||||
Version: 3.22.0
|
Version: 3.22.0
|
||||||
Release: 13
|
Release: 14
|
||||||
Summary: A remote desktop viewer for GNOME
|
Summary: A remote desktop viewer for GNOME
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://wiki.gnome.org/Apps/Vinagre
|
URL: https://wiki.gnome.org/Apps/Vinagre
|
||||||
@ -9,6 +9,7 @@ Source0: https://download.gnome.org/sources/%{name}/3.22/%{name}-%{versio
|
|||||||
Patch0: 0001-handle-new-freerdp-pkgconfig-name.patch
|
Patch0: 0001-handle-new-freerdp-pkgconfig-name.patch
|
||||||
Patch1: 0002-freerdp2-32bpp.patch
|
Patch1: 0002-freerdp2-32bpp.patch
|
||||||
Patch2: 0003-fix-compilation-failed.patch
|
Patch2: 0003-fix-compilation-failed.patch
|
||||||
|
Patch3: fix-appstream-data.patch
|
||||||
|
|
||||||
BuildRequires: pkgconfig(avahi-gobject) pkgconfig(avahi-ui-gtk3) automake autoconf
|
BuildRequires: pkgconfig(avahi-gobject) pkgconfig(avahi-ui-gtk3) automake autoconf
|
||||||
BuildRequires: pkgconfig(freerdp2) pkgconfig(gtk+-3.0) pkgconfig(gtk-vnc-2.0) pkgconfig(libsecret-1)
|
BuildRequires: pkgconfig(freerdp2) pkgconfig(gtk+-3.0) pkgconfig(gtk-vnc-2.0) pkgconfig(libsecret-1)
|
||||||
@ -63,6 +64,9 @@ make check
|
|||||||
%{_datadir}/man/man1/*
|
%{_datadir}/man/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 03 2023 yaoxin <yaoxin30@h-partners.com> - 3.22.0-14
|
||||||
|
- Fix complication failed
|
||||||
|
|
||||||
* Mon Aug 2 2021 Haiwei Li <lihaiwei8@huawei.com> - 3.22.0-13
|
* Mon Aug 2 2021 Haiwei Li <lihaiwei8@huawei.com> - 3.22.0-13
|
||||||
- Fix complication failed due to gcc upgrade
|
- Fix complication failed due to gcc upgrade
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user