diff --git a/audacious-plugin-fc.spec b/audacious-plugin-fc.spec index f2af36c..7a1f857 100644 --- a/audacious-plugin-fc.spec +++ b/audacious-plugin-fc.spec @@ -9,7 +9,7 @@ Summary: Future Composer input plugin for Audacious Name: audacious-plugin-fc Version: 0.8.3.6 -Release: 0.1%{?dist} +Release: 0.2%{?dist} Provides: audacious-plugins-fc = %{version}-%{release} URL: http://xmms-fc.sourceforge.net/ License: GPLv2+ @@ -21,6 +21,9 @@ BuildRequires: libfc14audiodecoder-devel BuildRequires: pkgconfig BuildRequires: libtool automake +# for /usr/bin/appstream-util +BuildRequires: libappstream-glib + %description This is an input plugin for Audacious which can play back Future Composer @@ -44,6 +47,7 @@ make %{?_smp_mflags} %install make DESTDIR=${RPM_BUILD_ROOT} install +appstream-util validate-relax --nonet ${RPM_BUILD_ROOT}%{_datadir}/appdata/*.xml %files @@ -54,6 +58,10 @@ make DESTDIR=${RPM_BUILD_ROOT} install %changelog +* Wed Mar 4 2015 Michael Schwendt - 0.8.3.6-0.2 +- Following Fedora Packaging:AppData guidelines and validate the appdata + file in %%install. No (re)build just for this change. + * Thu Dec 11 2014 Michael Schwendt - 0.8.3.6-0.1 - Use pkgconfig notation in BuildRequires. - Preliminary upgrade to the Audacious 3.6-alpha1 API 46 port.