aboutsummaryrefslogtreecommitdiff
path: root/redhat/dejagnu.spec
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-02-22 05:47:34 +0000
committerRob Savoye <rob@welcomehome.org>2001-02-22 05:47:34 +0000
commitede24ea38c0307cefb5c0d8d1d92ab40164ce714 (patch)
tree174c9222fc2fe568df6fec9d85f0a622a25cfc14 /redhat/dejagnu.spec
parentd1796b46df0f70ddb14b62013d88d2292995c7f1 (diff)
* debian/changelog: Add entry for new release.
* debian/control: Fix problem with "no binary package" error. * debian/rules: Fix so things actually build a package. This was mostly installing the new html version of the doc, not an info page. * doc/Makefile.am: Build and install the rtf and ps versions of the manual. Remove all the created files and subdirectories. * doc/overview.sgml: Update the copyright message. * doc/ref.sgml: Update the copyright messages. Add section on obtaining DejaGnu releases. * doc/user.sgml: Update the copyright messages. Add blurb about the --mail option. * doc/overview: Regenerated.
Diffstat (limited to 'redhat/dejagnu.spec')
-rw-r--r--redhat/dejagnu.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/redhat/dejagnu.spec b/redhat/dejagnu.spec
index dcc37ed..aaaab7f 100644
--- a/redhat/dejagnu.spec
+++ b/redhat/dejagnu.spec
@@ -5,13 +5,13 @@ Name: dejagnu
Version: %{version}
Release: 0
Copyright: GPL
-Source: ftp://dejagnu.on.openprojects.net/pub/dejagnu/snapshots/dejagnu-1.4.tar.gz
+Source: ftp://ftp.gnu.org/gnu/dejagnu/snapshots/dejagnu-1.4.tar.gz
#Patch0: dejagnu-1.4.0-rth.patch
#Patch1: dejagnu-1.4.0-glibc21.patch
Group: Development/Tools
# Since we're building this on a debian system, we can't require these.
-#Requires: tcl >= 8.0, expect >= 5.21
+Requires: tcl >= 8.0, expect >= 5.21
BuildRoot: /tmp/%{name}-root
%description
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING NEWS README AUTHORS INSTALL ChangeLog doc/overview
%changelog
+* Wed Feb 21 2001 Rob Savoye <rob@welcomehome.org>
+- Fixed Requires line, and changed the URL to the new ftp site.
+
* Sun Oct 31 1999 Rob Savoye <rob@welcomehome.org>
- updated to the latest snapshot
- added doc files