Use absolute paths for install directories

Fixes: BZ#1632814
epel9
Patrik Novotný 6 years ago
parent d1d00fc60c
commit 96592c696e

@ -1,11 +1,13 @@
Name: minizip
Version: 2.8.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Minizip contrib in zlib with the latest bug fixes and advanced features
License: zlib
URL: https://github.com/nmoinvaz/%{name}
Source0: https://github.com/nmoinvaz/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
# https://github.com/nmoinvaz/minizip/pull/350
Patch0: cmake-absolute-paths.patch
BuildRequires: cmake gcc-c++ libbsd-devel zlib-devel bzip2-devel
Provides: bundled(aes-gladman)
@ -61,6 +63,9 @@ rm -rf lib/bzip2
%{_includedir}/zip.h
%changelog
* Wed Nov 28 2018 Patrik Novotný <panovotn@redhat.com> 2.8.0-2
- Use absolute paths for install directories
* Wed Nov 28 2018 Patrik Novotný <panovotn@redhat.com> 2.8.0-1
- Update to upstream version 2.8.0

Loading…
Cancel
Save