From 375934966100187a9efea2cd984313e1935f264b Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 15 Feb 2003 12:37:52 +0000 Subject: [PATCH] - fixed rfc list generation Changed files: cyrus-sasl.spec -> 1.88 --- cyrus-sasl.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 25090d6..13722c6 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -25,6 +25,7 @@ Patch3: %{name}-do_dlopen.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: db-devel +BuildRequires: ed BuildRequires: libtool >= 1.4 %{!?_without_mysql:BuildRequires: mysql-devel} %{!?_without_ldap:BuildRequires: openldap-devel} @@ -371,10 +372,10 @@ LDFLAGS="%{rpmldflags} -ldl"; export LDFLAGS %{__make} cd doc -RFCLIST=`grep 'rfc.+\.txt' rfc-compliance` +RFCLIST=`grep 'rfc.\+\.txt' rfc-compliance` for i in $RFCLIST; do RFCDIR=../RFC/text/`echo $i | sed -e 's:^rfc::' -e 's:..\.txt$::' `00 - echo -e ',s:'$i':'$RFCDIR/$i\n,w\nq' | ed index.html + echo -e ',s:'$i':'$RFCDIR/$i'\n,w\nq' | ed index.html done cd .. -- 2.44.0