Hello community, here is the log from the commit of package dumb for openSUSE:Factory checked in at 2017-07-19 11:21:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dumb (Old) and /work/SRC/openSUSE:Factory/.dumb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dumb" Wed Jul 19 11:21:45 2017 rev:2 rq:510932 version:0.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/dumb/dumb.changes 2017-07-10 11:07:48.724671109 +0200 +++ /work/SRC/openSUSE:Factory/.dumb.new/dumb.changes 2017-07-19 12:22:01.579746330 +0200 @@ -1,0 +2,6 @@ +Sat Jul 8 15:30:35 UTC 2017 - [email protected] + +- Replace %__-type macro indirections +- Rectify wrong summaries + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dumb.spec ++++++ --- /var/tmp/diff_new_pack.a4sS7C/_old 2017-07-19 12:22:02.159664498 +0200 +++ /var/tmp/diff_new_pack.a4sS7C/_new 2017-07-19 12:22:02.159664498 +0200 @@ -40,7 +40,7 @@ Faithful to the original trackers, especially IT. %package -n lib%{name}-0_9_3 -Summary: Development libraries and headers for libdumb +Summary: Tracker module player library Group: System/Libraries %description -n lib%{name}-0_9_3 @@ -56,11 +56,11 @@ Requires: lib%{name}-0_9_3 = %{version} %description -n lib%{name}-devel -The developmental files that must be installed in order to compile +The development files that must be installed in order to compile applications which use libdumb. %package -n libaldmb-0_9_3 -Summary: Development libraries and headers for libaldmb +Summary: Library to play tracker files through Allego audio streams Group: System/Libraries Provides: lib%{name}-0_9_3:%{_libdir}/libaldmb-%{version}.so @@ -79,11 +79,11 @@ Provides: lib%{name}-devel:%{_includedir}/aldumb.h %description -n libaldmb-devel -The developmental files that must be installed in order to compile +The development files that must be installed in order to compile applications which use libaldmb. %package -n %{name}-doc -Summary: Doc Package for Dump +Summary: Doc Package for Dumb Group: Documentation/Other Requires: %{name} = %{version} @@ -100,18 +100,18 @@ %patch1 %patch2 %patch3 -%__cp -p %{SOURCE2} . +cp -p %{SOURCE2} . %build %configure \ --disable-static -%__make %{?_smp_mflags} +make %{?_smp_mflags} %install -%__make DESTDIR=%{buildroot} install -%__rm %{buildroot}%{_libdir}/*.la -%__rm -rf examples/{Makefile*,*.o,dumb{2wav,out,play},.{deps,libs}} -%__rm -f docs/Makefile* +make DESTDIR=%{buildroot} install +rm %{buildroot}%{_libdir}/*.la +rm -rf examples/{Makefile*,*.o,dumb{2wav,out,play},.{deps,libs}} +rm -f docs/Makefile* %post -n libdumb-0_9_3 -p /sbin/ldconfig
