Hello community,

here is the log from the commit of package zam-plugins for openSUSE:Factory 
checked in at 2019-10-18 14:37:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zam-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.zam-plugins.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zam-plugins"

Fri Oct 18 14:37:33 2019 rev:2 rq:741047 version:3.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/zam-plugins/zam-plugins.changes  2019-07-11 
13:16:06.554810567 +0200
+++ /work/SRC/openSUSE:Factory/.zam-plugins.new.2352/zam-plugins.changes        
2019-10-18 14:37:44.611565897 +0200
@@ -1,0 +2,6 @@
+Sat Sep 21 23:43:39 UTC 2019 - Giordano Boschetti <[email protected]>
+
+- separate plugins in specific packages with the conventional Linux names
+
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zam-plugins.spec ++++++
--- /var/tmp/diff_new_pack.jKbpHq/_old  2019-10-18 14:37:45.275564168 +0200
+++ /var/tmp/diff_new_pack.jKbpHq/_new  2019-10-18 14:37:45.275564168 +0200
@@ -20,7 +20,7 @@
 Name:           zam-plugins
 Version:        3.11
 Release:        0
-Summary:        A collection of LV2/LADSPA audio plugins for high quality 
processing
+Summary:        A collection of audio plugins for high quality processing
 License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Sound/Utilities
 URL:            http://www.zamaudio.com/?p=976
@@ -63,6 +63,36 @@
 ZamGEQ31 - Mono 31 band graphic equalizer plugin
 ZamGEQ31X2 - Stereo 31 band graphic equalizer plugin
 
+%package -n ladspa-%{name}
+Summary:        A collection of audio plugins for high quality processing
+Requires:       ladspa%{?_isa}
+Conflicts:      %{name}
+
+%description -n ladspa-%{name}
+${sum}.
+
+%package -n lv2-%{name}
+Summary:        A collection of audio plugins for high quality processing
+Requires:       lv2%{?_isa}
+Conflicts:      %{name}
+
+%description -n lv2-%{name}
+${sum}.
+
+%package vst
+Summary:        A collection of audio plugins for high quality processing
+Conflicts:      %{name}
+
+%description vst
+${sum}.
+
+%package jack
+Summary:        A collection of audio plugins for high quality processing
+Conflicts:      %{name}
+
+%description jack
+${sum}.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -76,11 +106,16 @@
 # remove executable flag where not needed
 find %{buildroot}%{_libdir}/lv2 -name \*.ttl -exec chmod -x {} +
 
-%files
+%files jack
 %{_bindir}/Za*
+
+%files -n ladspa-%{name}
 %{_libdir}/ladspa/Za*-ladspa.so
+
+%files -n lv2-%{name}
 %{_libdir}/lv2/Za*.lv2
-# uncertain about this one, see if there's a package that owns it
+
+%files vst
 %dir %{_libdir}/vst
 %{_libdir}/vst/Za*-vst.so
 


Reply via email to