100 lines
2.9 KiB
RPMSpec
100 lines
2.9 KiB
RPMSpec
Name: sdl2_image
|
|
Version: 2.8.2
|
|
Release: 1mamba
|
|
Summary: SDL_image is an image file loading library
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.libsdl.org/projects/SDL_image/
|
|
Source: https://www.libsdl.org/projects/SDL_image/release/SDL2_image-%{version}.tar.gz
|
|
License: zlib/libpng
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libSDL2-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libjxl-devel >= 0.8.1
|
|
Requires(post): %{__install_info}
|
|
Requires(preun): %{__install_info}
|
|
|
|
%description
|
|
SDL_image is an image file loading library.
|
|
|
|
%package -n lib%{name}
|
|
Group: System/Libraries
|
|
Summary: SDL_image is an image file loading library.
|
|
|
|
%description -n lib%{name}
|
|
SDL_image is an image file loading library.
|
|
This package contains shared libraries for %{name}.
|
|
|
|
%package -n lib%{name}-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: pkg-config
|
|
|
|
%description -n lib%{name}-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n SDL2_image-%{version}
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%files -n lib%{name}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libSDL2_image-2.0.so.*
|
|
|
|
%files -n lib%{name}-devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/SDL2/SDL_image.h
|
|
%{_libdir}/libSDL2_image.a
|
|
%{_libdir}/libSDL2_image.so
|
|
%{_libdir}/pkgconfig/SDL2_image.pc
|
|
%dir %{_libdir}/cmake/SDL2_image
|
|
%{_libdir}/cmake/SDL2_image/sdl2_image*.cmake
|
|
%doc README.txt
|
|
|
|
%changelog
|
|
* Tue Jan 02 2024 Automatic Build System <autodist@mambasoft.it> 2.8.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 15 2023 Automatic Build System <autodist@mambasoft.it> 2.8.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 05 2023 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* 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
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 04 2019 Automatic Build System <autodist@mambasoft.it> 2.0.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 15 2018 Automatic Build System <autodist@mambasoft.it> 2.0.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 01 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.3-1mamba
|
|
- package created using the webbuild interface
|