SPECS: xalan-c.spec - unified %files - added %doc - fixed desc: It is an xs...
pawelz
pawelz at pld-linux.org
Sun Sep 28 16:49:54 CEST 2008
Author: pawelz Date: Sun Sep 28 14:49:53 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unified %files
- added %doc
- fixed desc: It is an xslt processor, not an xml parser.
---- Files affected:
SPECS:
xalan-c.spec (1.42 -> 1.43)
---- Diffs:
================================================================
Index: SPECS/xalan-c.spec
diff -u SPECS/xalan-c.spec:1.42 SPECS/xalan-c.spec:1.43
--- SPECS/xalan-c.spec:1.42 Sun Sep 28 16:32:24 2008
+++ SPECS/xalan-c.spec Sun Sep 28 16:49:48 2008
@@ -1,7 +1,7 @@
# $Revision$, $Date$
%define _ver %(echo %{version} | tr . _)
-Summary: XML parser
-Summary(pl.UTF-8): Analizator składniowy XML-a
+Summary: C++ xslt library
+Summary(pl.UTF-8): Biblioteka xslt dla C++
Name: xalan-c
Version: 1.10.0
Release: 4
@@ -24,12 +24,16 @@
dedicated to providing robust, full-featured, commercial-quality, and
freely available XSLT support on a wide variety of platforms.
+This package contains C++ implementation of Xalan.
+
%description -l pl.UTF-8
Projekt Apache Xalan to wspólny projekt stworzenia oprogramowania
mającego zapewnic potężną, w pełni funkcjonalną, mającą komercyjną
jakość i jednocześnie wolnodostępną obsługę XSLT na szerokim zakresie
platform.
+Ten pakiet zawiera bibliotekę Xalan dla języka C++.
+
%package devel
Summary: xalan-c header files
Summary(pl.UTF-8): Pliki nagłówkowe xalan-c
@@ -135,6 +139,9 @@
%attr(755,root,root) %{_bindir}/Xalan
%attr(755,root,root) %{_libdir}/libxalan-c.so.*.*
%attr(755,root,root) %{_libdir}/libxalanMsg.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libxalan-c.so.110
+%attr(755,root,root) %ghost %{_libdir}/libxalanMsg.so.110
+%doc commits.xml KEYS NOTICE
%files devel
%defattr(644,root,root,755)
@@ -157,6 +164,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.43 2008/09/28 14:49:48 pawelz
+- unified %files
+- added %doc
+- fixed desc: It is an xslt processor, not an xml parser.
+
Revision 1.42 2008/09/28 14:32:24 pawelz
- do not use %doc to package apidocs
- removed CVS dirs from samples and xdocs trees
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xalan-c.spec?r1=1.42&r2=1.43&f=u
More information about the pld-cvs-commit
mailing list