Hello community, here is the log from the commit of package pkg-config for openSUSE:Factory checked in at 2018-03-12 12:02:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pkg-config (Old) and /work/SRC/openSUSE:Factory/.pkg-config.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pkg-config" Mon Mar 12 12:02:06 2018 rev:34 rq:584767 version:0.29.2 Changes: -------- --- /work/SRC/openSUSE:Factory/pkg-config/pkg-config.changes 2017-05-18 20:37:24.523652498 +0200 +++ /work/SRC/openSUSE:Factory/.pkg-config.new/pkg-config.changes 2018-03-12 12:02:35.955071413 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:38:29 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pkg-config.spec ++++++ --- /var/tmp/diff_new_pack.wldVgt/_old 2018-03-12 12:02:37.623011642 +0100 +++ /var/tmp/diff_new_pack.wldVgt/_new 2018-03-12 12:02:37.659010350 +0100 @@ -1,7 +1,7 @@ # # spec file for package pkg-config # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,17 +20,15 @@ Version: 0.29.2 Release: 0 Summary: A library management system -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Packages -Url: http://pkgconfig.freedesktop.org/ +URL: http://pkgconfig.freedesktop.org/ Source: http://pkgconfig.freedesktop.org/releases/%{name}-%{version}.tar.gz # Old name for version <= 0.17 and SuSE Linux <= 10.2 & CODE10 # Mandriva 2009 and Fedora 11 still use old name "pkgconfig" +# pkg-config has a virtual internal pkg-config.pc file, so we should provide it Provides: pkgconfig = %{version} Obsoletes: pkgconfig < 0.21 -# pkg-config has a virtual internal pkg-config.pc file, so we should provide it -Provides: pkgconfig(pkg-config) = %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The pkg-config program is used to retrieve information about installed @@ -44,9 +42,9 @@ %configure\ --with-internal-glib \ %if "%{_lib}" == "lib" - --with-pc_path=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:%{_libdir}/pkgconfig:%{_datadir}/pkgconfig:/opt/kde3/%{_lib}/pkgconfig + --with-pc_path=%{_prefix}/local/lib/pkgconfig:%{_prefix}/local/share/pkgconfig:%{_libdir}/pkgconfig:%{_datadir}/pkgconfig:/opt/kde3/%{_lib}/pkgconfig %else - --with-pc_path=/usr/local/%{_lib}/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:%{_libdir}/pkgconfig:%{_datadir}/pkgconfig:/opt/kde3/%{_lib}/pkgconfig + --with-pc_path=%{_prefix}/local/%{_lib}/pkgconfig:%{_prefix}/local/lib/pkgconfig:%{_prefix}/local/share/pkgconfig:%{_libdir}/pkgconfig:%{_datadir}/pkgconfig:/opt/kde3/%{_lib}/pkgconfig %endif make %{?_smp_mflags} @@ -56,8 +54,8 @@ rm %{buildroot}%{_datadir}/doc/pkg-config/pkg-config-guide.html %files -%defattr(-,root,root) -%doc AUTHORS COPYING NEWS README ChangeLog pkg-config-guide.html +%license COPYING +%doc AUTHORS NEWS README ChangeLog pkg-config-guide.html %{_bindir}/pkg-config %ifarch s390 s390x %{_bindir}/*-ibm-linux-gnu*-pkg-config @@ -66,6 +64,6 @@ %endif %dir %{_datadir}/aclocal %{_datadir}/aclocal/pkg.m4 -%doc %{_mandir}/man1/pkg-config.* +%{_mandir}/man1/pkg-config.1%{ext_man} %changelog
