Don't ship tests as documentation

They're now included in a separate package.
epel9 imports/e9/perl-Algorithm-C3-0.11-5.el9
Paul Howarth 4 years ago
parent 6ef8178d2a
commit e904d55b97

@ -57,6 +57,7 @@ make %{?_smp_mflags}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} -c %{buildroot}
# Install tests
mkdir -p %{buildroot}%{_libexecdir}/%{name}
cp -a t %{buildroot}%{_libexecdir}/%{name}
@ -71,7 +72,7 @@ make test
%files
%license LICENSE
%doc Changes README t/
%doc Changes README
%{perl_vendorlib}/Algorithm/
%{_mandir}/man3/Algorithm::C3.3*

Loading…
Cancel
Save