From ea38b49c1b685bcfedc0deca148df25d66348cb3 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:18:14 +0100 Subject: [PATCH] update to 1.29.0 [release 1.29.0-1mamba;Mon Jan 09 2023] --- gnustep-base.spec | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/gnustep-base.spec b/gnustep-base.spec index 71b00ad..4aeff4c 100644 --- a/gnustep-base.spec +++ b/gnustep-base.spec @@ -1,14 +1,15 @@ %define majver %(echo %version | cut -d. -f1-2) +%define gitver %(echo %version | tr . _) Name: gnustep-base -Version: 1.28.0 +Version: 1.29.0 Release: 1mamba Summary: GNUstep Base library package Group: Development/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://gnustep.org/ -Source: ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-%{version}.tar.gz +URL: https://gnustep.github.io/ +Source: https://github.com/gnustep/libs-base.git/base-%{gitver}/libs-base-%{version}.tar.bz2 Patch0: gnustep-base-1.27.0-icu-68.patch License: GPL, LGPL ## AUTOBUILDREQ-BEGIN @@ -48,7 +49,7 @@ This package contains libraries and header files for developing applications tha %debug_package %prep -%setup -q +%setup -q -n libs-base-%{version} %patch0 -p0 %build @@ -72,16 +73,7 @@ export LDFLAGS="%{optflags} -Wl,--as-needed" %files %defattr(-,root,root) %{_bindir}/* -%{_mandir}/man1/HTMLLinker.1* -%{_mandir}/man1/autogsdoc.1* -%{_mandir}/man1/cvtenc.1* -%{_mandir}/man1/defaults.1* -%{_mandir}/man1/gdnc.1* -%{_mandir}/man1/gspath.1* -%{_mandir}/man1/make_strings.1* -%{_mandir}/man1/pldes.1* -%{_mandir}/man1/sfparse.1* -%{_mandir}/man1/xmlparse.1* +%{_mandir}/man1/*.1* %{_mandir}/man8/gdomap.8* %files -n lib%{name} @@ -106,9 +98,12 @@ export LDFLAGS="%{optflags} -Wl,--as-needed" %{_includedir}/GNUstepBase/* %dir %{_libdir}/GNUstep/Makefiles/Additional %{_libdir}/GNUstep/Makefiles/Additional/base.make -%doc ChangeLog ChangeLog.1 ChangeLog.2 NEWS README README.initialize +%doc ChangeLog ChangeLog.1 ChangeLog.2 NEWS README.initialize %changelog +* Mon Jan 09 2023 Silvan Calarco 1.29.0-1mamba +- update to 1.29.0 + * Sat May 08 2021 Automatic Build System 1.28.0-1mamba - automatic version update by autodist