Move BuildRequires from libtdb1 sub package to the main package.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=10
This commit is contained in:
parent
1920162d01
commit
7b056291ab
18
tdb.spec
18
tdb.spec
@ -25,6 +25,15 @@ Name: tdb
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
|
BuildRequires: libxslt
|
||||||
|
%if 0%{?suse_version} > 1020
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
%else
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
%endif
|
||||||
|
BuildRequires: python-devel
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://tdb.samba.org/
|
Url: http://tdb.samba.org/
|
||||||
@ -52,15 +61,6 @@ Requires: pkg-config
|
|||||||
%else
|
%else
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: autoconf
|
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
|
||||||
BuildRequires: libxslt
|
|
||||||
%if 0%{?suse_version} > 1020
|
|
||||||
BuildRequires: pkg-config
|
|
||||||
%else
|
|
||||||
BuildRequires: pkgconfig
|
|
||||||
%endif
|
|
||||||
BuildRequires: python-devel
|
|
||||||
PreReq: /sbin/ldconfig
|
PreReq: /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user