diff --git a/SDL2_gfx.spec b/SDL2_gfx.spec index 2eb31f7..646ed6c 100644 --- a/SDL2_gfx.spec +++ b/SDL2_gfx.spec @@ -25,12 +25,12 @@ License: Zlib Group: Development/Libraries/X11 URL: http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/ Source: http://www.ferzkopp.net/Software/SDL2_gfx/%name-%version.tar.gz -Source1: https://sourceforge.net/projects/sdl2gfx/files/SDL2_gfx-%version.tar.gz.asc -# Key: 231D4B58E1DDB871, http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/#comment-89 -Source2: %name.keyring +Source2: https://sourceforge.net/projects/sdl2gfx/files/%name-%version.tar.gz.asc Source3: baselibs.conf +# Key: 231D4B58E1DDB871, http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/#comment-89 +Source4: %name.keyring BuildRequires: dos2unix -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: pkgconfig(sdl2) %description @@ -68,7 +68,7 @@ chmod 644 COPYING AUTHORS ChangeLog NEWS README %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