]> git.pld-linux.org Git - packages/dejagnu.git/commitdiff
- started update to 1.4.4
authortommat <tommat@pld-linux.org>
Wed, 5 Jan 2005 22:13:18 +0000 (22:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 0.1

Changed files:
    dejagnu.spec -> 1.17

dejagnu.spec

index 7633db02221f5c996054895fc7a4a029f95b8c71..f2446fc4ff6ed0069183a269b69c9ed93c33d912 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       A front end for testing other programs
 Summary(pl):   Platforma do testowania innych programów
 Name:          dejagnu
-Version:       1.4.3
-Release:       0.9
+Version:       1.4.4
+Release:       0.1
 Epoch:         1
 License:       GPL
 Group:         Development/Tools
 Source0:       ftp://ftp.gnu.org/gnu/dejagnu/%{name}-%{version}.tar.gz
-# Source0-md5: f0cc24ebe8d1ba94f731d9cd04aa05f3
+# Source0-md5: 053f18fd5d00873de365413cab17a666
 Patch0:                %{name}-am_fixes.patch
 BuildRequires: autoconf
 BuildRequires: automake
@@ -32,22 +32,23 @@ 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 ../..
+#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}}
@@ -61,7 +62,7 @@ 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/runtest.exp
@@ -73,3 +74,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dejagnu/libgloss.exp
 %{_datadir}/dejagnu/config
 %{_mandir}/man1/*
+%{_includedir}/dejagnu.h
This page took 0.046687 seconds and 4 git commands to generate.