]> git.pld-linux.org Git - packages/perl-XML-DOM.git/commitdiff
- pl, some unifications auto/ac/perl-XML-DOM-1_43-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 9 Oct 2003 23:07:24 +0000 (23:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-XML-DOM.spec -> 1.14

perl-XML-DOM.spec

index bee7f6907a80872932871b988e4cde346e9f047f..34b453445ee4a3f40eaefb7365a5dadfc9d7ed01 100644 (file)
@@ -1,11 +1,12 @@
-
+#
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-
+#
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    XML
 %define        pnam    DOM
-Summary:       Build DOM Level 1 compliant document structures
+Summary:       XML::DOM - Build DOM Level 1 compliant document structures
+Summary(pl):   XML::DOM - budowanie struktur dokumentów zgodnych z DOM Level 1
 Name:          perl-XML-DOM
 Version:       1.43
 Release:       1
@@ -16,17 +17,15 @@ Source0:    http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version
 BuildRequires: perl-devel >= 5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
+BuildRequires: perl-XML-Parser >= 2.30
 BuildRequires: perl-XML-RegExp
-BuildRequires: perl-libxml >= 0.07
 BuildRequires: perl-libwww
-BuildRequires: perl-XML-Parser >= 2.30
+BuildRequires: perl-libxml >= 0.07
 %endif
 Obsoletes:     perl-libxml-enno
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-#%define               _noautoreq      'perl(XML::DOM)' 'perl-(
-
 %description
 This is a Perl extension to XML::Parser. It adds a new 'Style' to
 XML::Parser, called 'Dom', that allows XML::Parser to build an Object
@@ -35,6 +34,14 @@ However, there is a new DOM module, XML::GDOME which is under active
 development and significantly faster than XML::DOM, since it is based
 on the libgdome C library.
 
+%description -l pl
+To jest rozszerzenie Perla do XML::Parser. Dodaje do XML::Parser nowy
+styl o nazwie "Dom", pozwalaj±c modu³owi budowaæ obiektowo
+zorientowane struktury danych z interfejsem zgodnym z DOM Level 1.
+Aczkolwiek jest nowy modu³ DOM, XML::GDOME - aktualnie aktywnie
+rozwijany i znacznie szybszy ni¿ XML::DOM, poniewa¿ jest oparty na
+bibliotece C libgdome.
+
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
@@ -43,6 +50,7 @@ on the libgdome C library.
        INSTALLDIRS=vendor
 
 %{__make}
+
 %{?with_tests:%{__make} test}
 
 %install
This page took 0.064044 seconds and 4 git commands to generate.