Compare commits

...

No commits in common. "imports/c9/libzip-1.7.3-8.el9" and "c8-stream-7.4" have entirely different histories.

3 changed files with 13 additions and 71 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libzip-1.7.3.tar.xz
SOURCES/libzip-1.6.1.tar.xz

View File

@ -1 +1 @@
2a2e2fb4f18a65a996252dfa247b38a6519af712 SOURCES/libzip-1.7.3.tar.xz
a820f23509d20f242173d34978624191739f599b SOURCES/libzip-1.6.1.tar.xz

View File

@ -1,8 +1,8 @@
%bcond_without tests
%global with_tests 0%{!?_without_tests:1}
Name: libzip
Version: 1.7.3
Release: 8%{?dist}
Version: 1.6.1
Release: 1%{?dist}
Summary: C library for reading, creating, and modifying zip archives
License: BSD
@ -64,10 +64,6 @@ The %{name}-tools package provides command line tools split off %{name}:
# unwanted in package documentation
rm INSTALL.md
# drop skipped test which make test suite fails (cmake issue ?)
sed -e '/clone-fs-/d' \
-i regress/CMakeLists.txt
%build
%cmake \
@ -81,18 +77,19 @@ sed -e '/clone-fs-/d' \
-DBUILD_TOOLS:BOOL=ON \
-DBUILD_REGRESS:BOOL=ON \
-DBUILD_EXAMPLES:BOOL=OFF \
-DBUILD_DOC:BOOL=ON
-DBUILD_DOC:BOOL=ON \
.
%cmake_build
make %{?_smp_mflags}
%install
%cmake_install
make install DESTDIR=%{buildroot} INSTALL='install -p'
%check
%if %{with tests}
%ctest
%if %{with_tests}
make check
%else
: Test suite disabled
%endif
@ -117,76 +114,21 @@ sed -e '/clone-fs-/d' \
%{_includedir}/zipconf*.h
%{_libdir}/libzip.so
%{_libdir}/pkgconfig/libzip.pc
%{_libdir}/cmake/libzip
%{_mandir}/man3/libzip*
%{_mandir}/man3/zip*
%{_mandir}/man3/ZIP*
%changelog
* Wed Jan 17 2024 Lukas Javorsky <ljavorsk@redhat.com> - 1.7.3-8
- Rebuilt for adding libzip-tools subpackage to pungi Appstream repo
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.3-7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.3-6
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.3-5
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 21 2020 Rex Dieter <rdieter@fedoraproject.org> - 1.7.3-2
- use %%cmake_build, %%cmake_install, %ctest
* Wed Jul 15 2020 Remi Collet <remi@remirepo.net> - 1.7.3-1
- update to 1.7.3
- drop patch merged upstream
* Mon Jul 13 2020 Remi Collet <remi@remirepo.net> - 1.7.2-1
- update to 1.7.2
- fix installation layout using merged patch from
https://github.com/nih-at/libzip/pull/190
* Mon Jun 15 2020 Remi Collet <remi@remirepo.net> - 1.7.1-1
- update to 1.7.1
* Fri Jun 5 2020 Remi Collet <remi@remirepo.net> - 1.7.0-1
- update to 1.7.0
- patch zipconf.h to re-add missing LIBZIP_VERSION_* macros
* Mon Feb 3 2020 Remi Collet <remi@remirepo.net> - 1.6.1-1
* Thu May 14 2020 Remi Collet <rcollet@redhat.com> - 1.6.1-1
- update to 1.6.1
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Jan 24 2020 Remi Collet <remi@remirepo.net> - 1.6.0-1
- update to 1.6.0
- enable lzma support
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Tue Mar 12 2019 Remi Collet <remi@remirepo.net> - 1.5.2-1
* Tue May 7 2019 Remi Collet <rcollet@redhat.com> - 1.5.2-1
- update to 1.5.2
- add all explicit cmake options to ensure openssl is used
even in local build with other lilbraries available
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Apr 11 2018 Remi Collet <remi@remirepo.net> - 1.5.1-1
- update to 1.5.1
- drop dependency on zlib-devel and bzip2-devel no more