Validate appdata file
This commit is contained in:
parent
9ed379fd42
commit
a51436018a
@ -22,6 +22,7 @@ BuildRequires: itstool
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: pygobject3-devel
|
BuildRequires: pygobject3-devel
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: /usr/bin/appstream-util
|
||||||
BuildRequires: /usr/bin/xsltproc
|
BuildRequires: /usr/bin/xsltproc
|
||||||
|
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
@ -86,6 +87,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/glade/modules/*.so
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/appdata/glade.appdata.xml
|
||||||
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/glade.desktop
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/glade.desktop
|
||||||
|
|
||||||
|
|
||||||
@ -142,6 +144,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
- Switch to Python 3 (#1238957)
|
- Switch to Python 3 (#1238957)
|
||||||
- Use the make_install macro
|
- Use the make_install macro
|
||||||
- Use upstream screenshots for appdata
|
- Use upstream screenshots for appdata
|
||||||
|
- Validate appdata file
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.19.0-2
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.19.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user