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:
Lars Müller 2012-06-02 15:17:42 +00:00 committed by Git OBS Bridge
parent 0fc3165607
commit c635925c2d

View File

@ -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