update to 5.2.3.0 [release 5.2.3.0-1mamba;Sun Dec 31 2017]

This commit is contained in:
Silvan Calarco 2024-01-06 03:45:37 +01:00
parent f6ebf5e589
commit e2da3f73d8

View File

@ -1,14 +1,15 @@
%define majver %(echo %version | cut -d. -f1-3)
Name: liballegro
Version: 5.2.2
Version: 5.2.3.0
Release: 1mamba
Summary: A game programming library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.talula.demon.co.uk/allegro/
Source: http://download.gna.org/allegro/allegro/%{version}/allegro-%{version}.tar.gz
URL: http://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
@ -56,7 +57,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
This package contains utility applications for %{name}.
%prep
%setup -q -n allegro-%{version}.0
%setup -q -n allegro5-%{version}
%build
%cmake -d build
@ -117,6 +118,9 @@ _EOF
#%doc CHANGES-*.txt README.txt
%changelog
* Sun Dec 31 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.3.0-1mamba
- update to 5.2.3.0
* Sat Jan 21 2017 Automatic Build System <autodist@mambasoft.it> 5.2.2-1mamba
- automatic version update by autodist