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
|
|
|
|
#
|
2018-08-10 10:02:09 +02:00
|
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
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.
|
|
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
Version: 2.0.1
|
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
|
2018-08-10 10:02:09 +02:00
|
|
|
|
BuildRequires: dos2unix
|
|
|
|
|
BuildRequires: pkgconfig
|
2015-01-08 10:33:11 +01:00
|
|
|
|
BuildRequires: pkgconfig(sdl2)
|
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
|
|
|
|
|
2013-08-13 13:56:21 +02:00
|
|
|
|
%package -n libSDL2_net-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++
|
2015-01-08 10:33:11 +01:00
|
|
|
|
Requires: %lname = %version
|
|
|
|
|
Provides: SDL2_net-devel = %version
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
2013-08-13 13:56:21 +02:00
|
|
|
|
%description -n libSDL2_net-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
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
2015-01-08 10:33:11 +01:00
|
|
|
|
%configure --disable-static
|
2013-08-13 13:34:52 +02:00
|
|
|
|
make %{?_smp_mflags}
|
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
|
2018-08-10 10:02:09 +02:00
|
|
|
|
%license COPYING.txt
|
|
|
|
|
%doc CHANGES.txt README.txt
|
2015-01-08 10:33:11 +01:00
|
|
|
|
%_libdir/libSDL2_net-2*.so.*
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
2013-08-13 13:56:21 +02:00
|
|
|
|
%files -n libSDL2_net-devel
|
2015-01-08 10:33:11 +01:00
|
|
|
|
%_includedir/SDL2/
|
|
|
|
|
%_libdir/libSDL2_net.so
|
|
|
|
|
%_libdir/pkgconfig/SDL2_net.pc
|
2013-08-13 13:34:52 +02:00
|
|
|
|
|
|
|
|
|
%changelog
|