From b114170d60b2af7111c5a0248edf5a493ede3a77 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:49:22 +0100 Subject: [PATCH] update to 1.5.0.1 [release 1.5.0.1-1mamba;Sat Jun 20 2020] --- distromatic.spec | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/distromatic.spec b/distromatic.spec index 2a52859..4011567 100644 --- a/distromatic.spec +++ b/distromatic.spec @@ -1,26 +1,24 @@ %define cgidir %{_localstatedir}/www/cgi-bin %define htmldir %{_localstatedir}/www/html -%define postnukedir /var/www/html/PostNuke %define packager_groupid 65028 Name: distromatic -Version: 1.4.7 +Version: 1.5.0.1 Release: 1mamba Summary: A tool for maintaining an RPM based distribution Group: System/Configuration Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.openmamba.org -Source: http://www.openmamba.org/distribution/sources/distromatic-%{version}.tar.bz2 +URL: https://openmamba.org +Source: https://openmamba.org/distribution/sources/distromatic-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libbzip2-devel -BuildRequires: libpopt-devel +BuildRequires: ldconfig +BuildRequires: librpm-devel BuildRequires: libsqlite-devel BuildRequires: libz-devel -BuildRequires: librpm5-devel ## AUTOBUILDREQ-END BuildRequires: libiberty-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -34,12 +32,13 @@ A tool for maintaining an RPM based distribution. %setup -q %build -%configure +%cmake -d build + %make %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} -%makeinstall +%makeinstall -C build %find_lang %{name} @@ -61,9 +60,15 @@ exit 0 %{htmldir}/distromatic/pkg.png %{htmldir}/distromatic/pkgup.png %{htmldir}/distromatic/warning-icon.png -%doc AUTHORS ChangeLog COPYING +%doc AUTHORS COPYING %changelog +* Sat Jun 20 2020 Silvan Calarco 1.5.0.1-1mamba +- update to 1.5.0.1 + +* Thu Jun 18 2020 Silvan Calarco 1.5.0-1mamba +- update to 1.5.0 + * Sat Sep 07 2019 Silvan Calarco 1.4.7-1mamba - update to 1.4.7