automatic version update by autodist [release 0.8.3-1mamba;Tue Dec 31 2024]
This commit is contained in:
parent
27cffca124
commit
e6059e32e7
12
xxhash.spec
12
xxhash.spec
@ -1,5 +1,5 @@
|
||||
Name: xxhash
|
||||
Version: 0.8.2
|
||||
Version: 0.8.3
|
||||
Release: 1mamba
|
||||
Summary: An Extremely fast Hash algorithm
|
||||
Group: Applications/Security
|
||||
@ -33,9 +33,6 @@ Requires: pkg-config
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n xxHash-%{version}
|
||||
|
||||
@ -49,16 +46,16 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/xxh128sum
|
||||
%{_bindir}/xxh3sum
|
||||
%{_bindir}/xxh32sum
|
||||
%{_bindir}/xxh64sum
|
||||
%{_bindir}/xxhsum
|
||||
%{_mandir}/man1/xxh128sum.1*
|
||||
%{_mandir}/man1/xxh3sum.1*
|
||||
%{_mandir}/man1/xxh32sum.1*
|
||||
%{_mandir}/man1/xxh64sum.1*
|
||||
%{_mandir}/man1/xxhsum.1*
|
||||
@ -79,6 +76,9 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 31 2024 Automatic Build System <autodist@openmamba.org> 0.8.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 22 2023 Automatic Build System <autodist@mambasoft.it> 0.8.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user