]> git.pld-linux.org Git - packages/dejagnu.git/blobdiff - dejagnu.spec
- tabs in preamble
[packages/dejagnu.git] / dejagnu.spec
index 1e819bbf211b101b8dd76ce86fbe020e3bc1d6a5..81a8ff8c1b3cbae1d554e11b1a8cb1a945d10a3e 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       A front end for testing other programs
-Summary(pl):   Platforma do testowania innych programów
+Summary(pl.UTF-8):     Platforma do testowania innych programów
 Name:          dejagnu
-Version:       1.4.3
-Release:       0.9
+Version:       1.4.4
+Release:       1
 Epoch:         1
 License:       GPL
 Group:         Development/Tools
 Source0:       ftp://ftp.gnu.org/gnu/dejagnu/%{name}-%{version}.tar.gz
-# Source0-md5: f0cc24ebe8d1ba94f731d9cd04aa05f3
-Patch0:                %{name}-am_fixes.patch
+# Source0-md5: 053f18fd5d00873de365413cab17a666
+Patch0:                %{name}-ac_fixes.patch
 BuildRequires: autoconf
 BuildRequires: automake
 Requires:      tcl >= 8.0
@@ -23,34 +23,28 @@ host or target where a program must be tested; and to standardize the
 output format of all tests (making it easier to integrate the testing
 into software development).
 
-%description -l pl
-DejaGnu jest platform± bazuj±c± na Expect'ie i Tcl s³u¿±ca do
-testowania innych programów. DejaGnu umo¿liwia ³atwe tworzenie testów
-do niemal dowolnego programu, uruchamiania ich na ró¿nych platformach
-sprzêtowych oraz zapewnia jednolity format raportów z przebiegu
+%description -l pl.UTF-8
+DejaGnu jest platformą bazującą na Expect'ie i Tcl służąca do
+testowania innych programów. DejaGnu umożliwia łatwe tworzenie testów
+do niemal dowolnego programu, uruchamiania ich na różnych platformach
+sprzętowych oraz zapewnia jednolity format raportów z przebiegu
 testowania.
 
 %prep
 %setup -q
-#%patch0 -p1
+%patch0 -p1
 
 %build
 rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-cd example/calc
-rm -f missing
-%{__aclocal}
-%{__autoconf}
-%{__automake}
-cd ../..
 %configure
 %{__make}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
-#install -d$RPM_BUILD_ROOT{%{_datadir}/dejagnu,%{_prefix}/doc/dejagnu-%{version}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -61,10 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 # %config site.exp
-%doc NEWS README AUTHORS ChangeLog doc/overview
+%doc NEWS README AUTHORS ChangeLog doc/overview.* doc/README.Writers doc/ref* doc/user* doc/dejagnu* doc/html
 %attr(755,root,root) %{_bindir}/runtest
 %dir %{_datadir}/dejagnu
-#%attr(755,root,root) %{_datadir}/dejagnu/config.guess
 %attr(755,root,root) %{_datadir}/dejagnu/runtest.exp
 %attr(755,root,root) %{_datadir}/dejagnu/libexec/config.guess
 %{_datadir}/dejagnu/[^crl]*
@@ -74,3 +67,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dejagnu/libgloss.exp
 %{_datadir}/dejagnu/config
 %{_mandir}/man1/*
+%{_includedir}/dejagnu.h
This page took 0.051707 seconds and 4 git commands to generate.