automatic version update by autodist [release 2.2.0-1mamba;Thu Sep 01 2022]
This commit is contained in:
parent
b3173459ea
commit
23b9b72939
@ -1,5 +1,5 @@
|
|||||||
Name: sdl2_net
|
Name: sdl2_net
|
||||||
Version: 2.0.1
|
Version: 2.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: SDL2 network library
|
Summary: SDL2 network library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -10,7 +10,8 @@ URL: https://www.libsdl.org/projects/SDL_net/
|
|||||||
Source: https://www.libsdl.org/projects/SDL_net/release/SDL2_net-%{version}.tar.gz
|
Source: https://www.libsdl.org/projects/SDL_net/release/SDL2_net-%{version}.tar.gz
|
||||||
License: zlib/libpng
|
License: zlib/libpng
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## note: run 'autospec -u -a6 sdl2_net' to get the list of build requirements.
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libSDL2-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -56,7 +57,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libSDL2_net-2.0.so.*
|
%{_libdir}/libSDL2_net-2.0.so.*
|
||||||
%doc COPYING.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -65,9 +66,14 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libSDL2_net.la
|
%{_libdir}/libSDL2_net.la
|
||||||
%{_libdir}/libSDL2_net.so
|
%{_libdir}/libSDL2_net.so
|
||||||
%{_libdir}/pkgconfig/SDL2_net.pc
|
%{_libdir}/pkgconfig/SDL2_net.pc
|
||||||
|
%dir %{_libdir}/cmake/SDL2_net
|
||||||
|
%{_libdir}/cmake/SDL2_net/sdl2_net-config*.cmake
|
||||||
%doc README.txt
|
%doc README.txt
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 01 2022 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Mar 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1-1mamba
|
* Mon Mar 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user