Accepting request 905839 from home:pagarcia:po4a
debbuild does not understand patterns like man[1357] so desaggregating into man1, man3, etc for Ubuntu and Debian packages. man5 is not used, so remove it. OBS-URL: https://build.opensuse.org/request/show/905839 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=71
This commit is contained in:
parent
098d9e16ed
commit
df9565482f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 10 00:41:40 UTC 2021 - Pau Garcia Quiles <pau.garcia@suse.com>
|
||||||
|
|
||||||
|
- debbuild does not understand patterns like man[1357] so desaggregating
|
||||||
|
into man1, man3, etc for Ubuntu and Debian packages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 19:31:03 UTC 2021 - Pau Garcia Quiles <pau.garcia@suse.com>
|
Thu Jun 24 19:31:03 UTC 2021 - Pau Garcia Quiles <pau.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -130,7 +130,9 @@ rm -rf t/fmt-tex.t t/fmt/tex
|
|||||||
%attr(755,root,root) %{_bindir}/*
|
%attr(755,root,root) %{_bindir}/*
|
||||||
%dir %{perl_vendorlib}/Locale/
|
%dir %{perl_vendorlib}/Locale/
|
||||||
%{perl_vendorlib}/Locale/Po4a
|
%{perl_vendorlib}/Locale/Po4a
|
||||||
%{_mandir}/man[1357]/*
|
%{_mandir}/man1/*
|
||||||
|
%{_mandir}/man3/*
|
||||||
|
%{_mandir}/man7/*
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user