|
From: Carlo W. <li...@us...> - 2001-12-09 16:55:03
|
CVSROOT : /cvsroot/libcw
Module : src
Branch tags: branch-threading
Commit time: 2001-11-09 16:55:01 UTC
Modified files:
Tag: branch-threading
libcwd/libcwd.spec.in
Log message:
More fixes.
---------------------- diff included ----------------------
Index: src/libcwd/libcwd.spec.in
diff -u src/libcwd/libcwd.spec.in:1.8.2.3 src/libcwd/libcwd.spec.in:1.8.2.4
--- src/libcwd/libcwd.spec.in:1.8.2.3 Sun Dec 9 08:25:04 2001
+++ src/libcwd/libcwd.spec.in Sun Dec 9 08:54:51 2001
@@ -8,9 +8,11 @@
Source: http://download.sourceforge.net/libcw/libcwd-%{version}.tar.gz
Copyright: QPL
%ifos linux
-Requires: gcc >= 2.95.1, gcc-c++ >= 2.95.1, binutils >= 2.9
+Requires: gcc-c++ >= 2.95.1, binutils >= 2.9
%endif
Buildroot: %{_tmppath}/%{name}-root
+BuildPrereq: make, m4, which >= 2.5, autoconf = 2.13, automake >= 1.4pl1, libtool >= 1.4
+URL: http://libcw.sourceforge.net/debugging/
%description
Libcwd is a full-featured, professional, well documented library to support
@@ -39,7 +41,7 @@
echo
echo "Please look at %{__prefix}/doc/libcwd-%{version}/example-project.tar.gz"
echo "for an example of how to write an application that uses libcwd."
-echo "Detailed documentation can be found in file:/%{__prefix}/doc/libcwd-%{version}/html/index.html"
+echo "Detailed documentation can be found in file://%{__prefix}/doc/libcwd-%{version}/html/index.html"
echo
%files
----------------------- End of diff -----------------------
|