automatic version update by autodist [release 5.2.1.1-1mamba;Wed Dec 07 2016]

This commit is contained in:
Automatic Build System 2024-01-06 03:45:36 +01:00
parent 8ef0091f39
commit 75e647253f

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.1.0 Version: 5.2.1.1
Release: 1mamba Release: 1mamba
Summary: A game programming library Summary: A game programming library
Group: System/Libraries Group: System/Libraries
@ -8,7 +8,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.talula.demon.co.uk/allegro/ URL: http://www.talula.demon.co.uk/allegro/
Source: http://download.gna.org/allegro/allegro/%{majver}/allegro-%{majver}.tar.gz 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
@ -59,12 +59,13 @@ This package contains utility applications for %{name}.
%setup -q -n allegro-%{version} %setup -q -n allegro-%{version}
%build %build
%cmake %cmake -d build
%make %make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall -C build
install -D -m 644 allegro5.cfg %{buildroot}%{_sysconfdir}/allegrorc install -D -m 644 allegro5.cfg %{buildroot}%{_sysconfdir}/allegrorc
install -d -m 755 %{buildroot}%{_datadir}/allegro install -d -m 755 %{buildroot}%{_datadir}/allegro
#install -D -m 644 keyboard.dat language.dat %{buildroot}%{_datadir}/allegro #install -D -m 644 keyboard.dat language.dat %{buildroot}%{_datadir}/allegro
@ -116,6 +117,9 @@ _EOF
#%doc CHANGES-*.txt README.txt #%doc CHANGES-*.txt README.txt
%changelog %changelog
* Wed Dec 07 2016 Automatic Build System <autodist@mambasoft.it> 5.2.1.1-1mamba
- automatic version update by autodist
* Sun Aug 07 2016 Automatic Build System <autodist@mambasoft.it> 5.2.1.0-1mamba * Sun Aug 07 2016 Automatic Build System <autodist@mambasoft.it> 5.2.1.0-1mamba
- automatic version update by autodist - automatic version update by autodist