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