- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
This commit is contained in:
parent
4642ce5746
commit
7f97afea51
@ -1,7 +1,7 @@
|
|||||||
Summary: A dynamic OpenSSL engine for IBMCA
|
Summary: A dynamic OpenSSL engine for IBMCA
|
||||||
Name: openssl-ibmca
|
Name: openssl-ibmca
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: OpenSSL
|
License: OpenSSL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://sourceforge.net/projects/opencryptoki
|
URL: http://sourceforge.net/projects/opencryptoki
|
||||||
@ -34,7 +34,7 @@ sh ./bootstrap.sh
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --with-engines-dir=%{_libdir}/openssl/engines
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -42,8 +42,8 @@ make %{?_smp_mflags}
|
|||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/libibmca.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libibmca.la
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}/openssl/engines
|
#mkdir -p $RPM_BUILD_ROOT%{_libdir}/openssl/engines
|
||||||
mv $RPM_BUILD_ROOT%{_libdir}/*.so $RPM_BUILD_ROOT%{_libdir}/openssl/engines
|
#mv $RPM_BUILD_ROOT%{_libdir}/*.so $RPM_BUILD_ROOT%{_libdir}/openssl/engines
|
||||||
|
|
||||||
mv openssl.cnf.sample openssl.cnf.sample.%{_arch}
|
mv openssl.cnf.sample openssl.cnf.sample.%{_arch}
|
||||||
|
|
||||||
@ -53,6 +53,9 @@ mv openssl.cnf.sample openssl.cnf.sample.%{_arch}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 05 2014 Dan Horák <dan@danny.cz> - 1.2.0-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-9
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user