From c635925c2deb9d945b2a4e0934e5f28875f5c6be61aa03d5f8ed02a0728e64aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Sat, 2 Jun 2012 15:17:42 +0000 Subject: [PATCH] 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 --- talloc.spec | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/talloc.spec b/talloc.spec index 95a71e3..644a4f3 100644 --- a/talloc.spec +++ b/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