automatic version update by autodist [release 5.2.9.0-1mamba;Mon Nov 27 2023]
This commit is contained in:
parent
b3ec90cb09
commit
a1f420e54e
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-3)
|
||||
Name: liballegro
|
||||
Version: 5.2.8.0
|
||||
Version: 5.2.9.0
|
||||
Release: 1mamba
|
||||
Summary: A game programming library
|
||||
Group: System/Libraries
|
||||
@ -9,11 +9,9 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://liballeg.org/
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libGLU-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
@ -22,16 +20,16 @@ BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: libXpm-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libflac-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libglu-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libgtk3-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 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 need for development.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%package tools
|
||||
Group: Development/Tools
|
||||
@ -81,8 +76,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description tools
|
||||
This package contains utility applications for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n allegro5-%{version}
|
||||
sed -i "s|\"lib/cmake|\"%{_lib}/cmake|" CMakeLists.txt
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
@ -139,10 +137,15 @@ _EOF
|
||||
%dir %{_includedir}/allegro5
|
||||
%{_includedir}/allegro5/*
|
||||
%{_libdir}/pkgconfig/allegro*.pc
|
||||
%{_libdir}/cmake/allegro
|
||||
%{_libdir}/cmake/allegro/Allegro*.cmake
|
||||
%{_mandir}/man3/*
|
||||
#%doc CHANGES-*.txt README.txt
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user