forked from pool/talloc
Move BuildRequires from libtalloc2 sub package to the main package.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=6
This commit is contained in:
parent
0fc3165607
commit
c635925c2d
20
talloc.spec
20
talloc.spec
@ -26,6 +26,16 @@ Name: talloc
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libxslt
|
||||
%if 0%{?suse_version} > 1020
|
||||
BuildRequires: pkg-config
|
||||
%else
|
||||
BuildRequires: pkgconfig
|
||||
%endif
|
||||
BuildRequires: python-devel
|
||||
License: LGPL-3.0+
|
||||
Group: System/Libraries
|
||||
Url: http://talloc.samba.org/
|
||||
@ -47,16 +57,6 @@ It is the core memory allocator used in Samba.
|
||||
%package -n libtalloc2
|
||||
License: LGPL-3.0+
|
||||
Summary: Libraries and Header Files to Develop Programs with talloc2 Support
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libxslt
|
||||
%if 0%{?suse_version} > 1020
|
||||
BuildRequires: pkg-config
|
||||
%else
|
||||
BuildRequires: pkgconfig
|
||||
%endif
|
||||
BuildRequires: python-devel
|
||||
Provides: bundled(libreplace)
|
||||
|
||||
%description -n libtalloc2
|
||||
|
Loading…
Reference in New Issue
Block a user