|
|
@@ -79,8 +79,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
-Version: 20021208
|
|
|
-Release: 20021208
|
|
|
+Version: 20021209
|
|
|
+Release: 20021209
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/XML/XML-Parser-%{V_xml_parser}.tar.gz
|
|
|
@@ -231,6 +231,10 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE25}
|
|
|
%endif
|
|
|
|
|
|
+ # FIXME LATER: workaround for XML::SAX run-time complaints
|
|
|
+ eval `%{l_prefix}/bin/perl -V:installsitelib`
|
|
|
+ touch $RPM_BUILD_ROOT$installsitelib/XML/SAX/ParserDetails.ini
|
|
|
+
|
|
|
# perform common epilog operations
|
|
|
%{l_prefix}/bin/perl-openpkg epilog
|
|
|
|