X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=libindexdata-utils-perl.spec;h=cc3b8fba49cdd7c66af0e8c904574d87da8bb2e7;hb=refs%2Fheads%2Fmaster;hp=5c4e3da083bec677b9e688496836d93ab88c7fd1;hpb=4b92d0256ab489978fc1ab7048e6711a7e235455;p=perl-indexdata-utils.git diff --git a/libindexdata-utils-perl.spec b/libindexdata-utils-perl.spec index 5c4e3da..cc3b8fb 100644 --- a/libindexdata-utils-perl.spec +++ b/libindexdata-utils-perl.spec @@ -10,6 +10,7 @@ Source: libindexdata-utils-perl-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl +#BuildRequires: perl-Test-Simple Packager: Mike Taylor URL: http://www.indexdata.com/ @@ -30,12 +31,9 @@ counter used by both IRSpy and MKHome. %install %{__rm} -rf %{buildroot} %{__make} pure_install DESTDIR=%{buildroot} -#find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' #find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' #find %{buildroot} -type f -name CPU.bs -exec rm -f {} ';' -# 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 '{}' \; # Install documentation DOCDIR=$RPM_BUILD_ROOT%{_datadir}/doc/libindexdata-utils-perl @@ -48,7 +46,8 @@ cp -p README $DOCDIR/ %files %defattr(-,root,root) %doc %{_datadir}/doc/libindexdata-utils-perl -#%doc %{_datadir}/man/man3/Masterkey::Admin::*.3pm.gz +%doc %{_datadir}/man/man3/IndexData::Utils.3pm.gz +%doc %{_datadir}/man/man3/IndexData::Utils::PersistentCounter.3pm.gz %{perl_vendorlib} %changelog