[LIBREPORT PATCH rebase 4/5] spec: add manual pages to packages

Jakub Filak jfilak at redhat.com
Mon Jul 15 15:53:53 UTC 2013


Related to abrt/abrt#672

Signed-off-by: Jakub Filak <jfilak at redhat.com>
---
 libreport.spec.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/libreport.spec.in b/libreport.spec.in
index 4ae926d..a9b134d 100644
--- a/libreport.spec.in
+++ b/libreport.spec.in
@@ -415,6 +415,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files newt
 %defattr(-,root,root,-)
 %{_bindir}/report-newt
+%{_mandir}/man1/report-newt.1.gz
 
 %files gtk
 %defattr(-,root,root,-)
@@ -423,6 +424,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/libreport-gtk.so.*
 %config(noreplace) %{_sysconfdir}/libreport/events.d/emergencyanalysis_event.conf
 %{_datadir}/%{name}/events/report_EmergencyAnalysis.xml
+%{_mandir}/man1/report-gtk.1.gz
 
 %files gtk-devel
 %defattr(-,root,root,-)
@@ -455,7 +457,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files plugin-ureport
 %defattr(-,root,root,-)
 %{_bindir}/reporter-ureport
-#%{_mandir}/man1/reporter-ureport.1.gz
+%{_mandir}/man1/reporter-ureport.1.gz
 %{_datadir}/%{name}/events/report_uReport.xml
 
 %if %{with bugzilla}
-- 
1.8.3.1



More information about the Crash-catcher mailing list