2009-07-11 20:35:31 +00:00
|
|
|
Summary: A dynamic OpenSSL engine for IBMCA
|
|
|
|
Name: openssl-ibmca
|
2011-07-07 11:52:06 +00:00
|
|
|
Version: 1.2.0
|
2012-01-13 11:44:29 +00:00
|
|
|
Release: 2%{?dist}
|
2009-07-11 20:35:31 +00:00
|
|
|
License: OpenSSL
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://sourceforge.net/projects/opencryptoki
|
2010-06-29 07:37:43 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/opencryptoki/%{name}-%{version}.tar.gz
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=584765
|
2011-07-07 11:52:06 +00:00
|
|
|
Patch0: openssl-ibmca-1.2.0-libica-soname.patch
|
2009-07-11 20:35:31 +00:00
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2010-06-29 07:37:43 +00:00
|
|
|
Requires: libica
|
2009-07-11 20:35:31 +00:00
|
|
|
BuildRequires: libica-devel automake libtool
|
|
|
|
ExclusiveArch: s390 s390x
|
|
|
|
|
|
|
|
%description
|
|
|
|
A dynamic OpenSSL engine for IBMCA crypto hardware on IBM zSeries machines.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2011-07-07 11:52:06 +00:00
|
|
|
%patch0 -p1 -b .libica-soname
|
2010-06-29 07:37:43 +00:00
|
|
|
|
|
|
|
sh ./bootstrap.sh
|
2009-07-11 20:35:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2010-06-29 07:37:43 +00:00
|
|
|
%configure
|
2009-07-11 20:35:31 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
2010-06-29 07:37:43 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libibmca.la
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/openssl/engines
|
|
|
|
mv $RPM_BUILD_ROOT%{_libdir}/*.so $RPM_BUILD_ROOT%{_libdir}/openssl/engines
|
2009-07-11 20:35:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README openssl.cnf.sample
|
|
|
|
%{_libdir}/openssl/engines/libibmca.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2012-01-13 11:44:29 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-07-07 11:52:06 +00:00
|
|
|
* Thu Jul 07 2011 Dan Horák <dan[at]danny.cz - 1.2.0-1
|
|
|
|
- update to 1.2.0
|
|
|
|
|
2011-02-09 03:34:41 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-06-29 07:37:43 +00:00
|
|
|
* Thu Apr 22 2010 Dan Horák <dhorak@redhat.com> - 1.1-2
|
|
|
|
- fixed opening of the libica library (#584765)
|
|
|
|
- Resolves: #584765
|
|
|
|
|
|
|
|
* Thu Mar 4 2010 Dan Horák <dhorak@redhat.com> - 1.1-1
|
|
|
|
- rebased to 1.1 instead of patching
|
|
|
|
- Resolves: #568847
|
|
|
|
|
|
|
|
* Thu Feb 18 2010 Dan Horák <dhorak@redhat.com> - 1.0.0-5
|
|
|
|
- added patch with port to libica 2.x API
|
|
|
|
- Related: #543948
|
|
|
|
|
|
|
|
* Wed Feb 10 2010 Dan Horák <dhorak@redhat.com> - 1.0.0-4
|
|
|
|
- added explicit dependency on libica, because it's dlopened
|
|
|
|
- Related: #543948
|
|
|
|
|
|
|
|
* Tue Jan 12 2010 Dan Horák <dhorak@redhat.com> - 1.0.0-3
|
|
|
|
- rebuild
|
|
|
|
- Related: #543948
|
|
|
|
|
2009-07-25 20:54:30 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-11 20:35:31 +00:00
|
|
|
* Thu Jul 9 2009 Dan Horak <dan[at]danny.cz - 1.0.0-1
|
|
|
|
- update to final 1.0.0
|
|
|
|
- spec file cleanup
|
|
|
|
|
|
|
|
* Thu Jun 21 2007 Phil Knirsch <pknirsch@redhat.com> - 1.0.0rc2-1.el5.4
|
|
|
|
- Fixed several issues with failure of using ibmca engine (#227644)
|
|
|
|
|
|
|
|
* Tue Dec 12 2006 Phil Knirsch <pknirsch@redhat.com> - 1.0.0rc2-1.el5.3
|
|
|
|
- Added missing symlinks for libs (#215735)
|
|
|
|
- Added samle config file (#215735)
|
|
|
|
|
|
|
|
* Thu Nov 23 2006 Phil Knirsch <pknirsch@redhat.com> - 1.0.0rc2-1.el5.2
|
|
|
|
- Necessary fix so openssl finds the module properly (#215735)
|
|
|
|
|
|
|
|
* Thu May 11 2006 Phil Knirsch <pknirsch@redhat.com> - 1.0.0rc2
|
|
|
|
- Initial package.
|