SPECS: arabica.spec - pl
qboosh
qboosh at pld-linux.org
Tue Jun 14 19:04:51 CEST 2005
Author: qboosh Date: Tue Jun 14 17:04:51 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
---- Files affected:
SPECS:
arabica.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/arabica.spec
diff -u SPECS/arabica.spec:1.1 SPECS/arabica.spec:1.2
--- SPECS/arabica.spec:1.1 Sun Jun 12 15:28:00 2005
+++ SPECS/arabica.spec Tue Jun 14 19:04:46 2005
@@ -1,16 +1,12 @@
# $Revision$, $Date$
#
-# Conditional build:
-%bcond_with tests # build with tests
-%bcond_without tests # build without tests
-#
# TODO:
# - unify Arabica <-> arabica
# - is -fPIC correct?
# - more parsers
#
Summary: Arabica - an XML parser toolkit written in C++
-#Summary(pl): -
+Summary(pl): Arabica - narzędzia do parsowania XML napisane w C++
Name: arabica
Version: 2004_february
%define _ver %(echo %{version} | tr _ -)
@@ -36,11 +32,20 @@
for the expat parser, Xerces, libxml and, on Windows only, for the
Microsoft XML parser COM component.
-# %description -l pl
-#TODO
+%description -l pl
+Arabica to pakiet narzędzi do parsowania XML zawierający implementacje
+SAX2 i DOM napisane w standardowym C++.
+
+Arabica to pełna implementacja SAX2 wraz z opcjonalnymi interfejsami i
+klasami pomocniczymi. Dostarcza kodowane UTF-8 std::strings albo
+kodowane UCS-2 std::wstrings, ale ma szablony oparte na typie string,
+więc może obsługiwać własne typy string. Udostępnia jednolite wrappery
+SAX2 dla parserów expat, Xerces, libxml oraz - tylko pod Windows -
+komponentu COM parsera XML Microsoftu.
%package devel
Summary: Header files for Arabica
+Summary(pl): Pliki nagłówkowe Arabica
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: libstdc++-devel
@@ -49,6 +54,9 @@
%description devel
Header files for Arabica.
+%description devel -l pl
+Pliki nagłówkowe Arabica.
+
%prep
%setup -q -n %{name}-%{_ver}
%patch0 -p1
@@ -78,11 +86,11 @@
%files
%defattr(644,root,root,755)
%doc ChangeLog todo.txt
-%attr(755,root,root) %{_libdir}/*
+%attr(755,root,root) %{_libdir}/*.so
%files devel
%defattr(644,root,root,755)
-%{_includedir}/*
+%{_includedir}/arabica
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -90,6 +98,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2005/06/14 17:04:46 qboosh
+- pl
+
Revision 1.1 2005/06/12 13:28:00 radek
- new, builds, release 0.1
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/arabica.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list