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