]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- openssl package splited to openssl (with scripts and binaries) and
authormis <mis@pld-linux.org>
Tue, 22 Aug 2000 16:38:11 +0000 (16:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  openssl-libs (with shared libraries only).
  That's for the ones who use programs which not need whole openssl
  (like ssh, which use libcrypto only).
  I'm not sure that "openssl-libs" name is a good choice, fix me if not.

Changed files:
    openssl.spec -> 1.34

openssl.spec

index e9a9e7cda98745c74633a32798a6c7f863f86c11..202fc4b362e9a0c3cda837c8bb7333fbdc86038d 100644 (file)
@@ -1,7 +1,7 @@
 %include       /usr/lib/rpm/macros.perl
 %include       /usr/lib/rpm/macros.perl
-Summary:       Library and toolkit for the "Secure Sockets Layer" (SSL v2/v3)
+Summary:       Toolkit for the "Secure Sockets Layer" (SSL v2/v3)
 Summary(de):   Secure Sockets Layer (SSL)-Kommunikationslibrary & Utilities
 Summary(de):   Secure Sockets Layer (SSL)-Kommunikationslibrary & Utilities
-Summary(fr):   Utilitaires et librairies de communication SSL (Secure Sockets Layer)
+Summary(fr):   Utilitaires de communication SSL (Secure Sockets Layer)
 Name:          openssl
 Version:       0.9.5a
 Release:       3
 Name:          openssl
 Version:       0.9.5a
 Release:       3
@@ -17,6 +17,7 @@ BuildRequires:        perl
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Prereq:                fileutils
 Prereq:                sed
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Prereq:                fileutils
 Prereq:                sed
+Prereq:                %{name}-libs = %{version}
 Obsoletes:     SSLeay
 Obsoletes:     SSLeay-devel
 Obsoletes:     SSLeay-perl
 Obsoletes:     SSLeay
 Obsoletes:     SSLeay-devel
 Obsoletes:     SSLeay-perl
@@ -52,6 +53,18 @@ OpenSSL est un outiil de gestion des certificats et les librairies
 partagees qui fournit plusieurs protocoles et algorithmes de
 codage/decodage, incluant DES, RC4, RSA et SSL.
 
 partagees qui fournit plusieurs protocoles et algorithmes de
 codage/decodage, incluant DES, RC4, RSA et SSL.
 
+%package libs
+Summary:       The OpenSSL shared libraries
+Summary(de):   Secure Sockets Layer Kommunikationslibrary: statische libraries+header                           
+Summary(fr):   Librairies statiques, headers et utilitaires pour communication SSL (Secure Sockets Layer)
+Summary(pl):   Biblioteki dzilelone OpenSSL
+Group:         Libraries
+Group(fr):     Librairies
+Group(pl):     Biblioteki
+
+%description libs
+The OpenSSL shared libraries
+
 %package devel
 Summary:       Development part of OpenSSL library
 Summary(de):   Secure Sockets Layer Kommunikationslibrary: statische libraries+header                           
 %package devel
 Summary:       Development part of OpenSSL library
 Summary(de):   Secure Sockets Layer Kommunikationslibrary: statische libraries+header                           
@@ -60,7 +73,7 @@ Summary(pl):  Cz
 Group:         Development/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Group:         Development/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
-Requires:      %{name} = %{version}
+Requires:      %{name}-libs = %{version}
 
 %description devel
 Development part of OpenSSL library.
 
 %description devel
 Development part of OpenSSL library.
@@ -136,9 +149,12 @@ gzip -9nf CHANGES CHANGES.SSLeay LICENSE NEWS README \
 
 %post
 %{_bindir}/c_rehash certs
 
 %post
 %{_bindir}/c_rehash certs
+
+%post libs
 /sbin/ldconfig
 
 /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun libs
+/sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -157,6 +173,8 @@ rm -rf $RPM_BUILD_ROOT
 %{openssldir}/private
 %dir %{_pkglibdir}
 %attr(755,root,root) %{_pkglibdir}/*
 %{openssldir}/private
 %dir %{_pkglibdir}
 %attr(755,root,root) %{_pkglibdir}/*
+
+%files libs
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
This page took 0.077542 seconds and 4 git commands to generate.