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