Accepting request 32383 from home:computersalat:devel:perl

Copy from home:computersalat:devel:perl/perl via accept of submit request 32383 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/32383
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=23
This commit is contained in:
Dirk Mueller 2010-02-20 18:26:30 +00:00 committed by Git OBS Bridge
parent d6845405f7
commit 503b9632d8
2 changed files with 9 additions and 0 deletions

View File

@ -95,7 +95,10 @@ for i in ${all_dir[@]}; do\
fi\
done\
# add man pages\
# if exist :)\
if [ -d "${RPM_BUILD_ROOT}%{_mandir}" ]; then\
fgen_file "%{_mandir}/man?/*"\
fi\
\
# add packlist file\
# generated fom perllocal.pod\

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 12 10:53:11 UTC 2010 - chris@computersalat.de
- fix for macros.perl
o only add mandir if exist :)
-------------------------------------------------------------------
Thu Jan 28 12:47:02 CET 2010 - rguenther@suse.de