From df9565482fb2802634a6f800ff438ce3de8b4e1d9b6ed512ce3b4fef756e9afa Mon Sep 17 00:00:00 2001 From: Luiz Fernando Ranghetti Date: Mon, 12 Jul 2021 13:13:24 +0000 Subject: [PATCH] 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 --- po4a.changes | 6 ++++++ po4a.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/po4a.changes b/po4a.changes index 5714bfa..a86da3c 100644 --- a/po4a.changes +++ b/po4a.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 10 00:41:40 UTC 2021 - Pau Garcia Quiles + +- 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 diff --git a/po4a.spec b/po4a.spec index ede6a8d..c8b7fc0 100644 --- a/po4a.spec +++ b/po4a.spec @@ -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)