Author: glen Date: Wed Jan 17 12:16:44 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - hack for libxalanMsg.so soname
---- Files affected: SPECS: xalan-c.spec (1.29 -> 1.30) ---- Diffs: ================================================================ Index: SPECS/xalan-c.spec diff -u SPECS/xalan-c.spec:1.29 SPECS/xalan-c.spec:1.30 --- SPECS/xalan-c.spec:1.29 Wed Jan 17 13:12:04 2007 +++ SPECS/xalan-c.spec Wed Jan 17 13:16:39 2007 @@ -5,7 +5,7 @@ Summary(pl): Analizator składniowy XML-a Name: xalan-c Version: 1.10.0 -Release: 0.2 +Release: 0.3 License: Apache License, Version 2.0 Group: Applications/Publishing/XML Source0: http://www.apache.org/dist/xml/xalan-c/Xalan-C_%{_ver}-src.tar.gz @@ -18,6 +18,8 @@ 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 @@ -104,11 +106,15 @@ %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/Xalan -%attr(755,root,root) %{_libdir}/libxalan* +%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 %files docs %defattr(644,root,root,755) @@ -120,6 +126,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.30 2007/01/17 12:16:39 glen +- hack for libxalanMsg.so soname + Revision 1.29 2007/01/17 12:12:04 glen - no cvs dirs to %doc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xalan-c.spec?r1=1.29&r2=1.30&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
