From b29aa82747b421d1ef75f1b1da8d86597d922b87933d860e8cea96dac186fc78 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 14 Nov 2012 20:18:32 +0000 Subject: [PATCH] - install contrib/plugins/coverart.py OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=30 --- picard.changes | 5 +++++ picard.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/picard.changes b/picard.changes index 9c35979..3961330 100644 --- a/picard.changes +++ b/picard.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 14 21:18:16 CET 2012 - ohering@suse.de + +- install contrib/plugins/coverart.py + ------------------------------------------------------------------- Mon Oct 15 11:19:18 CEST 2012 - ohering@suse.de diff --git a/picard.spec b/picard.spec index 0efcc2b..d73a28f 100644 --- a/picard.spec +++ b/picard.spec @@ -93,6 +93,7 @@ python setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot} # install plugins PLUGINDIR=%{buildroot}%{py_sitedir}/picard/plugins/ +install -m 0644 contrib/plugins/coverart.py ${PLUGINDIR} install -m 0644 %{SOURCE2} ${PLUGINDIR} install -m 0644 %{SOURCE8} ${PLUGINDIR} install -m 0644 %{SOURCE9} ${PLUGINDIR}