autofunctiontrace now also to stdlog
This commit is contained in:
@@ -8,49 +8,6 @@
|
||||
## @copy © Marc Wäckerlin
|
||||
## @license LGPL, see file <a href="license.html">COPYING</a>
|
||||
##
|
||||
## $Log$
|
||||
## Revision 1.11 2005/04/07 20:59:51 marc
|
||||
## RPM/libtool: .la files with wrong path!
|
||||
## New feature: library libmrwlog4cxxconfiguration configures log4cxx
|
||||
##
|
||||
## Revision 1.10 2005/03/11 23:29:31 marc
|
||||
## - new autofunctiontrace library
|
||||
## - new multithreaded package
|
||||
##
|
||||
## Revision 1.9 2005/02/18 16:17:44 marc
|
||||
## new Summary: text
|
||||
##
|
||||
## Revision 1.8 2004/11/25 18:32:20 marc
|
||||
## build optimized
|
||||
##
|
||||
## Revision 1.7 2004/10/13 11:21:38 marc
|
||||
## no more need for /usr/bin/ldd, but for binutils (in devel)
|
||||
##
|
||||
## Revision 1.6 2004/10/11 15:59:45 marc
|
||||
## support for shared libraries requires /usr/bin/ldd
|
||||
##
|
||||
## Revision 1.5 2004/10/07 17:26:05 marc
|
||||
## requirements for devel package
|
||||
##
|
||||
## Revision 1.4 2004/10/07 13:41:16 marc
|
||||
## devel in the same spec file
|
||||
##
|
||||
## Revision 1.3 2004/09/09 20:09:06 marc
|
||||
## library versioning now works how i want it
|
||||
##
|
||||
## Revision 1.2 2004/08/28 16:21:07 marc
|
||||
## mrw-c++-0.92 (mrw)
|
||||
## - new file: version.cpp
|
||||
## - new file header for all sources
|
||||
## - work around warning in mrw::auto<T>
|
||||
## - possibility to compile without log4cxx
|
||||
## - work around bugs in demangle.h and libiberty.h
|
||||
## - corrections in documentation
|
||||
## - added simple tracing mechanism
|
||||
## - more warnings
|
||||
## - small corrections in Auto<>::Free and a new test for it
|
||||
## - possibility to compile without stack trace
|
||||
##
|
||||
|
||||
# rpmbuild -bb --clean @PACKAGENAME@.spec
|
||||
Summary: MRW's C++ Class Library, facilities for modern C++ programming
|
||||
@@ -100,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/lib/libmrwautofunctiontracelog4cxx.so
|
||||
/usr/lib/libmrwautofunctiontracelog4cxx.so.@MAJOR@
|
||||
/usr/lib/libmrwautofunctiontracelog4cxx.so.@MAJOR@.@MINOR@.@LEAST@
|
||||
/usr/lib/libmrwautofunctiontracestdlog.so
|
||||
/usr/lib/libmrwautofunctiontracestdlog.so.@MAJOR@
|
||||
/usr/lib/libmrwautofunctiontracestdlog.so.@MAJOR@.@MINOR@.@LEAST@
|
||||
/usr/lib/libmrwlog4cxxconfiguration.so
|
||||
/usr/lib/libmrwlog4cxxconfiguration.so.@MAJOR@
|
||||
/usr/lib/libmrwlog4cxxconfiguration.so.@MAJOR@.@MINOR@.@LEAST@
|
||||
@@ -134,6 +94,9 @@ This Package contains thread safe libraries.
|
||||
/usr/lib/libmrwautofunctiontracelog4cxx-mt.so
|
||||
/usr/lib/libmrwautofunctiontracelog4cxx-mt.so.@MAJOR@
|
||||
/usr/lib/libmrwautofunctiontracelog4cxx-mt.so.@MAJOR@.@MINOR@.@LEAST@
|
||||
/usr/lib/libmrwautofunctiontracestdlog-mt.so
|
||||
/usr/lib/libmrwautofunctiontracestdlog-mt.so.@MAJOR@
|
||||
/usr/lib/libmrwautofunctiontracestdlog-mt.so.@MAJOR@.@MINOR@.@LEAST@
|
||||
/usr/lib/libmrwlog4cxxconfiguration-mt.so
|
||||
/usr/lib/libmrwlog4cxxconfiguration-mt.so.@MAJOR@
|
||||
/usr/lib/libmrwlog4cxxconfiguration-mt.so.@MAJOR@.@MINOR@.@LEAST@
|
||||
@@ -164,6 +127,10 @@ This Package contains all files required for developement.
|
||||
/usr/lib/libmrwautofunctiontracelog4cxx-mt.la
|
||||
/usr/lib/libmrwautofunctiontracelog4cxx.a
|
||||
/usr/lib/libmrwautofunctiontracelog4cxx.la
|
||||
/usr/lib/libmrwautofunctiontracestdlog-mt.a
|
||||
/usr/lib/libmrwautofunctiontracestdlog-mt.la
|
||||
/usr/lib/libmrwautofunctiontracestdlog.a
|
||||
/usr/lib/libmrwautofunctiontracestdlog.la
|
||||
/usr/lib/libmrwlog4cxxconfiguration.a
|
||||
/usr/lib/libmrwlog4cxxconfiguration.la
|
||||
/usr/lib/libmrwexclog4cxx-mt.a
|
||||
|
Reference in New Issue
Block a user