Hello community, here is the log from the commit of package libconfig for openSUSE:Factory checked in at 2014-10-06 12:06:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libconfig (Old) and /work/SRC/openSUSE:Factory/.libconfig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libconfig" Changes: -------- --- /work/SRC/openSUSE:Factory/libconfig/libconfig.changes 2013-01-01 12:00:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libconfig.new/libconfig.changes 2014-10-06 12:06:25.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Oct 5 22:19:54 UTC 2014 - [email protected] + +- Make doc subpackage noarch; improve on RPM group classification + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libconfig.spec ++++++ --- /var/tmp/diff_new_pack.9sFnpZ/_old 2014-10-06 12:06:26.000000000 +0200 +++ /var/tmp/diff_new_pack.9sFnpZ/_new 2014-10-06 12:06:26.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libconfig # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -# %define docbuild 0 Name: libconfig @@ -25,8 +24,9 @@ %define _soversion 9 Summary: A simple library for manipulating structured configuration files License: LGPL-2.1+ -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://www.hyperrealm.com/main.php?s=libconfig + Source0: http://www.hyperrealm.com/libconfig/libconfig-%{version}.tar.gz Source1: baselibs.conf BuildRequires: bison @@ -101,7 +101,6 @@ This package contains the shared libraries for libconfig. %package -n libconfig++-devel - Summary: C++-Bindings development files for libconfig Group: Development/Languages/C and C++ Requires: libconfig++%{_soversion} = %{version} @@ -121,6 +120,9 @@ %package doc Summary: Documentation files for libconfig Group: Documentation/Other +%if 0%{?suse_version} >= 1130 +BuildArch: noarch +%endif %description doc Documentation files for package libconfig. @@ -142,7 +144,7 @@ # clean up pushd examples make clean - find . -name '*.vcproj' -o -name '.deps' |xargs rm -r + find . -name '*.vcproj' -o -name '.deps' -exec rm -Rf '{}' '+' popd rm %{buildroot}%{_libdir}/*.{l,}a %fdupes -s examples %{buildroot}%{_docdir} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
