]> git.pld-linux.org Git - packages/dejagnu.git/blob - dejagnu.spec
- updated source URL
[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.0
5 Release:        1
6 License:        GPL
7 Source0:        ftp://ftp.gnu.org/gnu/dejagnu/%{name}-%{version}.tar.gz
8 Group:          Development/Tools
9 Group(de):      Entwicklung/Werkzeuge
10 Group(fr):      Development/Outils
11 Group(pl):      Programowanie/Narzêdzia
12 Requires:       tcl >= 8.0, expect >= 5.21
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 DejaGnu is an Expect/Tcl based framework for testing other programs.
17 DejaGnu has several purposes: to make it easy to write tests for any
18 program; to allow you to write tests which will be portable to any
19 host or target where a program must be tested; and to standardize the
20 output format of all tests (making it easier to integrate the testing
21 into software development).
22
23 %description -l pl
24 DejaGnu jest platform± bazuj±c± na Expect'ie i Tcl s³u¿±ca do testowania
25 innych programów. DejaGnu umo¿liwia ³atwe tworzenie testów do niemal 
26 dowolnego programu, uruchamiania ich na ró¿nych platformach sprzêtowych oraz
27 zapewnia jednolity format raportów z przebiegu testowania. 
28
29 %prep
30 %setup -q -n dejagnu-1.4
31
32 %build
33 %configure2_13
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_prefix}
39 install -d $RPM_BUILD_ROOT%{_datadir}/dejagnu
40 install -d $RPM_BUILD_ROOT%{_prefix}/doc/dejagnu-%{version}
41 %{__make} DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %attr(755,root,root) %{_bindir}/runtest
49 %attr(755,root,root) %{_datadir}/dejagnu/config.guess
50 %attr(755,root,root) %{_datadir}/dejagnu/runtest.exp
51 %attr(755,root,root) %{_datadir}/dejagnu/libexec/config.guess
52 %{_datadir}/dejagnu/[^crl]*
53 %{_datadir}/dejagnu/rlogin.exp
54 %{_datadir}/dejagnu/remote.exp
55 %{_datadir}/dejagnu/rsh.exp
56 %{_datadir}/dejagnu/libgloss.exp
57 %{_datadir}/dejagnu/config
58
59
60 # %config site.exp
61
62 %doc COPYING NEWS README AUTHORS INSTALL ChangeLog doc/overview
63  
This page took 0.033558 seconds and 3 git commands to generate.