diff --git a/audacious-plugin-fc.metainfo.xml b/audacious-plugin-fc.metainfo.xml new file mode 100644 index 0000000..f78a826 --- /dev/null +++ b/audacious-plugin-fc.metainfo.xml @@ -0,0 +1,12 @@ + + + +audacious-plugin-fc +audacious.desktop +Future Composer decoder +Input plugin for Future Composer files +http://xmms-fc.sourceforge.net +CC0-1.0 +GPL-2.0+ +mschwendt@users.sf.net + diff --git a/audacious-plugin-fc.spec b/audacious-plugin-fc.spec index 49dde1a..74e631b 100644 --- a/audacious-plugin-fc.spec +++ b/audacious-plugin-fc.spec @@ -9,12 +9,14 @@ Summary: Future Composer input plugin for Audacious Name: audacious-plugin-fc Version: 0.7 -Release: 6%{?dist} +Release: 7%{?dist} Provides: audacious-plugins-fc = %{version}-%{release} URL: http://xmms-fc.sourceforge.net/ License: GPLv2+ Group: Applications/Multimedia -Source: http://downloads.sourceforge.net/xmms-fc/audacious-plugin-fc-%{version}.tar.bz2 +Source0: http://downloads.sourceforge.net/xmms-fc/audacious-plugin-fc-%{version}.tar.bz2 +# from upstream cvs +Source1: audacious-plugin-fc.metainfo.xml Patch0: audacious-plugin-fc-0.7-aud45.patch BuildRequires: audacious-devel >= 3.5 @@ -48,14 +50,21 @@ make %{?_smp_mflags} %install make DESTDIR=${RPM_BUILD_ROOT} install +mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/appdata +install -p -m0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/appdata + %files %doc COPYING README %{plugindir}/Input/fcdecoder.so %exclude %{plugindir}/Input/fcdecoder.la +%{_datadir}/appdata/*.xml %changelog +* Thu Jun 12 2014 Michael Schwendt - 0.7-7 +- Install plugin appdata metainfo file. + * Sat Jun 07 2014 Fedora Release Engineering - 0.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild