Accepting request 905844 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/905844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/po4a?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2021-07-16 20:12:34 +00:00 committed by Git OBS Bridge
commit 77007bc3dd
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -130,7 +130,9 @@ rm -rf t/fmt-tex.t t/fmt/tex
%attr(755,root,root) %{_bindir}/*
%dir %{perl_vendorlib}/Locale/
%{perl_vendorlib}/Locale/Po4a
%{_mandir}/man[1357]/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_mandir}/man7/*
%files lang -f %{name}.lang
%defattr(-,root,root)