diff --git a/xxhash.spec b/xxhash.spec index 146bbe6..95411af 100644 --- a/xxhash.spec +++ b/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 0.8.3-1mamba +- automatic version update by autodist + * Sat Jul 22 2023 Automatic Build System 0.8.2-1mamba - automatic version update by autodist