From 838363ef0ac2be2345b92140fe5896ffb8b6a582 Mon Sep 17 00:00:00 2001 From: kloczek Date: Fri, 10 Aug 2001 15:21:42 +0000 Subject: [PATCH] - updated to 1.2.2 and make spec ac 2.5x ready. Changed files: SDL_net.spec -> 1.8 --- SDL_net.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/SDL_net.spec b/SDL_net.spec index 82f051f..d3e0f84 100644 --- a/SDL_net.spec +++ b/SDL_net.spec @@ -1,7 +1,7 @@ Summary: Simple DirectMedia Layer - network Summary(pl): Biblioteka obsĀ³ugi sieci w SDL Name: SDL_net -Version: 1.2.0 +Version: 1.2.2 Release: 2 License: LGPL Group: Libraries @@ -12,6 +12,9 @@ Group(pl): Biblioteki Source0: http://www.libsdl.org/projects/SDL_net/release/%{name}-%{version}.tar.gz URL: http://www.libsdl.org/projects/SDL_net/ BuildRequires: SDL-devel >= 1.2.0 +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/X11R6 @@ -60,6 +63,11 @@ Statyczne biblioteki SDL_net. %setup -q %build +rm -f missing +libtoolize --copy --force +aclocal +autoconf +automake -a -c %configure %{__make} -- 2.44.0