Accepting request 247934 from home:elvigia:branches:graphics

- minor: man pages from section 3 are developer docs, move 
  to -devel package

OBS-URL: https://build.opensuse.org/request/show/247934
OBS-URL: https://build.opensuse.org/package/show/graphics/netpbm?expand=0&rev=61
This commit is contained in:
Petr Gajdos 2014-09-08 07:52:06 +00:00 committed by Git OBS Bridge
parent 976df8c37a
commit a556782863
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 8 02:07:35 UTC 2014 - crrodriguez@opensuse.org
- minor: man pages from section 3 are developer docs, move
to -devel package
-------------------------------------------------------------------
Sat Aug 30 16:56:34 UTC 2014 - coolo@suse.com

View File

@ -163,9 +163,8 @@ install -m 644 converter/other/pnmtopalm/*.map \
%defattr(-,root,root)
%doc README doc/* netpbm.sourceforge.net/doc
%doc pnmtopalm/
%doc %{_mandir}/man1/*.gz
%doc %{_mandir}/man3/*.gz
%doc %{_mandir}/man5/*.gz
%doc %{_mandir}/man1/*%{ext_man}
%doc %{_mandir}/man5/*%{ext_man}
%{_bindir}/*
%{_datadir}/%{name}
@ -178,5 +177,6 @@ install -m 644 converter/other/pnmtopalm/*.map \
%defattr(-,root,root)
%{_includedir}/%{name}
%{_libdir}/lib*.so
%{_mandir}/man3/*%{ext_man}
%changelog