Changeset 1781 for spec/trunk/SPECS/libzip.spec
- Timestamp:
- Jul 4, 2021, 9:52:36 PM (4 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/libzip.spec (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libzip.spec
r1741 r1781 2 2 3 3 Name: libzip 4 Version: 1. 7.34 Version: 1.8.0 5 5 Release: 1%{?dist} 6 6 Summary: C library for reading, creating, and modifying zip archives … … 11 11 Source0: https://libzip.org/download/libzip-%{version}.tar.xz 12 12 %else 13 %scm_source github https://github.com/TeLLie/ libzip-os2 master13 %scm_source github https://github.com/TeLLie/%{name}-os2 %{version}-os2 14 14 %endif 15 15 … … 19 19 BuildRequires: openssl-devel 20 20 BuildRequires: xz-devel 21 %if !0%{?os2_version} 22 BuildRequires: libzstd-devel 23 %endif 21 24 BuildRequires: cmake >= 3.0.2 22 25 # Needed to run the test suite … … 94 97 -DENABLE_BZIP2:BOOL=ON \ 95 98 -DENABLE_LZMA:BOOL=ON \ 99 -DENABLE_ZSTD:BOOL=OFF \ 96 100 -DBUILD_TOOLS:BOOL=ON \ 97 101 -DBUILD_REGRESS:BOOL=ON \ … … 116 120 %endif 117 121 118 119 122 %check 120 %if %{with tests} &&!0%{?os2_version}123 %if !0%{?os2_version} 121 124 %ctest 122 125 %else … … 146 149 %{_bindir}/ziptool.exe 147 150 %endif 148 %{_mandir}/man1/zip* .1*151 %{_mandir}/man1/zip* 149 152 150 153 %files devel 151 154 %doc AUTHORS THANKS *.md 152 %doc %{_docdir}/%{name}/libzip/*.html153 155 %{_includedir}/zip.h 154 156 %{_includedir}/zipconf*.h … … 160 162 %{_libdir}/pkgconfig/libzip.pc 161 163 %{_libdir}/cmake/libzip 162 %if !0%{?os2_version}163 164 %{_mandir}/man3/libzip* 164 165 %{_mandir}/man3/zip* 165 166 %{_mandir}/man3/ZIP* 166 %else 167 %{_mandir}/man3/*.3* 168 %endif 167 169 168 170 169 %changelog 171 * Sat Dec 19 2020 Elbert Pol <elbert.pol@gmail.com> - 1.7.3-1 172 - First rpm for OS2 173 - Add o_binary for OS2 170 * Sun Jul 04 2021 Elbert Pol <elbert.pol@gmail.com> - 1.8.0 - 1 171 - Update to latest version 172 173 * Wed Jan 06 2021 Elbert Pol <elbert.pol@gmail.com> - 1.22 - 1 174 - Update to latest version 175 - Finetuning the spec file 176 177 * Thu Jan 31 2019 Elbert Pol <elbert.pol@gmail.com> - 1.21-2 178 - Upload src to github 179 180 * Sat Jan 12 2019 Elbert Pol <elbert.pol@gmail.com> 1.21-1 181 - Updated to latest source 182 183 * Sun Sep 09 2018 Elbert Pol <elbert.pol@gmail.com> 1.20-2 184 - Some changes for Spec file 185 186 * Sun Sep 09 2018 Elbert Pol <elbert.pol@gmail.com> 1.20-1 187 - First OS/2 rpm release
Note:
See TracChangeset
for help on using the changeset viewer.
