zziplib/zziplib.spec

109 lines
3.1 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:20:52 -04:00
%define disable_rpath \
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' */libtool \
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' */libtool
Name: zziplib
2020-10-30 16:00:34 +08:00
Version: 0.13.71
2021-06-25 09:51:47 +08:00
Release: 2
2019-09-30 11:20:52 -04:00
Summary: Lightweight library for zip compression
License: LGPLv2+ or MPLv1.1
URL: http://zziplib.sourceforge.net
Source0: https://github.com/gdraheim/zziplib/archive/v%{version}.tar.gz
2021-06-25 09:51:47 +08:00
Patch6000: backport-0001-CVE-2020-18442.patch
Patch6001: backport-0002-CVE-2020-18442.patch
Patch6002: backport-0003-CVE-2020-18442.patch
Patch6003: backport-0004-CVE-2020-18442.patch
Patch6004: backport-0005-CVE-2020-18442.patch
Patch6005: backport-0006-CVE-2020-18442.patch
Patch6006: backport-0007-CVE-2020-18442.patch
2020-10-30 16:00:34 +08:00
BuildRequires: perl-interpreter zip xmlto
2020-02-14 14:29:22 +08:00
BuildRequires: zlib-devel SDL-devel pkgconfig autoconf automake gcc make
2019-09-30 11:20:52 -04:00
Provides: zziplib-utils
Obsoletes: zziplib-utils
%description
The zziplib is a lightweight library to easily extract data from zip files. Applications
can bundle files into a single zip archive and access them. The implementation is based
only on the (free) subset of compression with the zlib algorithm which is actually used
by the zip/unzip tools.
%package devel
Summary: Header files and libraries for zziplib development
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig zlib-devel SDL-devel
%description devel
This package contains the header files and libraries needed to
develop programs that use the zziplib compression and decompression
library.
%package help
Summary: Help documentation for the zziplib library
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
%description help
This package includes help documentation and manuals related to zziplib.
%prep
%setup -q
2020-10-30 16:00:34 +08:00
sed -i -e 's:docs ::g' Makefile.am
2021-06-25 09:51:47 +08:00
%patch6000 -p1
%patch6001 -p1
%patch6002 -p1
%patch6003 -p1
%patch6004 -p1
%patch6005 -p1
%patch6006 -p1
2019-09-30 11:20:52 -04:00
%build
%configure --disable-static --enable-sdl --enable-frame-pointer --enable-builddir=_builddir
%make_build
%install
%make_install
2020-10-30 16:00:34 +08:00
rm -rf docs/Make* docs/zziplib-manpages.ar
find %{buildroot} -type f -name "*.la" -delete -print
2019-09-30 11:20:52 -04:00
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc docs/COPYING* ChangeLog README TODO
%{_bindir}/*
%{_libdir}/*.so.*
%files devel
%doc docs/README.SDL docs/*.htm
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/*.m4
%exclude %{_libdir}/*.la
%files help
%{_mandir}/man3/*
%changelog
2021-06-25 09:51:47 +08:00
* Fri Jun 25 2021 shixuantong <shixuantong@huawei.com> - 0.13.71-2
- fix CVE-2020-18442
2020-10-30 16:00:34 +08:00
* Tue Nov 3 2020 tianwei <tianwei12@huawei.com> - 0.13.71-1
- update to 0.13.71 and remove python2
2020-02-14 14:29:22 +08:00
* Fri Feb 14 2020 chengquan <chengquan3@huawei.com> - 0.13.36-5
- Add necessary BuildRequires
2020-01-09 21:25:55 +08:00
* Thu Jan 9 2020 BruceGW <gyl93216@163.com> - 0.13.36-4
- Delete useless patch
2019-12-25 16:11:23 +08:00
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.13.36-3
- Fix CVE-2018-16548 and CVE-2018-17828
2019-09-30 11:20:52 -04:00
* Thu Sep 12 2019 dongjian <dongjian13@huawei.com> 0.13.36-2
- Modification summary