Hello community, here is the log from the commit of package libsmbios for openSUSE:Factory checked in at 2020-01-29 13:10:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsmbios (Old) and /work/SRC/openSUSE:Factory/.libsmbios.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsmbios" Wed Jan 29 13:10:31 2020 rev:45 rq:767260 version:2.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libsmbios/libsmbios.changes 2018-11-26 10:14:30.890139608 +0100 +++ /work/SRC/openSUSE:Factory/.libsmbios.new.26092/libsmbios.changes 2020-01-29 13:10:57.729942280 +0100 @@ -1,0 +2,9 @@ +Fri Jan 10 21:44:30 UTC 2020 - Bjørn Lie <[email protected]> + +- Move /usr/share/locale/en from the -lang package to the main + package: English is installed on all systems. This avoids + libsmbios-lang being triggered for installation on english-only + systems. +- Modernize spec. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsmbios.spec ++++++ --- /var/tmp/diff_new_pack.4xtG6O/_old 2020-01-29 13:11:00.993943948 +0100 +++ /var/tmp/diff_new_pack.4xtG6O/_new 2020-01-29 13:11:00.997943951 +0100 @@ -1,7 +1,7 @@ # # spec file for package libsmbios # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ URL: https://github.com/dell/libsmbios Source: %{name}-%{version}.tar.gz Source1: %{name}-rpmlintrc + BuildRequires: autoconf BuildRequires: automake BuildRequires: chrpath @@ -121,7 +122,7 @@ programs against libsmbios. %prep -%setup -q +%autosetup -p1 %build autoreconf -fvi @@ -132,8 +133,9 @@ --enable-nls \ --enable-python \ --enable-as-needed \ - --enable-doxygen -make %{?_smp_mflags} + --enable-doxygen \ + %{nil} +%make_build %install %make_install @@ -171,8 +173,11 @@ %license COPYING-GPL COPYING-OSL %license src/bin/getopts_LICENSE.txt %{_libdir}/libsmbios_c.so.* +%{_datadir}/locale/en/ %files lang -f %{name}.lang +# english locale should be in the main package +%exclude %{_datadir}/locale/en %files -n libsmbios-devel %{_includedir}/smbios
