forked from pool/talloc
BuildRequire pkg-config for post-10.2 systems and else pkgconfig.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=4
This commit is contained in:
parent
ae77832210
commit
e26d72e345
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 31 12:50:32 UTC 2012 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- BuildRequire pkg-config for post-10.2 systems and else pkgconfig.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 31 11:45:48 UTC 2012 - lmuelle@suse.com
|
Thu May 31 11:45:48 UTC 2012 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -24,6 +24,11 @@ BuildRequires: autoconf
|
|||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
|
%if 0%{?suse_version} > 1020
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
%else
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
%endif
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Provides: bundled(libreplace)
|
Provides: bundled(libreplace)
|
||||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
|
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
|
||||||
|
Loading…
Reference in New Issue
Block a user