Changeset 1826 for spec/trunk/SPECS/libzip.spec
- Timestamp:
- Jan 15, 2023, 7:44:27 PM (3 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/libzip.spec (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libzip.spec
r1813 r1826 1 %if !0%{?os2_version} 1 2 %bcond_without tests 3 %else 4 %bcond_with tests 5 %endif 2 6 3 7 Name: libzip 4 Version: 1.9. 08 Version: 1.9.2 5 9 Release: 1%{?dist} 6 10 Summary: C library for reading, creating, and modifying zip archives … … 13 17 %scm_source github https://github.com/TeLLie/%{name}-os2 %{version}-os2 14 18 %endif 19 15 20 16 21 BuildRequires: gcc … … 98 103 -DBUILD_EXAMPLES:BOOL=OFF \ 99 104 -DBUILD_DOC:BOOL=ON 105 106 %cmake_build 100 107 %else 101 108 mkdir builder … … 117 124 -DBUILD_EXAMPLES:BOOL=OFF \ 118 125 -DBUILD_DOC:BOOL=ON .. 119 %endif 120 121 %if !0%{?os2_version} 122 %cmake_build 123 %else 126 124 127 make %{?_smp_mflags} 125 128 %endif … … 127 130 %install 128 131 %if !0%{?os2_version} 129 %cmake_ build132 %cmake_install 130 133 %else 131 134 %make_install INSTALL_ROOT=%{buildroot} -C builder 132 135 %endif 133 136 134 135 137 %check 136 %if !0%{?os2_version}137 138 %if %{with tests} 138 139 %ctest 139 140 %else 140 141 : Test suite disabled 141 %endif142 142 %endif 143 143 … … 160 160 %{_bindir}/ziptool 161 161 %else 162 %{_mandir}/man1/zip* 162 163 %{_bindir}/zipcmp.exe 163 164 %{_bindir}/zipmerge.exe 164 165 %{_bindir}/ziptool.exe 165 166 %endif 166 %{_mandir}/man1/zip*167 167 168 168 %files devel … … 175 175 %{_libdir}/*.a 176 176 %endif 177 177 178 %{_libdir}/pkgconfig/libzip.pc 178 179 %{_libdir}/cmake/libzip … … 182 183 183 184 %changelog 185 * Sun Jan 15 2023 Elbert Pol <elbert.pol@gmail.com> - 1.9.2 - 1 186 - Updated to latest version 187 184 188 * Sun Jun 19 2022 Elbert Pol <elbert.pol@gmail.com> - 1.9.0 - 1 185 189 - Updated to latest version
Note:
See TracChangeset
for help on using the changeset viewer.
