Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e8c03eddf | ||
|
|
c879e988af | ||
|
|
3365329899 |
||
| 36273643da |
1 changed files with 19 additions and 2 deletions
21
zipper.spec
21
zipper.spec
|
|
@ -1,7 +1,7 @@
|
|||
Name: zipper
|
||||
Summary: C++ wrapper around minizip compression library
|
||||
Version: 1.0.3
|
||||
Release: 10%{?dist}
|
||||
Release: 14%{?dist}
|
||||
URL: https://github.com/sebastiandev/zipper
|
||||
|
||||
## Source archive from github obtained by
|
||||
|
|
@ -59,12 +59,17 @@ This package provides static library file of %{name}.
|
|||
%autosetup -n %{name} -p1
|
||||
|
||||
%build
|
||||
# TODO: remove CMAKE_POLICY_VERSION_MINIMUM if the new upstream source is used
|
||||
export CMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||
%cmake -Wno-cpp -Wno-dev \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DBUILD_SHARED_VERSION:BOOL=ON -DBUILD_STATIC_VERSION:BOOL=ON \
|
||||
-DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE -DCMAKE_COLOR_MAKEFILE:BOOL=ON \
|
||||
-DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES -DCMAKE_SKIP_RPATH:BOOL=YES \
|
||||
-DINSTALL_PKGCONFIG_DIR:PATH=%{_libdir}/pkgconfig \
|
||||
-DZLIB_INCLUDE_DIR:PATH=%{_includedir} -DZLIB_LIBRARY_RELEASE:FILEPATH=%{_libdir}/libz.so
|
||||
-DZLIB_INCLUDE_DIR:PATH=%{_includedir} -DZLIB_LIBRARY_RELEASE:FILEPATH=%{_libdir}/libz.so \
|
||||
%if "%{?_lib}" == "lib64"
|
||||
%{?_cmake_lib_suffix64}
|
||||
%endif
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
|
@ -92,6 +97,18 @@ rm -f %{buildroot}%{_bindir}/Zipper-test
|
|||
%{_libdir}/libZipper-static.a
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Jul 30 2025 Cristian Le <git@lecris.dev> - 1.0.3-12
|
||||
- Add temporary fix for CMake 4.0 (rhbz#2381650)
|
||||
|
||||
* Fri Jul 25 2025 Antonio Trande <sagitter@fedoraproject.org> - 1.0.3-11
|
||||
- Fix rhbz#2381650 rhbz#2381687
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue