- Set pkgconf to provide pkgconfig on Tumbleweed (post SUSE Linux 15)

OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=10
This commit is contained in:
Neal Gompa 2019-07-15 00:07:11 +00:00 committed by Git OBS Bridge
parent febf7cca50
commit 9b3385c1e8
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 15 00:04:56 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- Set pkgconf to provide pkgconfig on Tumbleweed (post SUSE Linux 15)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 1 12:32:54 UTC 2019 - Neal Gompa <ngompa13@gmail.com> Wed May 1 12:32:54 UTC 2019 - Neal Gompa <ngompa13@gmail.com>

View File

@ -21,8 +21,12 @@
%{!?make_build: %global make_build %{__make} %{?_smp_mflags}} %{!?make_build: %global make_build %{__make} %{?_smp_mflags}}
%{!?_rpmmacrodir: %global _rpmmacrodir %{_rpmconfigdir}/macros.d} %{!?_rpmmacrodir: %global _rpmmacrodir %{_rpmconfigdir}/macros.d}
# pkgconf does not act as pkgconfig by default # pkgconf acts as pkgconfig for Tumbleweed (post SUSE Linux 15)
%if 0%{?suse_version} >= 1550
%bcond_without pkgconfig_compat
%else
%bcond_with pkgconfig_compat %bcond_with pkgconfig_compat
%endif
%if %{with pkgconfig_compat} %if %{with pkgconfig_compat}
%global pkgconfig_ver 0.29.2 %global pkgconfig_ver 0.29.2