%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
%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