X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom-perl.spec;h=cf616fc8cc516bd471f610eb42e808fbe7be0bd4;hb=eb9ae2e0469870dc0766688e83db55ed598cd20f;hp=f526ccf8a6800052acb824e7dd5ac801c02417db;hpb=123278da41585ec0d1c5a923695f570115ae9350;p=ZOOM-Perl-moved-to-github.git diff --git a/zoom-perl.spec b/zoom-perl.spec index f526ccf..cf616fc 100644 --- a/zoom-perl.spec +++ b/zoom-perl.spec @@ -1,18 +1,21 @@ Summary: Perl implementation of the ZOOM abstract API -Name: perl-zoom -Version: 1.26 +Name: libnet-z3950-zoom-perl +Version: 1.27 Release: 1.indexdata License: Perl Group: Applications/Internet Vendor: Index Data ApS Source: libnet-z3950-zoom-perl-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRoot: %{_tmppath}/libnet-z3950-zoom-perl-%{version}-root BuildRequires: perl +BuildRequires: libyaz4-devel Packager: Mike Taylor URL: http://www.indexdata.com/masterkey/ -Requires: libyaz4-devel -Requires: perl-marc-record +Requires: libyaz4 +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,15 +36,16 @@ 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 '{}' \; +find $RPM_BUILD_ROOT/usr/share/man -name '*.gz' -exec rm -f '{}' \; # Install documentation DOCDIR=$RPM_BUILD_ROOT%{_datadir}/doc/perl-zoom @@ -56,10 +60,13 @@ rm -fr ${RPM_BUILD_ROOT} %doc %{_datadir}/doc/perl-zoom %{_bindir}/zselect %{_bindir}/zoomdump - -# 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 +%doc %{_datadir}/man/man3/Net::Z3950::ZOOM.3pm.gz +%doc %{_datadir}/man/man3/ZOOM.3pm.gz +%{perl_vendorarch} %changelog * Mon Jul 12 2010 Mike Taylor - First Red Hat packaged version. + +All versions follow the upstream changelog "Changes". +