From f6b85db2e04b99ce801f0711ebc6124ff11fd89630ef7c1acf1d9af6bd7e3c7e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 10 Aug 2018 09:17:50 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/games/SDL2_net?expand=0&rev=9 --- SDL2_net.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SDL2_net.spec b/SDL2_net.spec index 4503c03..8c8c638 100644 --- a/SDL2_net.spec +++ b/SDL2_net.spec @@ -25,22 +25,22 @@ License: Zlib Group: Development/Libraries/C and C++ URL: http://libsdl.org/projects/SDL_net/ #Hg-Clone: http://hg.libsdl.org/SDL_net/ -Source: http://www.libsdl.org/projects/SDL_net/release/SDL2_net-%version.tar.gz +Source: http://www.libsdl.org/projects/SDL_net/release/%name-%version.tar.gz Source2: baselibs.conf BuildRequires: dos2unix BuildRequires: pkgconfig BuildRequires: pkgconfig(sdl2) %description -This is a small cross-platform networking library for use with SDL. +This is a networking library for use with SDL. %package -n %lname -Summary: Simple DirectMedia Layer 2 – Networking library +Summary: Simple DirectMedia Layer 2 – Networking library Group: System/Libraries Provides: SDL2_net = %version %description -n %lname -This is a small cross-platform networking library for use with SDL. +This is a networking library for use with SDL. %package -n libSDL2_net-devel Summary: Development files for the SDL2 networking library @@ -49,7 +49,7 @@ Requires: %lname = %version Provides: SDL2_net-devel = %version %description -n libSDL2_net-devel -This is a small cross-platform networking library for use with SDL. +This is a networking library for use with SDL. %prep %setup -q @@ -61,7 +61,7 @@ dos2unix CHANGES.txt README.txt %install %make_install -find %{buildroot} -type f -name "*.la" -delete -print +find %buildroot -type f -name "*.la" -delete -print %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig