update to 1.3.0
add dependency on bzip2 library ignore 3 tests failing on 32-bit
This commit is contained in:
parent
e1946b2e79
commit
eb5bc55593
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ libzip-0.9.3.tar.bz2
|
||||
/libzip-1.1.2.tar.xz
|
||||
/libzip-1.1.3.tar.xz
|
||||
/libzip-1.2.0.tar.xz
|
||||
/libzip-1.3.0.tar.xz
|
||||
|
||||
16
libzip.spec
16
libzip.spec
@ -2,8 +2,8 @@
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: libzip
|
||||
Version: 1.2.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: C library for reading, creating, and modifying zip archives
|
||||
|
||||
License: BSD
|
||||
@ -16,16 +16,17 @@ Source1: zipconf.h
|
||||
Provides: bundled(gladman-fcrypt)
|
||||
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: bzip2-devel
|
||||
# Needed to run the test suite
|
||||
# find regress/ -type f | /usr/lib/rpm/perl.req
|
||||
# find regress/ -type f | /usr/lib/rpm/perl.prov
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Symbol)
|
||||
BuildRequires: perl(UNIVERSAL)
|
||||
BuildRequires: perl(strict)
|
||||
@ -97,6 +98,10 @@ ln -s ../%{_lib}/libzip/include/zipconf.h \
|
||||
|
||||
%check
|
||||
%if %{with_tests}
|
||||
if [ %{__isa_bits} -lt 64 ]; then
|
||||
export XFAIL_TESTS="encryption-nonrandom-aes128.test encryption-nonrandom-aes192.test encryption-nonrandom-aes256.test"
|
||||
fi
|
||||
|
||||
make check
|
||||
%else
|
||||
: Test suite disabled
|
||||
@ -131,6 +136,11 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 4 2017 Remi Collet <remi@fedoraproject.org> - 1.3.0-1
|
||||
- update to 1.3.0
|
||||
- add dependency on bzip2 library
|
||||
- ignore 3 tests failing on 32-bit
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libzip-1.2.0.tar.xz) = 1ba8626d72e6b47f735568afaf007d1e18beb3ebedf6b69a6b575f9e04d3b84550371191a89be153f8fcedb4a8eac2f996e141da95cdbb52380b6283cc99cf8b
|
||||
SHA512 (libzip-1.3.0.tar.xz) = 8e12a23fe62b993ff4592e1b9da152533a363b0603fc1f65e6cbb6121d4260c45f98171effbccb76dec4030b0fcdcd273919755a2496ab462431646ac83bb900
|
||||
|
||||
Loading…
Reference in New Issue
Block a user