rebuilt with libjxl 0.8.1 [release 2.6.3-2mamba;Sat Feb 11 2023]
This commit is contained in:
parent
be735a1df2
commit
2c731ecd8f
@ -1,6 +1,6 @@
|
|||||||
Name: sdl2_image
|
Name: sdl2_image
|
||||||
Version: 2.6.2
|
Version: 2.6.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: SDL_image is an image file loading library
|
Summary: SDL_image is an image file loading library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,7 +12,9 @@ License: zlib/libpng
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libSDL2-devel
|
BuildRequires: libSDL2-devel
|
||||||
|
BuildRequires: libjxl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libjxl-devel >= 0.8.1
|
||||||
Requires(post): %{__install_info}
|
Requires(post): %{__install_info}
|
||||||
Requires(preun): %{__install_info}
|
Requires(preun): %{__install_info}
|
||||||
|
|
||||||
@ -36,7 +38,6 @@ Requires: pkg-config
|
|||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -64,15 +65,19 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/SDL2/SDL_image.h
|
%{_includedir}/SDL2/SDL_image.h
|
||||||
%{_libdir}/libSDL2_image.a
|
%{_libdir}/libSDL2_image.a
|
||||||
%{_libdir}/libSDL2_image.la
|
|
||||||
%{_libdir}/libSDL2_image.so
|
%{_libdir}/libSDL2_image.so
|
||||||
%{_libdir}/pkgconfig/SDL2_image.pc
|
%{_libdir}/pkgconfig/SDL2_image.pc
|
||||||
%dir %{_libdir}/cmake/SDL2_image
|
%dir %{_libdir}/cmake/SDL2_image
|
||||||
%{_libdir}/cmake/SDL2_image/sdl2_image*.cmake
|
%{_libdir}/cmake/SDL2_image/sdl2_image*.cmake
|
||||||
%doc README.txt
|
%doc README.txt
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.3-2mamba
|
||||||
|
- rebuilt with libjxl 0.8.1
|
||||||
|
|
||||||
|
* Thu Feb 09 2023 Automatic Build System <autodist@mambasoft.it> 2.6.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Aug 22 2022 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
* Mon Aug 22 2022 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user