Hello community, here is the log from the commit of package guitarix for openSUSE:Factory checked in at 2016-07-20 09:29:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/guitarix (Old) and /work/SRC/openSUSE:Factory/.guitarix.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "guitarix" Changes: -------- --- /work/SRC/openSUSE:Factory/guitarix/guitarix.changes 2016-07-15 12:48:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.guitarix.new/guitarix.changes 2016-07-20 09:29:52.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jul 5 10:37:57 UTC 2016 - [email protected] + +- Drop "devel" subpackage, there are no devel files in it. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ guitarix.spec ++++++ --- /var/tmp/diff_new_pack.v99VJi/_old 2016-07-20 09:29:54.000000000 +0200 +++ /var/tmp/diff_new_pack.v99VJi/_new 2016-07-20 09:29:54.000000000 +0200 @@ -61,22 +61,16 @@ feedback/feedforward-filter and echo. A fixed resonator will use, when distortion is disabled. -guitarix is licensed under GPL. +%package -n libgxw0 +Summary: Guitarix runtime libraries +Group: System/Libraries +# Earlier weird packaging of internal libraries +Obsoletes: %{name}-devel < %version-%release +Provides: %{name}-devel = %version-%release -%package -n %{name}-devel -Summary: Devel files for guitarix -Group: Development/Tools/Other -Requires: guitarix = %{version} - -%description -n %{name}-devel -This package contains the development files for guitarix, which is a simple -mono amplifier to jack with one input and two outputs. Designed to get nice -trash/metal/rock/guitar sounds. - -Available are the controls for bass, treble, gain, balance, -distortion, freeverb, impulse response (pre state), crybaby(wah), -feedback/feedforward-filter and echo. A fixed resonator will use, -when distortion is disabled. +%description -n libgxw0 +guitarix is a simple mono amplifier to jack with one input and two +outputs. %package -n ladspa-%{name} Summary: Guitarix - ladspa plugins @@ -130,12 +124,14 @@ ./waf install --destdir=%{buildroot} %suse_update_desktop_file -i %{name} AudioVideo Music %find_lang %{name} +# No header files installed for this lib +rm -f "%{buildroot}/%{_libdir}/"*.so %fdupes -s %{buildroot}/%{_datadir}/gx_head/ %fdupes -s %{buildroot}/%{_libdir}/lv2/ -%post devel -p /sbin/ldconfig -%postun devel -p /sbin/ldconfig +%post -n libgxw0 -p /sbin/ldconfig +%postun -n libgxw0 -p /sbin/ldconfig %files -f %{name}.lang %defattr(-,root,root) @@ -161,9 +157,9 @@ %{_datadir}/pixmaps/jackd_off.png %{_datadir}/pixmaps/jackd_on.png -%files -n %{name}-devel +%files -n libgxw0 %defattr(-,root,root) -%{_libdir}/libgxw*.so* +%{_libdir}/libgxw*.so.0* %files -n lv2-%{name} %defattr(-,root,root)
