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:
parent
d6845405f7
commit
503b9632d8
@ -95,7 +95,10 @@ for i in ${all_dir[@]}; do\
|
|||||||
fi\
|
fi\
|
||||||
done\
|
done\
|
||||||
# add man pages\
|
# add man pages\
|
||||||
|
# if exist :)\
|
||||||
|
if [ -d "${RPM_BUILD_ROOT}%{_mandir}" ]; then\
|
||||||
fgen_file "%{_mandir}/man?/*"\
|
fgen_file "%{_mandir}/man?/*"\
|
||||||
|
fi\
|
||||||
\
|
\
|
||||||
# add packlist file\
|
# add packlist file\
|
||||||
# generated fom perllocal.pod\
|
# generated fom perllocal.pod\
|
||||||
|
@ -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
|
Thu Jan 28 12:47:02 CET 2010 - rguenther@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user