updated to 2.0.6
This commit is contained in:
parent
e589165e8d
commit
2fe44b49dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
libica-2.0.3.tar.gz
|
||||
/libica-2.0.4.tar.gz
|
||||
/libica-2.0.6.tar.gz
|
||||
|
12
libica.spec
12
libica.spec
@ -1,15 +1,13 @@
|
||||
Summary: Library for accessing ICA hardware crypto on IBM zSeries
|
||||
Name: libica
|
||||
Version: 2.0.4
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.6
|
||||
Release: 1%{?dist}
|
||||
License: CPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://sourceforge.net/projects/opencryptoki/
|
||||
Source0: http://downloads.sourceforge.net/opencryptoki/%{name}-%{version}.tar.gz
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=624005
|
||||
Patch1: %{name}-2.0.3-tests.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=665401
|
||||
Patch2: %{name}-2.0.3-remove-sigill.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: autoconf automake libtool
|
||||
@ -38,13 +36,12 @@ IBM zSeries.
|
||||
%setup -q -n %{name}-2.0
|
||||
|
||||
%patch1 -p1 -b .tests
|
||||
%patch2 -p1 -b .remove-sigill
|
||||
|
||||
# fix EOLs
|
||||
sed -i -e 's/\r//g' LICENSE
|
||||
|
||||
# update the version used in library name
|
||||
sed -i -e 's/2\.0\.3/2\.0/' configure.in
|
||||
sed -i -e 's/2\.0\.6/2\.0/' configure.in
|
||||
|
||||
sh ./bootstrap.sh
|
||||
|
||||
@ -85,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 11 2011 Dan Horák <dan[at]danny.cz> - 2.0.6-1
|
||||
- updated to 2.0.6
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user