|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%{?mingw_package_header}
|
|
|
|
|
|
|
|
|
|
Name: mingw-SDL2
|
|
|
|
|
Version: 2.0.14
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 2.0.16
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: MinGW Windows port of SDL2 cross-platform multimedia library
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -11,7 +11,7 @@ Source0: http://www.libsdl.org/release/SDL2-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: dos2unix
|
|
|
|
|
|
|
|
|
|
BuildRequires: mingw32-filesystem >= 95
|
|
|
|
@ -78,7 +78,6 @@ device.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1 -n SDL2-%{version}
|
|
|
|
|
dos2unix COPYING.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -99,7 +98,7 @@ find %{buildroot} -name "*.la" -delete
|
|
|
|
|
|
|
|
|
|
# Win32
|
|
|
|
|
%files -n mingw32-SDL2
|
|
|
|
|
%license COPYING.txt
|
|
|
|
|
%license LICENSE.txt
|
|
|
|
|
%{mingw32_bindir}/SDL2.dll
|
|
|
|
|
%{mingw32_bindir}/sdl2-config
|
|
|
|
|
%{mingw32_libdir}/libSDL2.dll.a
|
|
|
|
@ -115,7 +114,7 @@ find %{buildroot} -name "*.la" -delete
|
|
|
|
|
|
|
|
|
|
# Win64
|
|
|
|
|
%files -n mingw64-SDL2
|
|
|
|
|
%license COPYING.txt
|
|
|
|
|
%license LICENSE.txt
|
|
|
|
|
%{mingw64_bindir}/SDL2.dll
|
|
|
|
|
%{mingw64_bindir}/sdl2-config
|
|
|
|
|
%{mingw64_libdir}/libSDL2.dll.a
|
|
|
|
@ -131,6 +130,9 @@ find %{buildroot} -name "*.la" -delete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Aug 11 2021 Sandro Mani <manisandro@gmail.com> - 2.0.16-1
|
|
|
|
|
- Update to 2.0.16
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|