Author: qboosh Date: Mon Jan 22 14:55:06 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added soname patch, reverted libxalanMsg hacks in spec
---- Files affected: SPECS: xalan-c.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: SPECS/xalan-c.spec diff -u SPECS/xalan-c.spec:1.30 SPECS/xalan-c.spec:1.31 --- SPECS/xalan-c.spec:1.30 Wed Jan 17 13:16:39 2007 +++ SPECS/xalan-c.spec Mon Jan 22 15:55:01 2007 @@ -11,6 +11,7 @@ Source0: http://www.apache.org/dist/xml/xalan-c/Xalan-C_%{_ver}-src.tar.gz # Source0-md5: 0a3fbb535885531cc544b07a2060bfb1 Patch0: %{name}-getopt.patch +Patch1: %{name}-soname.patch URL: http://xalan.apache.org/ BuildRequires: icu BuildRequires: libicu-devel @@ -18,8 +19,6 @@ BuildRequires: xerces-c-devel >= 2.7.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _noautoreq libxalanMsg.so - %description Apache Xalan Project is a collaborative software development project dedicated to providing robust, full-featured, commercial-quality, and @@ -58,6 +57,7 @@ %prep %setup -q -n xml-xalan %patch0 -p1 +%patch1 -p1 rm -rf c/{xdocs,samples}/CVS @@ -108,13 +108,12 @@ %attr(755,root,root) %{_bindir}/Xalan %attr(755,root,root) %{_libdir}/libxalan-c.so.*.* %attr(755,root,root) %{_libdir}/libxalanMsg.so.*.* -# Xalan links directly with it, and with that soname -%attr(755,root,root) %{_libdir}/libxalanMsg.so %files devel %defattr(644,root,root,755) -%{_includedir}/xalanc %attr(755,root,root) %{_libdir}/libxalan-c.so +%attr(755,root,root) %{_libdir}/libxalanMsg.so +%{_includedir}/xalanc %files docs %defattr(644,root,root,755) @@ -126,6 +125,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2007/01/22 14:55:01 qboosh +- added soname patch, reverted libxalanMsg hacks in spec + Revision 1.30 2007/01/17 12:16:39 glen - hack for libxalanMsg.so soname ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xalan-c.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
