added autoreconf to rebuild for aarch64 [release 0.9.9.9-3mamba;Fri Dec 06 2024]
This commit is contained in:
parent
6723f5c899
commit
f877370d6d
@ -1,6 +1,6 @@
|
|||||||
Name: mhash
|
Name: mhash
|
||||||
Version: 0.9.9.9
|
Version: 0.9.9.9
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A library which provides a uniform interface to a large number of hash algorithms
|
Summary: A library which provides a uniform interface to a large number of hash algorithms
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -36,6 +36,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
autoreconf -f -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -48,9 +49,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libmhash.so.*
|
%{_libdir}/libmhash.so.*
|
||||||
@ -67,6 +65,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc ChangeLog NEWS README TODO
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 06 2024 Automatic Build System <autodist@openmamba.org> 0.9.9.9-3mamba
|
||||||
|
- added autoreconf to rebuild for aarch64
|
||||||
|
|
||||||
* Sat Mar 30 2024 Automatic Build System <autodist@openmamba.org> 0.9.9.9-2mamba
|
* Sat Mar 30 2024 Automatic Build System <autodist@openmamba.org> 0.9.9.9-2mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user