Hello community, here is the log from the commit of package libxml++ for openSUSE:Factory checked in at 2015-10-06 16:10:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxml++ (Old) and /work/SRC/openSUSE:Factory/.libxml++.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxml++" Changes: -------- --- /work/SRC/openSUSE:Factory/libxml++/libxml++.changes 2015-06-09 08:48:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libxml++.new/libxml++.changes 2015-10-06 16:10:32.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Jul 23 22:57:50 UTC 2015 - [email protected] + +- Run spec-cleaner, make spec more modern. +- Replace glibmm2-devel and libxml2-devel for their pkgconfig() + equivalents. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxml++.spec ++++++ --- /var/tmp/diff_new_pack.WOpQyd/_old 2015-10-06 16:10:33.000000000 +0200 +++ /var/tmp/diff_new_pack.WOpQyd/_new 2015-10-06 16:10:33.000000000 +0200 @@ -17,18 +17,18 @@ Name: libxml++ -BuildRequires: fdupes -BuildRequires: gcc-c++ -BuildRequires: glibmm2-devel >= 2.32.0 -BuildRequires: libxml2-devel >= 2.7.7 Version: 2.38.1 Release: 0 Summary: C++ Interface for XML Files License: LGPL-2.1+ Group: Development/Libraries/C and C++ +Url: http://sourceforge.net/projects/libxmlplusplus/ Source: http://download.gnome.org/sources/libxml++/2.38/%{name}-%{version}.tar.xz Source1: baselibs.conf -Url: http://sourceforge.net/projects/libxmlplusplus/ +BuildRequires: fdupes +BuildRequires: gcc-c++ +BuildRequires: pkgconfig(glibmm-2.4) >= 2.32.0 +BuildRequires: pkgconfig(libxml-2.0) >= 2.7.7 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -60,15 +60,12 @@ %build %configure --disable-static --with-pic -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install -%makeinstall -%{__rm} -f %{buildroot}%{_libdir}/*.la -%fdupes $RPM_BUILD_ROOT - -%clean -rm -rf $RPM_BUILD_ROOT +make DESTDIR=%{buildroot} install %{?_smp_mflags} +find %{buildroot} -type f -name "*.la" -delete -print +%fdupes %{buildroot} %post -n libxml++-2_6-2 -p /sbin/ldconfig
