From 68e179b935d8c0c9c3261a60cd442ed1ec51d22a Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Dec 07 2006 04:38:42 +0000 Subject: Fix the build again - fix odd version numbering. --- diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 8cbb2a3..06839a4 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -22,7 +22,11 @@ Requires: perl-XML-LibXML-Common perl-XML-SAX perl-XML-NamespaceSupport %{summary}. %prep -%setup -q -n XML-LibXML-%{version} + +#Note hardcoded version # here, because XML-LibXML-1.62001.tar.gz +#contains a dir called XML-LibXML-1.62 + +%setup -q -n XML-LibXML-1.62 %build CFLAGS="$RPM_OPT_FLAGS" SKIP_SAX_INSTALL=1 perl Makefile.PL INSTALLDIRS=vendor