automatic version update by autodist [release 0.76.0-1mamba;Thu Jun 24 2021]

This commit is contained in:
Automatic Build System 2024-01-05 21:54:57 +01:00
parent ba427321e2
commit b4cd7ec6e1

View File

@ -1,14 +1,15 @@
%define pkgver %(echo %version | tr _ -) %define pkgver %(echo %version | tr _ -)
Name: dosbox Name: dosbox
Version: 0.74_3 Version: 0.76.0
Release: 1mamba Release: 1mamba
Summary: A DOS-emulator that uses the SDL-library Summary: A DOS-emulator that uses the SDL-library
Group: Applications/Emulators Group: Applications/Emulators
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://dosbox.sourceforge.net URL: https://www.dosbox.com/
Source: https://freefr.dl.sourceforge.net/project/dosbox/dosbox/%{pkgver}/dosbox-%{pkgver}.tar.gz Source: https://github.com/dosbox-staging/dosbox-staging.git/v%{version}/dosbox-staging-%{version}.tar.bz2
#Source: https://freefr.dl.sourceforge.net/project/dosbox/dosbox/%{pkgver}/dosbox-%{pkgver}.tar.gz
#Source: https://sourceforge.net/projects/dosbox/files/dosbox/%{pkgver}/dosbox-%{pkgver}.tar.gz #Source: https://sourceforge.net/projects/dosbox/files/dosbox/%{pkgver}/dosbox-%{pkgver}.tar.gz
License: GPL License: GPL
BuildRequires: libSDL_net-devel BuildRequires: libSDL_net-devel
@ -17,14 +18,17 @@ BuildRequires: libSDL-devel
#BuildRequires: libGL-Mesa-X11-devel #BuildRequires: libGL-Mesa-X11-devel
BuildRequires: libalsa-devel BuildRequires: libalsa-devel
BuildRequires: libSDL_sound BuildRequires: libSDL_sound
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libopusfile-devel
%description %description
DOSBox is a DOS-emulator that uses the SDL-library which makes DOSBox very easy to port to different platforms. DOSBox has already been ported to many different platforms, such as Windows, BeOS, Linux, MacOS X. DOSBox is a DOS-emulator that uses the SDL-library which makes DOSBox very easy to port to different platforms. DOSBox has already been ported to many different platforms, such as Windows, BeOS, Linux, MacOS X.
DOSBox also emulates CPU:286/386 realmode/protected mode, Directory FileSystem/XMS/EMS, Tandy/Hercules/CGA/EGA/VGA/VESA graphics, a SoundBlaster/Gravis Ultra Sound card for excellent sound compatibility with older games. DOSBox also emulates CPU:286/386 realmode/protected mode, Directory FileSystem/XMS/EMS, Tandy/Hercules/CGA/EGA/VGA/VESA graphics, a SoundBlaster/Gravis Ultra Sound card for excellent sound compatibility with older games.
%debug_package
%prep %prep
%setup -q -n %{name}-%{pkgver} %setup -q -n %{name}-staging-%{version}
./autogen.sh
%build %build
%configure %configure
@ -41,9 +45,13 @@ DOSBox also emulates CPU:286/386 realmode/protected mode, Directory FileSystem/X
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/dosbox %{_bindir}/dosbox
%{_mandir}/man1/dosbox.* %{_mandir}/man1/dosbox.*
%doc AUTHORS COPYING ChangeLog NEWS README THANKS %doc AUTHORS COPYING
#ChangeLog NEWS README THANKS
%changelog %changelog
* Thu Jun 24 2021 Automatic Build System <autodist@mambasoft.it> 0.76.0-1mamba
- automatic version update by autodist
* Tue Feb 23 2021 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.74_3-1mamba * Tue Feb 23 2021 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.74_3-1mamba
- update to 0.74_3 - update to 0.74_3