]> git.pld-linux.org Git - packages/SDL_net.git/commitdiff
- moved to /usr; release 3
authoraflinta <aflinta@pld-linux.org>
Thu, 16 Jan 2003 00:27:34 +0000 (00:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_net.spec -> 1.23

SDL_net.spec

index a70a64e5b3697b4b5c2eb8e160f38e9fcfa61f37..6f081bf6d4f4bc6c26efa7c49c286ae27495b1e7 100644 (file)
@@ -2,20 +2,18 @@ Summary:      Simple DirectMedia Layer - network
 Summary(pl):   Biblioteka obsĀ³ugi sieci w SDL
 Name:          SDL_net
 Version:       1.2.4
-Release:       2
+Release:       3
 License:       LGPL
 Group:         Libraries
 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: SDL-devel >= 1.2.5-2
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     libSDL_net1.2
 
-%define                _prefix         /usr/X11R6
-
 %description
 This is an example portable network library for use with SDL. Note
 that this isn't necessarily how you would want to write a chat
@@ -55,11 +53,11 @@ Statyczne biblioteki SDL_net.
 %setup -q 
 
 %build
-rm -f missing
-%{__libtoolize}
-%{__aclocal}
+#rm -f missing
+#%{__libtoolize}
+#%{__aclocal}
 %{__autoconf}
-%{__automake}
+#%{__automake}
 %configure
 %{__make}
 
This page took 0.077075 seconds and 4 git commands to generate.