[packages/SDL2_net] - updated to 2.4.0

qboosh qboosh at pld-linux.org
Mon May 18 17:58:18 CEST 2026


commit a87a19baf728a7b111ed3af80ead284e7f3875e8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon May 18 17:58:18 2026 +0200

    - updated to 2.4.0

 SDL2_net.spec | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/SDL2_net.spec b/SDL2_net.spec
index 876f177..aae78f5 100644
--- a/SDL2_net.spec
+++ b/SDL2_net.spec
@@ -2,18 +2,19 @@ Summary:	Simple DirectMedia Layer 2 - network
 Summary(pl.UTF-8):	Biblioteka obsługi sieci w SDL2
 Summary(pt_BR.UTF-8):	Simple DirectMedia Layer 2 - Biblioteca de rede portável
 Name:		SDL2_net
-Version:	2.2.0
+Version:	2.4.0
 Release:	1
 License:	Zlib-like
 Group:		Libraries
-Source0:	http://www.libsdl.org/projects/SDL_net/release/%{name}-%{version}.tar.gz
-# Source0-md5:	ba1cc690ddde85ee90c80e15be9f3bf9
-URL:		http://www.libsdl.org/projects/SDL_net/
-BuildRequires:	SDL2-devel >= 2.0.0
-BuildRequires:	autoconf
+#Source0Download: https://github.com/libsdl-org/SDL_net/releases
+Source0:	https://github.com/libsdl-org/SDL_net/releases/download/release-%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	5475106690595d03f32399799890dbb6
+URL:		https://www.libsdl.org/projects/SDL_net/
+BuildRequires:	SDL2-devel >= 2.0.4
+BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
 BuildRequires:	libtool >= 2:2.0
-Requires:	SDL2 >= 2.0.0
+Requires:	SDL2 >= 2.0.4
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -34,7 +35,7 @@ Summary(pl.UTF-8):	Pliki nagłówkowe do rozwijania aplikacji używających SDL2
 Summary(pt_BR.UTF-8):	Cabeçalhos para desenvolver programas utilizando a SDL2_net
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	SDL2-devel >= 2.0.0
+Requires:	SDL2-devel >= 2.0.4
 
 %description devel
 This package contains the headers that programmers will need to
@@ -71,7 +72,7 @@ SDL2_net.
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I acinclude
 %{__autoconf}
 %{__automake}
 %configure
@@ -95,12 +96,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CHANGES.txt LICENSE.txt README.txt
-%attr(755,root,root) %{_libdir}/libSDL2_net-2.0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libSDL2_net-2.0.so.0
+%{_libdir}/libSDL2_net-2.0.so.*.*.*
+%ghost %{_libdir}/libSDL2_net-2.0.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libSDL2_net.so
+%{_libdir}/libSDL2_net.so
 %{_includedir}/SDL2/SDL_net.h
 %{_pkgconfigdir}/SDL2_net.pc
 %{_libdir}/cmake/SDL2_net
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/SDL2_net.git/commitdiff/a87a19baf728a7b111ed3af80ead284e7f3875e8



More information about the pld-cvs-commit mailing list