libyaz4-devel is required only for the build.
[ZOOM-Perl-moved-to-github.git] / zoom-perl.spec
index 332345c..cf616fc 100644 (file)
@@ -8,10 +8,11 @@ Vendor: Index Data ApS <info@indexdata.com>
 Source: libnet-z3950-zoom-perl-%{version}.tar.gz
 BuildRoot: %{_tmppath}/libnet-z3950-zoom-perl-%{version}-root
 BuildRequires: perl
+BuildRequires: libyaz4-devel
 Packager: Mike Taylor <mike@indexdata.com>
 URL: http://www.indexdata.com/masterkey/
 
-Requires: libyaz4-devel
+Requires: libyaz4
 Requires: perl-MARC-Record
 Requires: perl-XML-LibXML
 Requires: perl-XML-LibXML-XPathContext
@@ -35,11 +36,13 @@ code is running is reassuring.)
 %setup
 
 %build
-perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr
-make
+%{__perl} Makefile.PL PREFIX=/usr INSTALLDIRS=vendor
+%{__make}
 
 %install
-make pure_install
+%{__rm} -rf %{buildroot}
+%{__make} pure_install DESTDIR=%{buildroot}
+
 # 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 '{}' \;
@@ -57,12 +60,9 @@ rm -fr ${RPM_BUILD_ROOT}
 %doc %{_datadir}/doc/perl-zoom
 %{_bindir}/zselect
 %{_bindir}/zoomdump
-/usr/lib64/perl5/site_perl/5.8.8
 %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
+%{perl_vendorarch}
 
 %changelog
 * Mon Jul 12 2010 Mike Taylor <mike@indexdata.com>