SPECS: perl-XML-SAX-ExpatNB.spec - fixed some, version 0.01, rel 0...

agaran agaran at pld-linux.org
Wed Jul 19 21:05:04 CEST 2006


Author: agaran                       Date: Wed Jul 19 19:05:04 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed some, version 0.01, rel 0.1, builds here

---- Files affected:
SPECS:
   perl-XML-SAX-ExpatNB.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/perl-XML-SAX-ExpatNB.spec
diff -u SPECS/perl-XML-SAX-ExpatNB.spec:1.1 SPECS/perl-XML-SAX-ExpatNB.spec:1.2
--- SPECS/perl-XML-SAX-ExpatNB.spec:1.1	Wed Jul 19 20:59:31 2006
+++ SPECS/perl-XML-SAX-ExpatNB.spec	Wed Jul 19 21:04:57 2006
@@ -21,21 +21,23 @@
 BuildRequires:	perl(XML::SAX::Base) >= 1.00
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
+%if %{with autodeps} || %{with tests}
+BuildRequires:	perl-Test-Distribution
+%endif
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is an implementation of a SAX2 driver sitting on top of Expat
+This is an non blocking implementation of a SAX2 driver sitting on top of Expat
 (XML::Parser).
 
 %description -l pl
-To jest implementacja sterownika SAX2 w oparciu o moduł Expat
+To jest niebokujaca implementacja sterownika SAX2 w oparciu o moduł Expat
 (XML::Parser).
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
-
 %build
 %{__perl} Makefile.PL \
 	INSTALLDIRS=vendor
@@ -46,7 +48,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} pure_install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -54,18 +56,18 @@
 
 %post
 umask 022
-%{__perl} -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
+%{__perl} -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::ExpatNB))->save_parsers()"
 
 %postun
 if [ "$1" = "0" ]; then
 	umask 022
-	%{__perl} -MXML::SAX -e "XML::SAX->remove_parser(q(XML::SAX::Expat))->save_parsers()"
+	%{__perl} -MXML::SAX -e "XML::SAX->remove_parser(q(XML::SAX::ExpatNB))->save_parsers()"
 fi
 
 %files
 %defattr(644,root,root,755)
-%doc Changes
-%{perl_vendorlib}/XML/SAX/Expat.pm
+#%%doc Changes
+%{perl_vendorlib}/XML/SAX/ExpatNB.pm
 %{_mandir}/man3/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -74,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/07/19 19:04:57  agaran
+- fixed some, version 0.01, rel 0.1, builds here
+
 Revision 1.1  2006/07/19 18:59:31  agaran
 - nfy, wip, initial,
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-XML-SAX-ExpatNB.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list