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:
parent
8a6f475960
commit
e98bf29f2b
@ -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
|
Thu May 22 17:44:49 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
15
talloc.spec
15
talloc.spec
@ -27,11 +27,6 @@ Name: talloc
|
|||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
%if 0%{?suse_version} > 1020
|
|
||||||
BuildRequires: pkg-config
|
|
||||||
%else
|
|
||||||
BuildRequires: pkgconfig
|
|
||||||
%endif
|
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
%if 0%{?suse_version} > 1100
|
%if 0%{?suse_version} > 1100
|
||||||
#!BuildIgnore: python
|
#!BuildIgnore: python
|
||||||
@ -81,6 +76,11 @@ This package includes the talloc2 library.
|
|||||||
Summary: Libraries and Header Files to Develop Programs with talloc2 Support
|
Summary: Libraries and Header Files to Develop Programs with talloc2 Support
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{libtalloc_name} = %{version}
|
Requires: %{libtalloc_name} = %{version}
|
||||||
|
%if 0%{?suse_version} > 1020
|
||||||
|
Requires: pkg-config
|
||||||
|
%else
|
||||||
|
Requires: pkgconfig
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n libtalloc-devel
|
%description -n libtalloc-devel
|
||||||
Talloc is a hierarchical, reference counted memory pool system with
|
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
|
Summary: Developer tools for the Talloc library
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: pytalloc = %{version}
|
Requires: pytalloc = %{version}
|
||||||
|
%if 0%{?suse_version} > 1020
|
||||||
|
Requires: pkg-config
|
||||||
|
%else
|
||||||
|
Requires: pkgconfig
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n pytalloc-devel
|
%description -n pytalloc-devel
|
||||||
Libraries and Header Files to Develop Programs with pytalloc Support
|
Libraries and Header Files to Develop Programs with pytalloc Support
|
||||||
|
Loading…
Reference in New Issue
Block a user