]> git.pld-linux.org Git - packages/perl-XML-LibXML.git/blobdiff - perl-XML-LibXML.spec
- BR: perl-XML-LibXML-Common
[packages/perl-XML-LibXML.git] / perl-XML-LibXML.spec
index c189a2bbe46d8d572dec19a44b2d21833996f5b5..3ee62c3792107bac604bf09897b6f2f7119857f9 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+# _with_tests - perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    XML
 %define                pnam    LibXML
@@ -19,18 +23,20 @@ Summary(sv):        XML::LibXML Perlmodul
 Summary(uk):   íÏÄÕÌØ ÄÌÑ Perl XML::LibXML
 Summary(zh_CN):        XML::LibXML Perl Ä£¿é
 Name:          perl-%{pdir}-%{pnam}
-Version:       1.51
+Version:       1.53
 Release:       2
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 Patch0:                %{name}-Makefile.patch
 BuildRequires: libxml2-devel >= 2.4.8
-BuildRequires: perl-XML-SAX
+BuildRequires: perl-XML-LibXML-Common
+BuildRequires: perl-XML-NamespaceSupport >= 1.07
+BuildRequires: perl-XML-SAX >= 0.11
 BuildRequires: perl-devel >= 5.6.1
 BuildRequires: rpm-perlprov >= 4.0.2-56
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires:      libxml2 >= 2.4.8
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This module implements much of the DOM Level 2 API as an interface to
@@ -46,6 +52,7 @@ parser sprawdzaj
 Summary:       XML::LibXML::SAX perl module
 Summary(pl):   Modu³ perla XML::LibXML::SAX
 Group:         Development/Languages/Perl
+Requires:      %{name} = %{version}
 
 %description SAX
 This class allows you to generate SAX2 events using LibXML. Note that
@@ -69,13 +76,15 @@ wiele pracy, aby umo
 perl Makefile.PL
 %{__make} OPTIMIZE="%{rpmcflags}"
 
+# dtd test fails for unknown reason
+%{?_with_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 install example/{*.pl,*.xml,*.dtd,*.xhtml} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/complex
@@ -84,6 +93,8 @@ install example/complex/{*.xml,*.dtd} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{v
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/complex/dtd
 install example/complex/dtd/*.dtd $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/complex/dtd
 
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %post SAX
 perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
@@ -91,25 +102,23 @@ perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_pars
 %preun SAX
 perl -MXML::SAX -e "XML::SAX->remove_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
-%doc Changes README PHISHS.CHANGES
+%doc Changes README
 %{perl_sitearch}/XML/LibXML.pm
-%dir %{perl_sitearch}/XML/LibXML
 %{perl_sitearch}/XML/LibXML/[^S]*.pm
-%dir %{perl_sitearch}/auto/XML/LibXML
 %{perl_sitearch}/auto/XML/LibXML/LibXML.bs
 %attr(755,root,root) %{perl_sitearch}/auto/XML/LibXML/LibXML.so
 %{_mandir}/man3/XML::LibXML.3pm.gz
 %{_mandir}/man3/XML::LibXML::[^S]*
-%{_examplesdir}/%{name}-%{version}
+%dir %{_examplesdir}/%{name}-%{version}
+%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/x*.pl
+%{_examplesdir}/%{name}-%{version}/[^x]*
 
 %files SAX
 %defattr(644,root,root,755)
 %dir %{perl_sitearch}/XML/LibXML/SAX
+%{perl_sitearch}/XML/LibXML/SAX.pm
 %{perl_sitearch}/XML/LibXML/SAX/*.pm
-%{_mandir}/man3/XML::LibXML::SAX.3pm.gz
+%{_mandir}/man3/XML::LibXML::SAX.3pm*
 %{_mandir}/man3/XML::LibXML::SAX::*
This page took 0.027459 seconds and 4 git commands to generate.