update to 2.9.1 [release 2.9.1-1mamba;Mon Jan 09 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 23:18:21 +01:00
parent ebe6f438f1
commit eb575a089d

View File

@ -1,13 +1,15 @@
%define gitver %(echo %version | tr . _)
Name: gnustep-make
Version: 2.9.0
Version: 2.9.1
Release: 1mamba
Summary: A simple, powerful and extensible way to write makefiles for a GNUstep-based project
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://gnustep.org/
Source: ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-%{version}.tar.gz
URL: https://gnustep.github.io/
Source: https://github.com/gnustep/tools-make.git/make-%{gitver}/tools-make-%{version}.tar.bz2
#Source: ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-%{version}.tar.gz
Source1: gnustep-make-macros.gnustep
License: GPL
## AUTOBUILDREQ-BEGIN
@ -21,7 +23,7 @@ It also allows the user to easily create cross-compiled binaries.
#% debug_package
%prep
%setup -q
%setup -q -n tools-make-%{version}
sed -i "s|/lib/|/%{_lib}/|g" FilesystemLayouts/fhs-system
sed -i "s|/lib$|/%{_lib}|g" FilesystemLayouts/fhs-system
sed -i "s|/lib/|/%{_lib}/|g" FilesystemLayouts/fhs
@ -69,6 +71,9 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.gnustep
%doc COPYING
%changelog
* Mon Jan 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.1-1mamba
- update to 2.9.1
* Fri May 07 2021 Automatic Build System <autodist@mambasoft.it> 2.9.0-1mamba
- automatic version update by autodist