]> git.pld-linux.org Git - packages/dejagnu.git/blob - dejagnu.spec
- rel 1
[packages/dejagnu.git] / dejagnu.spec
1 Summary:        A front end for testing other programs
2 Summary(pl):    Platforma do testowania innych programów
3 Name:           dejagnu
4 Version:        1.4.4
5 Release:        1
6 Epoch:          1
7 License:        GPL
8 Group:          Development/Tools
9 Source0:        ftp://ftp.gnu.org/gnu/dejagnu/%{name}-%{version}.tar.gz
10 # Source0-md5:  053f18fd5d00873de365413cab17a666
11 Patch0:         %{name}-ac_fixes.patch
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 Requires:       tcl >= 8.0
15 Requires:       expect >= 5.21
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 DejaGnu is an Expect/Tcl based framework for testing other programs.
20 DejaGnu has several purposes: to make it easy to write tests for any
21 program; to allow you to write tests which will be portable to any
22 host or target where a program must be tested; and to standardize the
23 output format of all tests (making it easier to integrate the testing
24 into software development).
25
26 %description -l pl
27 DejaGnu jest platform± bazuj±c± na Expect'ie i Tcl s³u¿±ca do
28 testowania innych programów. DejaGnu umo¿liwia ³atwe tworzenie testów
29 do niemal dowolnego programu, uruchamiania ich na ró¿nych platformach
30 sprzêtowych oraz zapewnia jednolity format raportów z przebiegu
31 testowania.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 rm -f missing
39 %{__aclocal}
40 %{__autoconf}
41 %{__automake}
42 %configure
43 %{__make}
44
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 # %config site.exp
58 %doc NEWS README AUTHORS ChangeLog doc/overview.* doc/README.Writers doc/ref* doc/user* doc/dejagnu* doc/html
59 %attr(755,root,root) %{_bindir}/runtest
60 %dir %{_datadir}/dejagnu
61 %attr(755,root,root) %{_datadir}/dejagnu/runtest.exp
62 %attr(755,root,root) %{_datadir}/dejagnu/libexec/config.guess
63 %{_datadir}/dejagnu/[^crl]*
64 %{_datadir}/dejagnu/rlogin.exp
65 %{_datadir}/dejagnu/remote.exp
66 %{_datadir}/dejagnu/rsh.exp
67 %{_datadir}/dejagnu/libgloss.exp
68 %{_datadir}/dejagnu/config
69 %{_mandir}/man1/*
70 %{_includedir}/dejagnu.h
This page took 0.066281 seconds and 3 git commands to generate.