SHA256
1
0
forked from pool/talloc

Don't BuildRequire pkg-config from the main and libtdb package; require

pkg-config from the devel packages instead.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=34
This commit is contained in:
Lars Müller 2014-05-23 19:16:23 +00:00 committed by Git OBS Bridge
parent 8a6f475960
commit e98bf29f2b
2 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 23 19:15:38 UTC 2014 - lmuelle@suse.com
- Don't BuildRequire pkg-config from the main and libtdb package; require
pkg-config from the devel packages instead.
-------------------------------------------------------------------
Thu May 22 17:44:49 UTC 2014 - lmuelle@suse.com

View File

@ -27,11 +27,6 @@ Name: talloc
BuildRequires: autoconf
BuildRequires: docbook-xsl-stylesheets
BuildRequires: libxslt
%if 0%{?suse_version} > 1020
BuildRequires: pkg-config
%else
BuildRequires: pkgconfig
%endif
BuildRequires: python-devel
%if 0%{?suse_version} > 1100
#!BuildIgnore: python
@ -81,6 +76,11 @@ This package includes the talloc2 library.
Summary: Libraries and Header Files to Develop Programs with talloc2 Support
Group: Development/Libraries/C and C++
Requires: %{libtalloc_name} = %{version}
%if 0%{?suse_version} > 1020
Requires: pkg-config
%else
Requires: pkgconfig
%endif
%description -n libtalloc-devel
Talloc is a hierarchical, reference counted memory pool system with
@ -105,6 +105,11 @@ This package contains the python bindings for the Talloc library.
Summary: Developer tools for the Talloc library
Group: Development/Libraries/Python
Requires: pytalloc = %{version}
%if 0%{?suse_version} > 1020
Requires: pkg-config
%else
Requires: pkgconfig
%endif
%description -n pytalloc-devel
Libraries and Header Files to Develop Programs with pytalloc Support