]> git.pld-linux.org Git - packages/arabica.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Jun 2005 17:04:46 +0000 (17:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arabica.spec -> 1.2

arabica.spec

index 422003e12c3a20a402171d8ca0b3347f74c068ac..c18adea61b58223b5942bc9b6648e8e4958eb494 100644 (file)
@@ -1,15 +1,11 @@
 #
-# 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 _ -)
@@ -35,11 +31,20 @@ accommodate custom string types. It provides uniform SAX2 wrappers
 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
@@ -48,6 +53,9 @@ Requires:     libxml2-devel
 %description devel
 Header files for Arabica.
 
+%description devel -l pl
+Pliki nag³ówkowe Arabica.
+
 %prep
 %setup -q -n %{name}-%{_ver}
 %patch0 -p1
@@ -77,8 +85,8 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.116901 seconds and 4 git commands to generate.