X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=zoom-perl.spec;h=4db8042ad9f316756f53df9a1e4399ac919ab4df;hb=b8f633a4141bc87dd4bf6eb5e5fed6c89fd2a668;hp=746153d15e6a828fb334ba6a7e726e293d2ad260;hpb=dbb8fe0f25cdccbeec8ac832665fc8b07ac6c10e;p=ZOOM-Perl-moved-to-github.git diff --git a/zoom-perl.spec b/zoom-perl.spec index 746153d..4db8042 100644 --- a/zoom-perl.spec +++ b/zoom-perl.spec @@ -1,6 +1,6 @@ Summary: Perl implementation of the ZOOM abstract API Name: libnet-z3950-zoom-perl -Version: 1.26 +Version: 1.27 Release: 1.indexdata License: Perl Group: Applications/Internet @@ -12,7 +12,9 @@ Packager: Mike Taylor 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 @@ -33,12 +35,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 install -rm $RPM_BUILD_ROOT/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/perllocal.pod +%{__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 '{}' \; @@ -56,13 +59,13 @@ 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_vendorlib} %changelog * Mon Jul 12 2010 Mike Taylor - First Red Hat packaged version. + +All versions follow the upstream changelog "Changes". +