diff --git a/gnustep-make.spec b/gnustep-make.spec index f92358b..c35ff2f 100644 --- a/gnustep-make.spec +++ b/gnustep-make.spec @@ -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 -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 2.9.1-1mamba +- update to 2.9.1 + * Fri May 07 2021 Automatic Build System 2.9.0-1mamba - automatic version update by autodist