packages: tinyxml/tinyxml.spec - one more fix

lisu lisu at pld-linux.org
Mon Dec 6 16:09:19 CET 2010


Author: lisu                         Date: Mon Dec  6 15:09:19 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- one more fix

---- Files affected:
packages/tinyxml:
   tinyxml.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/tinyxml/tinyxml.spec
diff -u packages/tinyxml/tinyxml.spec:1.4 packages/tinyxml/tinyxml.spec:1.5
--- packages/tinyxml/tinyxml.spec:1.4	Mon Dec  6 16:04:34 2010
+++ packages/tinyxml/tinyxml.spec	Mon Dec  6 16:09:14 2010
@@ -50,7 +50,7 @@
 for i in tinyxml.cpp tinystr.cpp tinyxmlerror.cpp tinyxmlparser.cpp; do
 	%{__cxx} %{rpmcxxflags} -fPIC -o $i.o -c $i
 done
-%{__cxx} %{rpmcxxflags} %{rpmldflags} -shared -o lib%{name}.so.0.%{version} *.cpp.o
+%{__cxx} %{rpmcxxflags} %{rpmldflags} -shared -o libtinyxml.so.0.%{version} *.cpp.o
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -84,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2010/12/06 15:09:14  lisu
+- one more fix
+
 Revision 1.4  2010/12/06 15:04:34  lisu
 - cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tinyxml/tinyxml.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list