Remove obsolete comments.
[ZOOM-Perl-moved-to-github.git] / zoom-perl.spec
index da472dc..3cdaf76 100644 (file)
@@ -39,8 +39,7 @@ perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr
 make
 
 %install
-make install
-rm $RPM_BUILD_ROOT/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/perllocal.pod
+make pure_install
 # 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 '{}' \;
@@ -62,9 +61,6 @@ rm -fr ${RPM_BUILD_ROOT}
 %doc %{_datadir}/man/man3/Net::Z3950::ZOOM.3pm.gz
 %doc %{_datadir}/man/man3/ZOOM.3pm.gz
 
-# Why is this file in such a silly location?  This is fragile.
-#/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/Masterkey/Admin/.packlist
-
 %changelog
 * Mon Jul 12 2010 Mike Taylor <mike@indexdata.com>
 - First Red Hat packaged version.