rebuilt with gcc 14.1.0 [release 2.4.7-7mamba;Sat May 11 2024]
This commit is contained in:
parent
ee1bc4c21d
commit
bc7366071c
@ -1,8 +1,8 @@
|
|||||||
%define pkgver %(echo %version | sed "s|[a-z]||")
|
%define pkgver %(echo %version | sed "s|[a-z]||")
|
||||||
%define gccver 13.2.0
|
%define gccver 14.1.0
|
||||||
Name: libtool
|
Name: libtool
|
||||||
Version: 2.4.7
|
Version: 2.4.7
|
||||||
Release: 6mamba
|
Release: 7mamba
|
||||||
Summary: The GNU libtool, which simplifies the use of shared libraries
|
Summary: The GNU libtool, which simplifies the use of shared libraries
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -59,6 +59,8 @@ This package contains static libraries and header files needed for development.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_infodir}/dir
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -116,6 +118,9 @@ This package contains static libraries and header files needed for development.
|
|||||||
#%doc ChangeLog* NEWS README THANKS TODO doc/PLATFORMS
|
#%doc ChangeLog* NEWS README THANKS TODO doc/PLATFORMS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.7-7mamba
|
||||||
|
- rebuilt with gcc 14.1.0
|
||||||
|
|
||||||
* Wed Aug 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.7-6mamba
|
* Wed Aug 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.7-6mamba
|
||||||
- rebuilt with gcc 13.2.0
|
- rebuilt with gcc 13.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user