|
From: Carlo W. <li...@us...> - 2002-02-13 14:58:36
|
CVSROOT : /cvsroot/libcw
Module : src
Commit time: 2002-01-13 14:58:33 UTC
Modified files:
libcwd/libcwd.spec.in
Log message:
Update of spec file.
---------------------- diff included ----------------------
Index: src/libcwd/libcwd.spec.in
diff -u src/libcwd/libcwd.spec.in:1.10 src/libcwd/libcwd.spec.in:1.11
--- src/libcwd/libcwd.spec.in:1.10 Wed Feb 13 06:45:50 2002
+++ src/libcwd/libcwd.spec.in Wed Feb 13 06:58:23 2002
@@ -17,9 +17,9 @@
%description
Libcwd is a full-featured, professional, well documented library to support
C++ developers with debugging their applications. It includes support for
-ostream-based debug output, custom debug channels and devices, powerful
-memory allocation debugging, run-time sourcefile:linenumber information and
-demangled type-names of variables.
+ostream-based debug output, custom debug channels and devices, threading,
+powerful memory allocation debugging, run-time sourcefile:linenumber
+information and demangled type-names of variables.
%prep
%setup
@@ -41,7 +41,8 @@
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"
+echo "file://%{__prefix}/doc/libcwd-%{version}/html/index.html"
echo
%files
@@ -60,6 +61,9 @@
%{__prefix}/include/libcw/*
%changelog
+* Wed Feb 13 2002 Carlo Wood <li...@al...>
+- Allow also version of autoconf larger than 2.13.
+
* Sun Dec 09 2001 Carlo Wood <li...@al...>
- Added a URL: and BuildPrereq: entry.
- Added doxygen documentation to the rpm.
----------------------- End of diff -----------------------
|