Specify build deps

This commit is contained in:
Richard Dawe 2006-05-13 20:51:49 +00:00
parent c773e87bd3
commit 26b3085605
2 changed files with 12 additions and 6 deletions

View file

@ -40,9 +40,9 @@ writing these are:
Package Version (>=) Package Version (>=)
======== ============ ======== ============
automake 1.8.5 automake 1.4
autoconf 2.59 autoconf 2.50
libtool 1.5.8 libtool 1.5.0
To prepare the package for building run autogen.sh. Then run To prepare the package for building run autogen.sh. Then run
./configure with the desired options (See INSTALL and README for the ./configure with the desired options (See INSTALL and README for the

View file

@ -9,9 +9,14 @@ URL: http://sourceforge.net/projects/umem/
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# XXX BuildRequires: autoconf >= 2.50
#BuildRequires: BuildRequires: automake >= 1.4
#Requires: BuildRequires: libtool >= 1.5.0
BuildRequires: doxygen
BuildRequires: gcc
BuildRequires: binutils
BuildRequires: make
%description %description
This a port of Solaris's slab allocator, libumem, to Linux. This a port of Solaris's slab allocator, libumem, to Linux.
@ -22,6 +27,7 @@ of memory chunks. By managing small memory chunks in the units
called slabs, this mechanism enables lower fragmentation, fast allocation, called slabs, this mechanism enables lower fragmentation, fast allocation,
and reclaming memory." (Description sourced from Wikipedia.) and reclaming memory." (Description sourced from Wikipedia.)
%prep %prep
%setup -q %setup -q