[packages/openssl102: 157/432] - strict internal deps, removed redundant BR textutils - simplified grep -r | cut -> grep -l -r

adwol adwol at pld-linux.org
Sat Sep 29 01:14:47 CEST 2018


commit 82859ae1cce269cd1ee8792795ad4d27acea7205
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Feb 28 21:41:12 2004 +0000

    - strict internal deps, removed redundant BR textutils
    - simplified grep -r | cut -> grep -l -r
    
    Changed files:
        openssl.spec -> 1.118

 openssl.spec | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index 48372fb..5885217 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -25,7 +25,6 @@ Patch4:		%{name}-include.patch
 Patch5:         %{name}-makefile.patch
 URL:		http://www.openssl.org/
 BuildRequires:	perl-devel >= 5.6.1
-BuildRequires:	textutils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:	SSLeay
 Obsoletes:	SSLeay-devel
@@ -87,7 +86,7 @@ 
 Summary:	OpenSSL command line tool and utilities
 Summary(pl):	Zestaw narz�dzi i skrypt�w
 Group:		Applications/Communications
-Requires:	%{name} = %{version}
+Requires:	%{name} = %{version}-%{release}
 
 %description tools
 The OpenSSL Toolkit cmdline tool openssl and utility scripts.
@@ -99,7 +98,7 @@ Zestaw narz
 Summary:	OpenSSL utilities written in Perl
 Summary(pl):	Narz�dzia OpenSSL napisane w perlu
 Group:		Applications/Communications
-Requires:	%{name} = %{version}
+Requires:	%{name} = %{version}-%{release}
 
 %description tools-perl
 OpenSSL Toolkit tools written in Perl.
@@ -117,7 +116,7 @@ Summary(pt_BR):	Bibliotecas e arquivos de inclus
 Summary(ru):	����������, ������ � ������� ��� Secure Sockets Layer
 Summary(uk):	��̦�����, ������ �� ���̦�� ��� Secure Sockets Layer
 Group:		Development/Libraries
-Requires:	%{name} = %{version}
+Requires:	%{name} = %{version}-%{release}
 Obsoletes:	libopenssl0-devel
 
 %description devel
@@ -153,7 +152,7 @@ Summary(pt_BR):	Bibliotecas est
 Summary(ru):	����������� ���������� ������������ ��� OpenSSL
 Summary(uk):	������Φ ¦�̦����� ������ͦ��� ��� OpenSSL
 Group:		Development/Libraries
-Requires:	%{name}-devel = %{version}
+Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
 Static OpenSSL Toolkit libraries.
@@ -187,7 +186,7 @@ ¦
 
 %build
 %{__perl} -pi -e 's#%{_prefix}/local/bin/perl#%{__perl}#g' \
-	`grep -r "%{_prefix}/local/bin/perl" . | cut -d":" -f1`
+	`grep -l -r "%{_prefix}/local/bin/perl"`
 
 touch Makefile.*
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e



More information about the pld-cvs-commit mailing list