From 75e647253fc2a43dea67d85aa8100ccf8fee0879 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 03:45:36 +0100 Subject: [PATCH] automatic version update by autodist [release 5.2.1.1-1mamba;Wed Dec 07 2016] --- liballegro.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/liballegro.spec b/liballegro.spec index 9478df2..7842f29 100644 --- a/liballegro.spec +++ b/liballegro.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-3) Name: liballegro -Version: 5.2.1.0 +Version: 5.2.1.1 Release: 1mamba Summary: A game programming library Group: System/Libraries @@ -8,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -59,12 +59,13 @@ This package contains utility applications for %{name}. %setup -q -n allegro-%{version} %build -%cmake +%cmake -d build + %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%makeinstall -C build install -D -m 644 allegro5.cfg %{buildroot}%{_sysconfdir}/allegrorc install -d -m 755 %{buildroot}%{_datadir}/allegro #install -D -m 644 keyboard.dat language.dat %{buildroot}%{_datadir}/allegro @@ -116,6 +117,9 @@ _EOF #%doc CHANGES-*.txt README.txt %changelog +* Wed Dec 07 2016 Automatic Build System 5.2.1.1-1mamba +- automatic version update by autodist + * Sun Aug 07 2016 Automatic Build System 5.2.1.0-1mamba - automatic version update by autodist