Hello community,

here is the log from the commit of package libHX for openSUSE:Factory checked 
in at 2014-12-23 11:50:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libHX (Old)
 and      /work/SRC/openSUSE:Factory/.libHX.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libHX"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libHX/libHX.changes      2014-08-30 
16:04:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libHX.new/libHX.changes 2014-12-23 
11:48:49.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec 15 00:44:16 UTC 2014 - jeng...@inai.de
+
+- Switch to an out-of-tree build. Drop /pkg from include path.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libHX.spec ++++++
--- /var/tmp/diff_new_pack.WdBWpJ/_old  2014-12-23 11:48:50.000000000 +0100
+++ /var/tmp/diff_new_pack.WdBWpJ/_new  2014-12-23 11:48:50.000000000 +0100
@@ -77,19 +77,23 @@
 %endif
 
 %build
-%configure --includedir="%_includedir/pkg/%name" --docdir="%_docdir/%name"
+mkdir obj
+pushd obj/
+%define _configure ../configure
+%configure --includedir="%_includedir/%name" --docdir="%_docdir/%name"
 make %{?_smp_mflags}
+popd
 
 %install
 b="%buildroot";
-make DESTDIR="$b" install
+%make_install -C obj
 mkdir -p "$b/%_docdir/%name"
 install -pm0644 doc/* "$b/%_docdir/%name"
 rm -f "$b/%_docdir/%name"/Makefile*
 find "$b/%_libdir" -type f -name "*.la" -delete;
 
 %check
-make check %{?_smp_mflags}
+make -C obj check %{?_smp_mflags}
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
@@ -101,7 +105,7 @@
 %files devel
 %defattr(-,root,root)
 %_docdir/%name/
-%_includedir/pkg/
+%_includedir/%name/
 %_libdir/libHX*.so
 %_libdir/pkgconfig/libHX.pc
 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to