- Remove mention of dejagnu.info from manpage, per comments in

doc/Makefile.
- Resolves: #230652
This commit is contained in:
Petr Machata 2007-03-07 12:39:53 +00:00
parent 2f1b49cd3a
commit 7491a00ad0
2 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,24 @@
diff -urp dejagnu-1.4.4/doc/runtest.1 dejagnu-1.4.4-pm/doc/runtest.1
--- dejagnu-1.4.4/doc/runtest.1 2003-08-17 03:24:41.000000000 +0200
+++ dejagnu-1.4.4-pm/doc/runtest.1 2007-03-07 13:38:07.000000000 +0100
@@ -14,9 +14,7 @@ and variations on how to run them.
You can find a comprehensive description of DejaGnu and \fBruntest\fR in
.I
-The DejaGnu Testing Framework
-or its Info version,
-.BR dejagnu.info .
+The DejaGnu Testing Framework.
.SH OPTIONS
.TP
.B --all
@@ -110,8 +108,7 @@ file \fBsite.exp\fR, created during conf
sets the exit code to 1 if any of the tests failed, or
sets it to 0 if all the tests passed.
.SH SEE ALSO
-.I The DejaGnu Testing Framework
-.RB ( dejagnu.info ).
+.I The DejaGnu Testing Framework.
This is the DejaGnu manual; its source is the SGML files
.B
doc/*.sgml.

View File

@ -1,7 +1,7 @@
Summary: A front end for testing other programs
Name: dejagnu
Version: 1.4.4
Release: 6
Release: 7
Epoch: 1
License: GPL
Source: ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-1.4.4.tar.gz
@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArchitectures: noarch
BuildRequires: jadetex docbook-utils-pdf tetex-dvips
Patch1: dejagnu-1.4.4-smp-1.patch
Patch2: dejagnu-1.4.4-no-info.patch
%description
DejaGnu is an Expect/Tcl based framework for testing other programs.
@ -24,6 +25,7 @@ into software development).
%prep
%setup -q -n dejagnu-%{version}
%patch1 -p1
%patch2 -p1
%build
%configure -v
@ -58,6 +60,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Mar 7 2007 Petr Machata <pmachata@redhat.com> - 1:1.4.4-7
- Remove mention of dejagnu.info from manpage, per comments in
doc/Makefile.
- Resolves: #230652
* Wed Feb 7 2007 Petr Machata <pmachata@redhat.com> - 1:1.4.4-6
- Tidy up the specfile per rpmlint comments