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