* debian/changelog: Add entry for new release.
[dejagnu.git] / redhat / dejagnu.spec
blobaaaab7ffbca3078fcfd81b7bc7f1bd7a3d18f569
1 %define version 1.4
3 Summary: A front end for testing other programs.
4 Name: dejagnu
5 Version: %{version}
6 Release: 0
7 Copyright: GPL
8 Source: ftp://ftp.gnu.org/gnu/dejagnu/snapshots/dejagnu-1.4.tar.gz
10 #Patch0: dejagnu-1.4.0-rth.patch
11 #Patch1: dejagnu-1.4.0-glibc21.patch
12 Group: Development/Tools
13 # Since we're building this on a debian system, we can't require these.
14 Requires: tcl >= 8.0, expect >= 5.21
15 BuildRoot: /tmp/%{name}-root
17 %description
18 DejaGnu is an Expect/Tcl based framework for testing other programs.
19 DejaGnu has several purposes: to make it easy to write tests for any
20 program; to allow you to write tests which will be portable to any
21 host or target where a program must be tested; and to standardize the
22 output format of all tests (making it easier to integrate the testing
23 into software development).
25 %prep
26 %setup -q -n dejagnu-%{version}
28 %build
29 ./configure -v
30 make
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 mkdir -p $RPM_BUILD_ROOT/usr
35 mkdir -p $RPM_BUILD_ROOT/usr/share/dejagnu
36 mkdir -p $RPM_BUILD_ROOT/usr/doc/dejagnu-%{version}
37 make prefix=$RPM_BUILD_ROOT/usr install
39 %clean
40 rm -rf $RPM_BUILD_ROOT
42 %files
43 %defattr(-,root,root)
44 /usr/bin/runtest
45 /usr/share/dejagnu/*
47 # %config site.exp
49 %doc COPYING NEWS README AUTHORS INSTALL ChangeLog doc/overview
51 %changelog
52 * Wed Feb 21 2001 Rob Savoye <rob@welcomehome.org>
53 - Fixed Requires line, and changed the URL to the new ftp site.
55 * Sun Oct 31 1999 Rob Savoye <rob@welcomehome.org>
56 - updated to the latest snapshot
57 - added doc files
58 - added the site.exp config file
60 * Mon Jul 12 1999 Tim Powers <timp@redhat.com>
61 - updated to 19990628
62 - updated patches as needed
63 - added %defattr in files section
65 * Wed Mar 10 1999 Jeff Johnson <jbj@redhat.com>
66 - add alpha expect patch (#989)
67 - use %configure
69 * Thu Dec 17 1998 Jeff Johnson <jbj@redhat.com>
70 - Update to 19981215.
72 * Thu Nov 12 1998 Jeff Johnson <jbj@redhat.com>
73 - Update to 1998-10-29.
75 * Wed Jul 8 1998 Jeff Johnson <jbj@redhat.com>
76 - Update to 1998-05-28.
78 * Sun Feb 1 1998 Jeff Johnson <jbj@jbj.org>
79 - Create.