Ignore:
Timestamp:
Jul 4, 2021, 9:52:36 PM (4 years ago)
Author:
tellie
Message:

spec: libzip: Release version 1.8.0-1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/libzip.spec

    r1741 r1781  
    22
    33Name:    libzip
    4 Version: 1.7.3
     4Version: 1.8.0
    55Release: 1%{?dist}
    66Summary: C library for reading, creating, and modifying zip archives
     
    1111Source0: https://libzip.org/download/libzip-%{version}.tar.xz
    1212%else
    13 %scm_source github https://github.com/TeLLie/libzip-os2 master
     13%scm_source github https://github.com/TeLLie/%{name}-os2 %{version}-os2
    1414%endif
    1515
     
    1919BuildRequires:  openssl-devel
    2020BuildRequires:  xz-devel
     21%if !0%{?os2_version}
     22BuildRequires:  libzstd-devel
     23%endif
    2124BuildRequires:  cmake >= 3.0.2
    2225# Needed to run the test suite
     
    9497  -DENABLE_BZIP2:BOOL=ON \
    9598  -DENABLE_LZMA:BOOL=ON \
     99  -DENABLE_ZSTD:BOOL=OFF \
    96100  -DBUILD_TOOLS:BOOL=ON \
    97101  -DBUILD_REGRESS:BOOL=ON \
     
    116120%endif
    117121
    118 
    119122%check
    120 %if %{with tests} && !0%{?os2_version}
     123%if !0%{?os2_version}
    121124%ctest
    122125%else
     
    146149%{_bindir}/ziptool.exe
    147150%endif
    148 %{_mandir}/man1/zip*.1*
     151%{_mandir}/man1/zip*
    149152
    150153%files devel
    151154%doc AUTHORS THANKS *.md
    152 %doc %{_docdir}/%{name}/libzip/*.html
    153155%{_includedir}/zip.h
    154156%{_includedir}/zipconf*.h
     
    160162%{_libdir}/pkgconfig/libzip.pc
    161163%{_libdir}/cmake/libzip
    162 %if !0%{?os2_version}
    163164%{_mandir}/man3/libzip*
    164165%{_mandir}/man3/zip*
    165166%{_mandir}/man3/ZIP*
    166 %else
    167 %{_mandir}/man3/*.3*
    168 %endif
     167
    169168
    170169%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.