diff options
Diffstat (limited to 'libzip.spec')
-rw-r--r-- | libzip.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libzip.spec b/libzip.spec index 650d0bc..1be6620 100644 --- a/libzip.spec +++ b/libzip.spec @@ -10,7 +10,7 @@ # ## FOR EL-8 -## 1st build --with move_to_opt for SCL +## 1st build --with move_to_opt for SCL (default) ## 2nd build --without move_to_opt for module ## FOR EL-9 and EL-10 ## build as remi-libzip @@ -39,7 +39,7 @@ Name: %{?vendeur:%{vendeur}-}%{libname} Name: %{libname} %endif -Version: 1.11.3 +Version: 1.11.4 Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives @@ -227,9 +227,11 @@ make check %{_mandir}/man3/libzip* %{_mandir}/man3/zip* %{_mandir}/man3/ZIP* +%{_mandir}/man5/zip* %if %{with move_to_opt} %dir %{_includedir} %dir %{_mandir}/man3 +%dir %{_mandir}/man5 %dir %{_libdir}/pkgconfig %dir %{_libdir}/cmake %dir %{_datadir}/doc @@ -237,6 +239,9 @@ make check %changelog +* Mon May 26 2025 Remi Collet <remi@remirepo.net> - 1.11.4-1 +- update to 1.11.4 + * Mon Jan 20 2025 Remi Collet <remi@remirepo.net> - 1.11.3-1 - update to 1.11.3 |