]> git.pld-linux.org Git - packages/SDL_net.git/commitdiff
- updated to 1.2.2 and make spec ac 2.5x ready. SDL_net-1_2_2-2
authorkloczek <kloczek@pld-linux.org>
Fri, 10 Aug 2001 15:21:42 +0000 (15:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_net.spec -> 1.8

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.039015 seconds and 4 git commands to generate.