Validate appdata file

This commit is contained in:
Kalev Lember 2015-07-03 11:41:52 +02:00
parent 9ed379fd42
commit a51436018a

View File

@ -22,6 +22,7 @@ BuildRequires: itstool
BuildRequires: libxml2-devel
BuildRequires: pygobject3-devel
BuildRequires: python3-devel
BuildRequires: /usr/bin/appstream-util
BuildRequires: /usr/bin/xsltproc
Requires: %{name}-libs = %{version}-%{release}
@ -86,6 +87,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/glade/modules/*.so
%check
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/appdata/glade.appdata.xml
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)
- Use the make_install macro
- Use upstream screenshots for appdata
- Validate appdata file
* 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