|
@@ -1,7 +1,7 @@
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define soversion 6
|
|
%define soversion 6
|
|
%define version 0.9.8m
|
|
%define version 0.9.8m
|
|
-%define release 1%{_dist_release}
|
|
|
|
|
|
+%define release 2%{_dist_release}
|
|
|
|
|
|
Summary: Secure Sockets Layer Toolkit
|
|
Summary: Secure Sockets Layer Toolkit
|
|
Name: openssl
|
|
Name: openssl
|
|
@@ -63,6 +63,7 @@ from other formats to those used by OpenSSL.
|
|
Summary: Secure Sockets Layer Toolkit
|
|
Summary: Secure Sockets Layer Toolkit
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
+
|
|
%description -n compat32-%{name}
|
|
%description -n compat32-%{name}
|
|
The OpenSSL certificate management tool and the shared libraries that
|
|
The OpenSSL certificate management tool and the shared libraries that
|
|
provide various cryptographic algorithms and protocols.
|
|
provide various cryptographic algorithms and protocols.
|
|
@@ -71,6 +72,7 @@ provide various cryptographic algorithms and protocols.
|
|
Summary: OpenSSL libraries and development headers.
|
|
Summary: OpenSSL libraries and development headers.
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
|
|
+
|
|
%description -n compat32-%{name}-devel
|
|
%description -n compat32-%{name}-devel
|
|
The static libraries and include files needed to compile apps
|
|
The static libraries and include files needed to compile apps
|
|
with support for various the cryptographic algorithms and protocols
|
|
with support for various the cryptographic algorithms and protocols
|
|
@@ -292,6 +294,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/openssl.pc.tmp
|
|
%postun -n compat32-%{name} -p /sbin/ldconfig
|
|
%postun -n compat32-%{name} -p /sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.8m-2
|
|
|
|
+- rebuilt with rpm-4.8.1
|
|
|
|
+
|
|
* Thu Mar 18 2010 IWAI, Masaharu <iwai@alib.jp> 0.9.8m-1
|
|
* Thu Mar 18 2010 IWAI, Masaharu <iwai@alib.jp> 0.9.8m-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- update enginsdir patch (Patch4)
|
|
- update enginsdir patch (Patch4)
|