- updated to 3.1.1
This commit is contained in:
parent
6e89ec5630
commit
ca4aa17298
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ libica-2.0.3.tar.gz
|
||||
/libica-2.6.2.tgz
|
||||
/libica-3.0.1.tgz
|
||||
/libica-3.0.2.tgz
|
||||
/libica-3.1.1.tgz
|
||||
|
29
libica.spec
29
libica.spec
@ -1,24 +1,27 @@
|
||||
Summary: Library for accessing ICA hardware crypto on IBM zSeries
|
||||
Summary: Library for accessing ICA hardware crypto on IBM z Systems
|
||||
Name: libica
|
||||
Version: 3.0.2
|
||||
Release: 5%{?dist}
|
||||
Version: 3.1.1
|
||||
Release: 1%{?dist}
|
||||
License: CPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://sourceforge.net/projects/opencryptoki/
|
||||
Source0: http://downloads.sourceforge.net/opencryptoki/%{name}-%{version}.tgz
|
||||
# https://sourceforge.net/p/opencryptoki/mailman/message/35601508/
|
||||
URL: https://github.com/opencryptoki/
|
||||
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tgz
|
||||
# https://github.com/opencryptoki/libica/pull/2
|
||||
Patch0: %{name}-3.0.1-tests.patch
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: autoconf autoconf-archive automake libtool
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: autoconf-archive
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
ExclusiveArch: s390 s390x
|
||||
|
||||
%description
|
||||
A library of functions and utilities for accessing ICA hardware crypto on
|
||||
IBM zSeries.
|
||||
IBM z Systems.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development tools for programs to access ICA hardware crypto on IBM zSeries
|
||||
Summary: Development tools for programs to access ICA hardware crypto on IBM z Systems
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: openssl-devel
|
||||
@ -26,16 +29,13 @@ Requires: openssl-devel
|
||||
%description devel
|
||||
The libica-devel package contains the header files and static
|
||||
libraries necessary for developing programs accessing ICA hardware crypto on
|
||||
IBM zSeries.
|
||||
IBM z Systems.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
# fix EOLs
|
||||
sed -i -e 's/\r//g' LICENSE
|
||||
|
||||
sh ./bootstrap.sh
|
||||
|
||||
|
||||
@ -79,6 +79,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 11 2017 Dan Horák <dan[at]danny.cz> - 3.1.1-1
|
||||
- updated to 3.1.1
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libica-3.0.2.tgz) = 82ed4a984f1c6d2a6444bff096ee286e372d6948732e3eca23d6304d9e000ff832703cf18d4af632d74137e0b99d7adfbd234a5ce217f12b13573063cd361169
|
||||
SHA512 (libica-3.1.1.tgz) = 9c835f893a84d78dbeddd80ab21a0c02a154b5a25d270c67c695158cb4c5b3522a0f5328baedf4c56b8457ffc71ab54316391f162b8cb9c23094e7972de761e7
|
||||
|
Loading…
Reference in New Issue
Block a user