automatic version update by autodist [release 5.2.9.0-1mamba;Mon Nov 27 2023]

This commit is contained in:
Automatic Build System 2024-01-06 03:45:39 +01:00
parent b3ec90cb09
commit a1f420e54e

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-3) %define majver %(echo %version | cut -d. -f1-3)
Name: liballegro Name: liballegro
Version: 5.2.8.0 Version: 5.2.9.0
Release: 1mamba Release: 1mamba
Summary: A game programming library Summary: A game programming library
Group: System/Libraries Group: System/Libraries
@ -9,11 +9,9 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://liballeg.org/ URL: https://liballeg.org/
Source: https://github.com/liballeg/allegro5.git/%{version}/allegro5-%{version}.tar.bz2 Source: https://github.com/liballeg/allegro5.git/%{version}/allegro5-%{version}.tar.bz2
#Source: http://download.gna.org/allegro/allegro/%{version}/allegro-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libGLU-devel
BuildRequires: libICE-devel BuildRequires: libICE-devel
BuildRequires: libSM-devel BuildRequires: libSM-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
@ -22,16 +20,16 @@ BuildRequires: libXcursor-devel
BuildRequires: libXext-devel BuildRequires: libXext-devel
BuildRequires: libXi-devel BuildRequires: libXi-devel
BuildRequires: libXinerama-devel BuildRequires: libXinerama-devel
BuildRequires: libXpm-devel
BuildRequires: libXrandr-devel BuildRequires: libXrandr-devel
BuildRequires: libalsa-devel BuildRequires: libalsa-devel
BuildRequires: libatk-devel BuildRequires: libat-spi2-core-devel
BuildRequires: libcairo-devel BuildRequires: libcairo-devel
BuildRequires: libflac-devel BuildRequires: libflac-devel
BuildRequires: libfreetype-devel BuildRequires: libfreetype-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libgdk-pixbuf-devel BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libglu-devel
BuildRequires: libglvnd-devel BuildRequires: libglvnd-devel
BuildRequires: libgtk3-devel BuildRequires: libgtk3-devel
BuildRequires: libharfbuzz-devel BuildRequires: libharfbuzz-devel
@ -68,10 +66,7 @@ Allegro is a game programming library for C/C++ developers distributed freely.
It provides many functions for graphics, sounds, player input (keyboard, mouse and joystick) and timers. It provides many functions for graphics, sounds, player input (keyboard, mouse and joystick) and timers.
It also provides fixed and floating point mathematical functions, 3d functions, file management functions, compressed datafile and a GUI. It also provides fixed and floating point mathematical functions, 3d functions, file management functions, compressed datafile and a GUI.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development.
This package contains static libraries and header files need for development.
%package tools %package tools
Group: Development/Tools Group: Development/Tools
@ -81,8 +76,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools %description tools
This package contains utility applications for %{name}. This package contains utility applications for %{name}.
%debug_package
%prep %prep
%setup -q -n allegro5-%{version} %setup -q -n allegro5-%{version}
sed -i "s|\"lib/cmake|\"%{_lib}/cmake|" CMakeLists.txt
%build %build
%cmake -d build %cmake -d build
@ -139,10 +137,15 @@ _EOF
%dir %{_includedir}/allegro5 %dir %{_includedir}/allegro5
%{_includedir}/allegro5/* %{_includedir}/allegro5/*
%{_libdir}/pkgconfig/allegro*.pc %{_libdir}/pkgconfig/allegro*.pc
%{_libdir}/cmake/allegro
%{_libdir}/cmake/allegro/Allegro*.cmake
%{_mandir}/man3/* %{_mandir}/man3/*
#%doc CHANGES-*.txt README.txt #%doc CHANGES-*.txt README.txt
%changelog %changelog
* Mon Nov 27 2023 Automatic Build System <autodist@mambasoft.it> 5.2.9.0-1mamba
- automatic version update by autodist
* Tue Jun 07 2022 Automatic Build System <autodist@mambasoft.it> 5.2.8.0-1mamba * Tue Jun 07 2022 Automatic Build System <autodist@mambasoft.it> 5.2.8.0-1mamba
- automatic version update by autodist - automatic version update by autodist