OBS User unknown 2008-03-21 01:20:15 +00:00 committed by Git OBS Bridge
parent 6af0b48eef
commit 3b4c9da8f6
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 17 17:30:54 CET 2008 - coolo@suse.de
- fix path for generated perl bindings (bnc#371713)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 15 09:07:45 CET 2008 - coolo@suse.de Sat Mar 15 09:07:45 CET 2008 - coolo@suse.de

View File

@ -16,7 +16,7 @@ Name: perl
Url: http://www.perl.org/ Url: http://www.perl.org/
BuildRequires: db-devel gdbm-devel ncurses-devel zlib-devel BuildRequires: db-devel gdbm-devel ncurses-devel zlib-devel
Version: 5.10.0 Version: 5.10.0
Release: 19 Release: 21
Summary: The Perl interpreter Summary: The Perl interpreter
License: Artistic License; GPL v2 or later License: Artistic License; GPL v2 or later
Group: Development/Languages/Perl Group: Development/Languages/Perl
@ -150,12 +150,14 @@ install -m 444 saveConfig_heavy.pl $cpa/Config_heavy.pl
#install -m 755 SuSE/perllocal.SuSE $RPM_BUILD_ROOT/usr/lib/perl5 #install -m 755 SuSE/perllocal.SuSE $RPM_BUILD_ROOT/usr/lib/perl5
#install -m 755 SuSE/SuSEconfig.perl $RPM_BUILD_ROOT/sbin/conf.d #install -m 755 SuSE/SuSEconfig.perl $RPM_BUILD_ROOT/sbin/conf.d
#install -m 755 SuSE/sysconfig.suseconfig-perl $RPM_BUILD_ROOT/var/adm/fillup-templates #install -m 755 SuSE/sysconfig.suseconfig-perl $RPM_BUILD_ROOT/var/adm/fillup-templates
pushd /usr/include
( rpm -ql glibc-devel | fgrep '.h' ( rpm -ql glibc-devel | fgrep '.h'
find /usr/include/asm/ -name *.h find /usr/include/asm/ -name *.h
find /usr/include/asm-generic -name *.h find /usr/include/asm-generic -name *.h
) | while read f; do ) | while read f; do
$RPM_BUILD_ROOT/usr/bin/perl -I$cp -I$cpa $RPM_BUILD_ROOT/usr/bin/h2ph -d $vpa $f || : $RPM_BUILD_ROOT/usr/bin/perl -I$cp -I$cpa $RPM_BUILD_ROOT/usr/bin/h2ph -d $vpa ${f/\/usr\/include\//} || :
done done
popd
d="`gcc -print-file-name=include`" d="`gcc -print-file-name=include`"
test -f "$d/stdarg.h" && (cd $d ; $RPM_BUILD_ROOT/usr/bin/perl -I$cp -I$cpa $RPM_BUILD_ROOT/usr/bin/h2ph -d $vpa stdarg.h stddef.h float.h) test -f "$d/stdarg.h" && (cd $d ; $RPM_BUILD_ROOT/usr/bin/perl -I$cp -I$cpa $RPM_BUILD_ROOT/usr/bin/h2ph -d $vpa stdarg.h stddef.h float.h)
# remove broken pm - we don't have the module # remove broken pm - we don't have the module
@ -327,6 +329,8 @@ cat perl-pod-excludes >> perl-base-excludes
%doc /usr/lib/perl5/*/unicore/*.txt %doc /usr/lib/perl5/*/unicore/*.txt
%changelog %changelog
* Mon Mar 17 2008 coolo@suse.de
- fix path for generated perl bindings (bnc#371713)
* Sat Mar 15 2008 coolo@suse.de * Sat Mar 15 2008 coolo@suse.de
- pod/perldiag.pod is needed in the base distribution - pod/perldiag.pod is needed in the base distribution
* Tue Mar 11 2008 coolo@suse.de * Tue Mar 11 2008 coolo@suse.de