X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=modules%2FREADME;h=7bdc6eaa7ca636bb91df770436d087c8bc739289;hb=13db0183994ec6f11cb3065f7a3611f01224662c;hp=cd38f877bb2e1d764c84969396fa0a080144ae17;hpb=3c0ae31cd0e17c599e1f0f9c40b4d6eaf5de2fd2;p=ZOOM-Perl-moved-to-github.git diff --git a/modules/README b/modules/README index cd38f87..7bdc6ea 100644 --- a/modules/README +++ b/modules/README @@ -44,6 +44,14 @@ error: perl-HTML-TagCloud-0.34-4.fc14.src.rpm cannot be installed -- +I couldn't find a source RPM for XML::LibXML::Simple, but I did find a +"nosrc" RPM containing a .spec file, and the actual source is easy to +get from CPAN, so I downloaded these from: +http://dist.momonga-linux.org/pub/momonga/6/Everything/SRPMS/perl-XML-LibXML-Simple-0.13-3m.mo6.nosrc.rpm +http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-LibXML-Simple-0.13.tar.gz + +-- + It's pretty pathetic that you need a different source RPM for each Red Hat variant, but that seems to be the way of things. So for each modules, I unpacked it to get hold of the .spec file that needs @@ -53,4 +61,6 @@ And modified the extracted .spec file as necessary. The modified .spec files are part of this git archive; the tarballs are not. The final binary packages, build for centos5, are in the "centos5" -directory. +directory. The build command is: + sudo rpmbuild -ba perl-MARC-Record.spec +