From edc43b224d516d3c79a7aa2e55a584a8a3aafd6f1963e4b0ddf19cbd11c939ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Fri, 23 May 2014 20:11:37 +0000 Subject: [PATCH] Don't require pkg-config from the main package. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=49 --- tdb.changes | 4 ++-- tdb.spec | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tdb.changes b/tdb.changes index fcb66fe..048a65e 100644 --- a/tdb.changes +++ b/tdb.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Fri May 23 16:03:32 UTC 2014 - lmuelle@suse.com +Fri May 23 20:10:17 UTC 2014 - lmuelle@suse.com -- Don't BuildRequire pkg-config from the main and libtdb package. +- Don't require pkg-config from the main package. ------------------------------------------------------------------- Thu Mar 20 19:12:16 UTC 2014 - lmuelle@suse.com diff --git a/tdb.spec b/tdb.spec index ea24c01..ef52c24 100644 --- a/tdb.spec +++ b/tdb.spec @@ -30,6 +30,11 @@ BuildRequires: docbook-xsl-stylesheets BuildRequires: gpg-offline %endif BuildRequires: libxslt +%if 0%{?suse_version} > 1020 +BuildRequires: pkg-config +%else +BuildRequires: pkgconfig +%endif BuildRequires: python-devel Url: http://tdb.samba.org/ Version: 1.2.13