diff --git a/snappy.spec b/snappy.spec index fd4e7a554890324a4a8a7b420cef1b24e6fe4608..b26466506fc2abb07cb38f91bd043ca722e614f1 100644 --- a/snappy.spec +++ b/snappy.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global __cmake_in_source_build 1 Name: snappy Version: 1.1.9 @@ -86,13 +86,16 @@ ctest -V %{?_smp_mflags} %ldconfig_scriptlets +%generate_compatibility_deps %files %license COPYING %{_libdir}/libsnappy.so.* +%dir %{abidir} +%{abidir}/libsnappy.dump %files doc -%doc AUTHORS NEWS README.md +%doc AUTHORS NEWS README.md CONTRIBUTING.md %files devel %doc format_description.txt framing_format.txt @@ -103,6 +106,9 @@ ctest -V %{?_smp_mflags} %changelog +* Mon Feb 13 2023 Jing Zhang - 1.1.9-3 +- optimize spec + * Thu Sep 29 2022 mgb01105731 - 1.1.9-2 - add doc package