automatic rebuild by autodist [release 1.2.8-3mamba;Mon Oct 30 2023]

This commit is contained in:
Automatic Build System 2024-01-06 03:38:42 +01:00
parent ff48c1f9aa
commit 75d937da52

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f 1-2) %define majver %(echo %version | cut -d. -f 1-2)
Name: libSDL_net Name: libSDL_net
Version: 1.2.8 Version: 1.2.8
Release: 1mamba Release: 3mamba
Summary: SDL portable network library Summary: SDL portable network library
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -13,8 +13,10 @@ License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libSDL-devel BuildRequires: libSDL-devel
BuildRequires: libdirectfb-devel
BuildRequires: libts-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
%description %description
This is a portable network library for use with SDL. This is a portable network library for use with SDL.
@ -22,13 +24,14 @@ This is a portable network library for use with SDL.
%package devel %package devel
Summary: Libraries and includes to develop SDL networked applications Summary: Libraries and includes to develop SDL networked applications
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version} Requires: %{name} = %{version}-%{release}
%description devel %description devel
This is a portable network library for use with SDL. This is a portable network library for use with SDL.
This is the libraries and include files you can use to develop SDL networked applications. This is the libraries and include files you can use to develop SDL networked applications.
%debug_package
%prep %prep
%setup -q -n SDL_net-%{version} %setup -q -n SDL_net-%{version}
@ -52,14 +55,19 @@ This is the libraries and include files you can use to develop SDL networked app
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/SDL/*.h
%{_libdir}/libSDL_net.a %{_libdir}/libSDL_net.a
%{_libdir}/libSDL_net.so %{_libdir}/libSDL_net.so
%{_libdir}/libSDL_net.la
%{_includedir}/SDL/*.h
%{_libdir}/pkgconfig/SDL_net.pc %{_libdir}/pkgconfig/SDL_net.pc
%doc CHANGES README %doc CHANGES README
%changelog %changelog
* Mon Oct 30 2023 Automatic Build System <autodist@mambasoft.it> 1.2.8-3mamba
- automatic rebuild by autodist
* Sun Oct 29 2023 Automatic Build System <autodist@mambasoft.it> 1.2.8-2mamba
- automatic rebuild by autodist
* Wed Jan 25 2012 Automatic Build System <autodist@mambasoft.it> 1.2.8-1mamba * Wed Jan 25 2012 Automatic Build System <autodist@mambasoft.it> 1.2.8-1mamba
- automatic version update by autodist - automatic version update by autodist