Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libspf2 for openSUSE:Factory checked in at 2021-08-23 10:07:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libspf2 (Old) and /work/SRC/openSUSE:Factory/.libspf2.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libspf2" Mon Aug 23 10:07:49 2021 rev:5 rq:912577 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/libspf2/libspf2.changes 2021-08-16 10:17:34.494659877 +0200 +++ /work/SRC/openSUSE:Factory/.libspf2.new.1899/libspf2.changes 2021-08-23 10:08:25.496228551 +0200 @@ -1,0 +2,5 @@ +Sat Aug 14 22:14:58 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Trim unnecessary intermediate steps with /usr/bin/find. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libspf2.spec ++++++ --- /var/tmp/diff_new_pack.ciJ1B1/_old 2021-08-23 10:08:26.712227133 +0200 +++ /var/tmp/diff_new_pack.ciJ1B1/_new 2021-08-23 10:08:26.716227128 +0200 @@ -110,7 +110,7 @@ %package -n perl-Mail-SPF_XS Summary: An XS implementation of Mail::SPF -License: GPL-1.0-or-later OR Artistic-1.0 +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries Version: 0.01 Release: 0 @@ -131,8 +131,7 @@ rm -rf src/libreplace %patch1 %patch2 -p1 -find . -name Makefile.am -print | xargs touch -find . -name Makefile.in -print | xargs touch +find . "(" -name Makefile.am -o -name Makefile.in ")" -exec touch {} + %build %configure --enable-perl --disable-dependency-tracking @@ -150,17 +149,14 @@ rm -f doxygen/html/*.md5 %install -rm -rf %{buildroot} -make \ - DESTDIR=%{buildroot} \ +%make_install \ PERL_INSTALL_ROOT=$(grep DESTDIR perl/Makefile &> /dev/null && echo "" || echo %{buildroot}) \ INSTALLDIRS=vendor \ - INSTALL="install -p" \ - install + INSTALL="install -p" # Clean up after impure perl installation -find %{buildroot} \( -name perllocal.pod -o -name .packlist \) -exec rm {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' +find %{buildroot} \( -name perllocal.pod -o -name .packlist \) -delete +find %{buildroot} -type f -name '*.bs' -size 0 -delete %{_fixperms} %{buildroot} # Don't want statically-linked binaries