fixed bug-causing typo in spec file(#397651)

This commit is contained in:
Ondrej Vasik 2007-11-26 09:31:22 +00:00
parent 8c6768a789
commit 2c4d647f52

View File

@ -1,6 +1,6 @@
Name: docbook-dtds Name: docbook-dtds
Version: 1.0 Version: 1.0
Release: 34%{?dist} Release: 35%{?dist}
Group: Applications/Text Group: Applications/Text
Summary: SGML and XML document type definitions for DocBook Summary: SGML and XML document type definitions for DocBook
@ -630,7 +630,7 @@ then
XML=$((XML - 1)) XML=$((XML - 1))
SGML=$((SGML - 1)) SGML=$((SGML - 1))
perl -e "@_=<>;@_[$XML, $SGML]=@_[$SGML, $XML];print @_" \ perl -e "@_=<>;@_[$XML, $SGML]=@_[$SGML, $XML];print @_" \
{CATALOG} > ${CATALOG}.rpmtmp ${CATALOG} > ${CATALOG}.rpmtmp
mv -f ${CATALOG}.rpmtmp ${CATALOG} mv -f ${CATALOG}.rpmtmp ${CATALOG}
fi fi
@ -1482,6 +1482,9 @@ then
fi fi
%changelog %changelog
* Mon Nov 26 2007 Ondrej Vasik <ovasik@redhat.com> - 1.0-35
- fixed bug causing typo in spec file(#397651)
* Tue Oct 23 2007 Ondrej Vasik <ovasik@redhat.com> - 1.0-34 * Tue Oct 23 2007 Ondrej Vasik <ovasik@redhat.com> - 1.0-34
- corrected most of rpmlint issues - corrected most of rpmlint issues
- (PreReq, tab/spaces , wrong permissions on some files, - (PreReq, tab/spaces , wrong permissions on some files,