]> git.pld-linux.org Git - packages/SDL_net.git/commitdiff
- updated to 1.2.6, moved base docs to base
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 19 May 2006 23:52:43 +0000 (23:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_net.spec -> 1.35

SDL_net.spec

index dd75a2eab93a37786737ae5107ba12f5623e5397..f86d11ca50249dc63adbcb7e05d4cd9e85971707 100644 (file)
@@ -2,19 +2,19 @@ Summary:      Simple DirectMedia Layer - network
 Summary(pl):   Biblioteka obs³ugi sieci w SDL
 Summary(pt_BR):        Simple DirectMedia Layer - Biblioteca de rede portável
 Name:          SDL_net
-Version:       1.2.5
-Release:       2
+Version:       1.2.6
+Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       http://www.libsdl.org/projects/SDL_net/release/%{name}-%{version}.tar.gz
-# Source0-md5: e45b1048d2747480dcc65ece4130a920
+# Source0-md5: 7be5b9ef36129ee187ace96906cd264c
 URL:           http://www.libsdl.org/projects/SDL_net/
 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
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This is an example portable network library for use with SDL. Note
@@ -34,7 +34,7 @@ Summary(pl):  Pliki nag
 Summary(pt_BR):        Cabeçalhos para desenvolver programas utilizando a SDL_net
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      SDL-devel
+Requires:      SDL-devel >= 1.2.5-2
 Obsoletes:     libSDL_net1.2-devel
 
 %description devel
@@ -71,8 +71,10 @@ SDL_net.
 %setup -q
 
 %build
-cp /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal}
 %{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -90,11 +92,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc CHANGES README
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc README
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/SDL/*
This page took 0.282107 seconds and 4 git commands to generate.