diff --git a/libSDL_net.spec b/libSDL_net.spec index a632553..13e1651 100644 --- a/libSDL_net.spec +++ b/libSDL_net.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f 1-2) Name: libSDL_net Version: 1.2.8 -Release: 1mamba +Release: 3mamba Summary: SDL portable network library Group: System/Libraries Vendor: openmamba @@ -13,8 +13,10 @@ License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libSDL-devel +BuildRequires: libdirectfb-devel +BuildRequires: libts-devel +BuildRequires: libz-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot %description 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 Summary: Libraries and includes to develop SDL networked applications Group: Development/Libraries -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} %description devel 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. +%debug_package + %prep %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 %defattr(-,root,root) +%{_includedir}/SDL/*.h %{_libdir}/libSDL_net.a %{_libdir}/libSDL_net.so -%{_libdir}/libSDL_net.la -%{_includedir}/SDL/*.h %{_libdir}/pkgconfig/SDL_net.pc %doc CHANGES README %changelog +* Mon Oct 30 2023 Automatic Build System 1.2.8-3mamba +- automatic rebuild by autodist + +* Sun Oct 29 2023 Automatic Build System 1.2.8-2mamba +- automatic rebuild by autodist + * Wed Jan 25 2012 Automatic Build System 1.2.8-1mamba - automatic version update by autodist