]> git.pld-linux.org Git - packages/openssl.git/blobdiff - openssl.spec
- up to 0.9.7
[packages/openssl.git] / openssl.spec
index 85d14e0cd4d3c66cabf5c13c64045bdd545a7f4c..a1242fc27bfc9dc21429c810c0d573453384f8b9 100644 (file)
@@ -1,28 +1,23 @@
 %include       /usr/lib/rpm/macros.perl
 Summary:       OpenSSL Toolkit libraries for the "Secure Sockets Layer" (SSL v2/v3)
 Summary(de):   Secure Sockets Layer (SSL)-Kommunikationslibrary
-Summary(es):   Biblioteca C que suministra algoritmos y protocolos criptográficos.
+Summary(es):   Biblioteca C que suministra algoritmos y protocolos criptográficos
 Summary(fr):   Utilitaires de communication SSL (Secure Sockets Layer)
 Summary(pl):   Biblioteki OpenSSL (SSL v2/v3)
-Summary(pt_BR):        Uma biblioteca C que fornece vários algoritmos e protocolos criptográficos.
+Summary(pt_BR):        Uma biblioteca C que fornece vários algoritmos e protocolos criptográficos
 Summary(ru):   âÉÂÌÉÏÔÅËÉ É ÕÔÉÌÉÔÙ ÄÌÑ ÓÏÅÄÉÎÅÎÉÊ ÞÅÒÅÚ Secure Sockets Layer
 Summary(uk):   â¦Â̦ÏÔÅËÉ ÔÁ ÕÔÉ̦ÔÉ ÄÌÑ Ú'¤ÄÎÁÎØ ÞÅÒÅÚ Secure Sockets Layer
 Name:          openssl
-Version:       0.9.6g
-Release:       2
+Version:       0.9.7
+Release:       0.1
 License:       Apache-style License
-Vendor:                The OpenSSL Project
 Group:         Libraries
 Source0:       ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
 Source1:       %{name}-ca-bundle.crt
 Source2:       %{name}.1.pl
 Patch0:                %{name}-alpha-ccc.patch
-# patch1 is only for 0.9.6a version. This version isn't binary
-# compatibile with 0.9.6 but have this same soname.
-Patch1:                %{name}-soname.patch
-Patch2:                %{name}-optflags.patch
-Patch3:                %{name}-nocrypt.patch
-Patch4:                %{name}-globalCA.diff
+Patch1:                %{name}-optflags.patch
+Patch2:                %{name}-globalCA.diff
 BuildRequires: perl-devel >= 5.6.1
 BuildRequires: textutils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -180,8 +175,6 @@ RC4, RSA 
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 for f in ` grep -r "%{_prefix}/local/bin/perl" . | cut -d":" -f1`; do
@@ -274,7 +267,7 @@ install -d $RPM_BUILD_ROOT{%{_sysconfdir}/%{name},%{_libdir}/%{name}} \
        INSTALLTOP=%{_prefix} \
        INSTALL_PREFIX=$RPM_BUILD_ROOT
 
-install %{SOURCE1}  $RPM_BUILD_ROOT%{_datadir}/ssl/ca-bundle.crt
+install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/ssl/ca-bundle.crt
 install libRSAglue.a libcrypto.a libssl.a $RPM_BUILD_ROOT%{_libdir}
 install lib*.so.*.* $RPM_BUILD_ROOT%{_libdir}
 ln -sf libcrypto.so.*.* $RPM_BUILD_ROOT%{_libdir}/libcrypto.so
This page took 0.06156 seconds and 4 git commands to generate.