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