2013-08-13 13:34:52 +02:00
|
|
|
|
#
|
2013-08-13 13:56:21 +02:00
|
|
|
|
# spec file for package SDL2_net
|
2013-08-13 13:34:52 +02:00
|
|
|
|
#
|
2022-08-20 10:12:59 +02:00
|
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2013-08-13 13:34:52 +02:00
|
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2022-08-20 10:12:59 +02:00
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-08-13 13:34:52 +02:00
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
2013-08-15 15:55:09 +02:00
|
|
|
|
%define lname libSDL2_net-2_0-0
|
2018-08-10 10:02:09 +02:00
|
|
|
|
Name: SDL2_net
|
2022-08-20 10:12:59 +02:00
|
|
|
|
Version: 2.2.0
|
2013-08-13 13:56:21 +02:00
|
|
|
|
Release: 0
|
2015-01-08 10:33:11 +01:00
|
|
|
|
Summary: SDL2 networking library
|
2013-08-13 13:56:21 +02:00
|
|
|
|
License: Zlib
|
2013-08-15 15:55:09 +02:00
|
|
|
|
Group: Development/Libraries/C and C++
|
2018-08-10 10:02:09 +02:00
|
|
|
|
URL: http://libsdl.org/projects/SDL_net/
|
2013-08-15 15:55:09 +02:00
|
|
|
|
#Hg-Clone: http://hg.libsdl.org/SDL_net/
|
2018-08-10 11:17:50 +02:00
|
|
|
|
Source: http://www.libsdl.org/projects/SDL_net/release/%name-%version.tar.gz
|
2013-08-13 13:34:52 +02:00
|
|
|
|
Source2: baselibs.conf
|
2022-08-20 10:12:59 +02:00
|
|
|
|
BuildRequires: SDL2-devel >= 2.24
|
2018-08-10 10:02:09 +02:00
|
|
|
|
BuildRequires: dos2unix
|
2018-08-10 11:24:56 +02:00
|
|
|
|
BuildRequires: pkg-config
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
|
|
|
|
%description
|
2018-08-10 11:17:50 +02:00
|
|
|
|
This is a networking library for use with SDL.
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
2013-08-15 15:55:09 +02:00
|
|
|
|
%package -n %lname
|
2018-08-10 11:17:50 +02:00
|
|
|
|
Summary: Simple DirectMedia Layer 2 – Networking library
|
2013-08-13 13:56:21 +02:00
|
|
|
|
Group: System/Libraries
|
2015-01-08 10:33:11 +01:00
|
|
|
|
Provides: SDL2_net = %version
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
2013-08-15 15:55:09 +02:00
|
|
|
|
%description -n %lname
|
2018-08-10 11:17:50 +02:00
|
|
|
|
This is a networking library for use with SDL.
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
2022-08-20 10:12:59 +02:00
|
|
|
|
%package devel
|
2015-01-08 10:33:11 +01:00
|
|
|
|
Summary: Development files for the SDL2 networking library
|
2013-08-13 13:34:52 +02:00
|
|
|
|
Group: Development/Libraries/C and C++
|
2022-08-20 10:12:59 +02:00
|
|
|
|
Requires: %lname = %version-%release
|
|
|
|
|
Obsoletes: libSDL2_net-devel < %version-%release
|
|
|
|
|
Provides: libSDL2_net-devel = %version-%release
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
2022-08-20 10:12:59 +02:00
|
|
|
|
%description devel
|
2018-08-10 11:17:50 +02:00
|
|
|
|
This is a networking library for use with SDL.
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
|
|
|
|
%prep
|
2022-08-20 10:12:59 +02:00
|
|
|
|
%autosetup -p1
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
|
|
|
|
%build
|
2015-01-08 10:33:11 +01:00
|
|
|
|
%configure --disable-static
|
2022-08-20 10:12:59 +02:00
|
|
|
|
%make_build
|
2018-08-10 10:02:09 +02:00
|
|
|
|
dos2unix CHANGES.txt README.txt
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
|
|
|
|
%install
|
2015-01-08 10:33:11 +01:00
|
|
|
|
%make_install
|
2018-08-10 11:17:50 +02:00
|
|
|
|
find %buildroot -type f -name "*.la" -delete -print
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
2015-01-08 10:33:11 +01:00
|
|
|
|
%post -n %lname -p /sbin/ldconfig
|
2013-08-15 15:55:09 +02:00
|
|
|
|
%postun -n %lname -p /sbin/ldconfig
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
2013-08-15 15:55:09 +02:00
|
|
|
|
%files -n %lname
|
2022-08-20 10:12:59 +02:00
|
|
|
|
%license LICENSE.txt
|
2015-01-08 10:33:11 +01:00
|
|
|
|
%_libdir/libSDL2_net-2*.so.*
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
2022-08-20 10:12:59 +02:00
|
|
|
|
%files devel
|
|
|
|
|
%doc CHANGES.txt README.txt
|
2015-01-08 10:33:11 +01:00
|
|
|
|
%_includedir/SDL2/
|
|
|
|
|
%_libdir/libSDL2_net.so
|
|
|
|
|
%_libdir/pkgconfig/SDL2_net.pc
|
2022-08-20 10:12:59 +02:00
|
|
|
|
%_libdir/cmake/
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
|
|
|
|
%changelog
|