Hello community,

here is the log from the commit of package libargtable2 for openSUSE:Factory 
checked in at 2016-06-29 15:10:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libargtable2 (Old)
 and      /work/SRC/openSUSE:Factory/.libargtable2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libargtable2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libargtable2/libargtable2.changes        
2016-06-19 10:49:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libargtable2.new/libargtable2.changes   
2016-06-29 15:10:55.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jun 14 10:15:24 UTC 2016 - jeng...@inai.de
+
+- Avoid building static libraries if they will be deleted anyway
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libargtable2.spec ++++++
--- /var/tmp/diff_new_pack.efPZgy/_old  2016-06-29 15:10:56.000000000 +0200
+++ /var/tmp/diff_new_pack.efPZgy/_new  2016-06-29 15:10:56.000000000 +0200
@@ -68,7 +68,7 @@
 %patch0
 
 %build
-%configure --docdir=%{_defaultdocdir}/%{name}
+%configure --disable-static --docdir=%{_defaultdocdir}/%{name}
 make %{?_smp_mflags}
 
 %install
@@ -78,8 +78,7 @@
 install -Dm 0644 doc/%{name1}.3 %{buildroot}%{_mandir}/man3/%{name1}.3
 install -Dm 0644 doc/%{name2}.3 %{buildroot}%{_mandir}/man3/%{name2}.3
 
-# Remove not needed static libraries
-find %{buildroot}%{_libdir} -name '*.la' -print0  -or -name '*.a' -print0 | 
xargs -0 rm -f
+find %{buildroot}%{_libdir} -type f -name '*.la' -delete
 
 %fdupes -s %{buildroot}%{_prefix}
 %fdupes -s %{buildroot}%{_mandir}


Reply via email to