Omit Red Hat build stuff from distribution.
[ZOOM-Perl-moved-to-github.git] / zoom-perl.spec
index 7e929c1..d0c3288 100644 (file)
@@ -12,7 +12,9 @@ Packager: Mike Taylor <mike@indexdata.com>
 URL: http://www.indexdata.com/masterkey/
 
 Requires: libyaz4-devel
-Requires: perl-marc-record
+Requires: perl-MARC-Record
+Requires: perl-XML-LibXML
+Requires: perl-XML-LibXML-XPathContext
 
 %description
 This module provides a nice, Perlish implementation of the ZOOM
@@ -41,7 +43,7 @@ make install
 rm $RPM_BUILD_ROOT/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/perllocal.pod
 # Perl's make install seems to create both uncompressed AND compressed
 # versions of the manual pages, which confuses /usr/lib/rpm/brp-compress
-#find $RPM_BUILD_ROOT/usr/share/man -name '*.gz' -exec rm -f '{}' \;
+find $RPM_BUILD_ROOT/usr/share/man -name '*.gz' -exec rm -f '{}' \;
 
 # Install documentation
 DOCDIR=$RPM_BUILD_ROOT%{_datadir}/doc/perl-zoom