]> git.pld-linux.org Git - packages/perl-HTML-FormatText-WithLinks-AndTables.git/commitdiff
- docs cleanup, two copies are enough, no need for three additional
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 23 Jun 2015 15:04:23 +0000 (17:04 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 23 Jun 2015 15:04:23 +0000 (17:04 +0200)
perl-HTML-FormatText-WithLinks-AndTables.spec

index 9e3be0afdd43e707e2b0fa6c3a1802f085776481..02236709a24612ea66e9b5c05cffee0e3df584d6 100644 (file)
@@ -68,12 +68,16 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} pure_install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# duplicate of HTML::FormatText::WithLinks::AndTables docs (already included pm and man)
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/HTML/FormatText/WithLinks/README.pod \
+       $RPM_BUILD_ROOT%{_mandir}/man3/HTML::FormatText::WithLinks::README.3pm
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changes README.pod
+%doc Changes
 %dir %{perl_vendorlib}/HTML/FormatText/WithLinks
 %{perl_vendorlib}/HTML/FormatText/WithLinks/AndTables.pm
 %{_mandir}/man3/HTML::FormatText::WithLinks::AndTables.3pm*
This page took 0.07701 seconds and 4 git commands to generate.