SPECS: SDL_net.spec - updated to 1.2.6, moved base docs to base
qboosh
qboosh at pld-linux.org
Sat May 20 01:52:48 CEST 2006
Author: qboosh Date: Fri May 19 23:52:48 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.2.6, moved base docs to base
---- Files affected:
SPECS:
SDL_net.spec (1.34 -> 1.35)
---- Diffs:
================================================================
Index: SPECS/SDL_net.spec
diff -u SPECS/SDL_net.spec:1.34 SPECS/SDL_net.spec:1.35
--- SPECS/SDL_net.spec:1.34 Sun Oct 31 18:07:43 2004
+++ SPECS/SDL_net.spec Sat May 20 01:52:43 2006
@@ -3,19 +3,19 @@
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
@@ -35,7 +35,7 @@
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
@@ -72,8 +72,10 @@
%setup -q
%build
-cp /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal}
%{__autoconf}
+%{__automake}
%configure
%{__make}
@@ -91,11 +93,11 @@
%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/*
@@ -110,6 +112,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.35 2006/05/19 23:52:43 qboosh
+- updated to 1.2.6, moved base docs to base
+
Revision 1.34 2004/10/31 17:07:43 paladine
- spaces->tabs
- formatting
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/SDL_net.spec?r1=1.34&r2=1.35&f=u
More information about the pld-cvs-commit
mailing list