]> git.pld-linux.org Git - packages/SDL_net.git/blobdiff - SDL_net.spec
- updated to 1.2.2 and make spec ac 2.5x ready.
[packages/SDL_net.git] / SDL_net.spec
index 82f051f4cfd39a2725d319a695ffd202bb57c3c8..d3e0f84605a7ae16808e2f9511f21dd3b91dfe61 100644 (file)
@@ -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}
 
This page took 0.094117 seconds and 4 git commands to generate.