Fix the build again - fix odd version numbering.
This commit is contained in:
parent
363800efec
commit
68e179b935
@ -22,7 +22,11 @@ Requires: perl-XML-LibXML-Common perl-XML-SAX perl-XML-NamespaceSupport
|
|||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%prep
|
%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
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" SKIP_SAX_INSTALL=1 perl Makefile.PL INSTALLDIRS=vendor
|
CFLAGS="$RPM_OPT_FLAGS" SKIP_SAX_INSTALL=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Loading…
Reference in New Issue
Block a user