diff --git a/FIXME/pkgconfig-make.check.log b/FIXME/pkgconfig-make.check.log deleted file mode 100644 index 1362766..0000000 --- a/FIXME/pkgconfig-make.check.log +++ /dev/null @@ -1,52 +0,0 @@ -Making check in . -make[1]: Entering directory '/home/rpmbuilder/rpmbuild/BUILD/pkg-config-0.29.2' -make[1]: Leaving directory '/home/rpmbuilder/rpmbuild/BUILD/pkg-config-0.29.2' -Making check in check -make[1]: Entering directory '/home/rpmbuilder/rpmbuild/BUILD/pkg-config-0.29.2/check' -make check-TESTS -make[2]: Entering directory '/home/rpmbuilder/rpmbuild/BUILD/pkg-config-0.29.2/check' -PASS: check-cflags -PASS: check-libs -PASS: check-mixed-flags -PASS: check-non-l-flags -PASS: check-define-variable -PASS: check-libs-private -PASS: check-requires-private -PASS: check-circular-requires -PASS: check-includedir -PASS: check-conflicts -PASS: check-missing -PASS: check-special-flags -PASS: check-sort-order -PASS: check-duplicate-flags -PASS: check-whitespace -PASS: check-cmd-options -PASS: check-version -PASS: check-requires-version -../pkg-config --list-all : -'sub1 Subdirectory package 1 - Test package 1 for subdirectory -broken Broken package - Module with broken .pc file -sub2 Subdirectory package 2 - Test package 2 for subdirectory' != 'sub1 Subdirectory package 1 - Test package 1 for subdirectory -sub2 Subdirectory package 2 - Test package 2 for subdirectory -broken Broken package - Module with broken .pc file' -FAIL: check-print-options -PASS: check-path -PASS: check-sysroot -PASS: check-uninstalled -PASS: check-debug -PASS: check-gtk -PASS: check-tilde -PASS: check-relocatable -PASS: check-variable-override -PASS: check-variables -PASS: check-dependencies -PASS: check-system-flags -============================================================================== -1 of 30 tests failed -Please report to https://bugs.freedesktop.org/enter_bug.cgi?product=pkg-config -============================================================================== -make[2]: *** [Makefile:424: check-TESTS] Error 1 -make[2]: Leaving directory '/home/rpmbuilder/rpmbuild/BUILD/pkg-config-0.29.2/check' -make[1]: *** [Makefile:547: check-am] Error 2 -make[1]: Leaving directory '/home/rpmbuilder/rpmbuild/BUILD/pkg-config-0.29.2/check' -make: *** [Makefile:706: check-recursive] Error 1 diff --git a/SPECS/pkgconfig.spec b/SPECS/pkgconfig.spec index 8c04080..1aa8f51 100644 --- a/SPECS/pkgconfig.spec +++ b/SPECS/pkgconfig.spec @@ -1,6 +1,6 @@ Name: pkgconfig Version: 0.29.2 -Release: %{?repo}0.rc3%{?dist} +Release: %{?repo}0.rc4%{?dist} Summary: Developer helper tool Group: Development/Utilities @@ -8,7 +8,7 @@ License: GPLv2 URL: https://www.freedesktop.org/wiki/Software/pkg-config/ Source0: https://pkg-config.freedesktop.org/releases/pkg-config-%{version}.tar.gz -BuildRequires: glib-devel >= 2.0 +#BuildRequires: glib2-devel >= 2.0 #Requires: %description @@ -24,11 +24,11 @@ the location of documentation tools, for instance. %setup -n pkg-config-%{version} %build -%configure --disable-host-tool +%configure --disable-host-tool --with-internal-glib make %{?_smp_mflags} %check -make check > %{name}-make.check.log 2>&1 ||: +make check > %{name}-make.check.log 2>&1 %install make install DESTDIR=%{buildroot} @@ -48,6 +48,9 @@ rm -rf %{buildroot}%{_datadir}/doc/pkg-config %doc AUTHORS ChangeLog COPYING NEWS README pkg-config-guide.html %changelog +* Tue Apr 18 2023 Michael A. Peters - 0.29.2-0.rc4 +- use internal glib (1 test failure when built against external) + * Mon Apr 17 2023 Michael A. Peters - 0.29.2-0.rc3 - Run make check