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
This commit is contained in:
parent
e44866c44b
commit
edc43b224d
@ -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
|
Thu Mar 20 19:12:16 UTC 2014 - lmuelle@suse.com
|
||||||
|
5
tdb.spec
5
tdb.spec
@ -30,6 +30,11 @@ BuildRequires: docbook-xsl-stylesheets
|
|||||||
BuildRequires: gpg-offline
|
BuildRequires: gpg-offline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
|
%if 0%{?suse_version} > 1020
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
%else
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
%endif
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Url: http://tdb.samba.org/
|
Url: http://tdb.samba.org/
|
||||||
Version: 1.2.13
|
Version: 1.2.13
|
||||||
|
Loading…
Reference in New Issue
Block a user