Hello community, here is the log from the commit of package libHX for openSUSE:Factory checked in at 2014-02-18 14:44:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-01-07 13:54:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libHX.new/libHX.changes 2014-02-18 14:44:55.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 10 17:12:56 UTC 2014 - [email protected] + +- Do an out-of-srcdir build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libHX.spec ++++++ --- /var/tmp/diff_new_pack.NsJPrw/_old 2014-02-18 14:44:55.000000000 +0100 +++ /var/tmp/diff_new_pack.NsJPrw/_new 2014-02-18 14:44:55.000000000 +0100 @@ -110,19 +110,23 @@ %endif %build -%configure --includedir="%_includedir/pkg/%name" +%define _configure ../configure +mkdir obj; +pushd obj/ +%configure --includedir="%_includedir/pkg/%name" --docdir="%_docdir/%name" make %{?_smp_mflags} +popd %install b="%buildroot"; -make install DESTDIR="$b" docdir="%_docdir/%name" +make -C obj DESTDIR="$b" install 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 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
