Updating link to change in openSUSE:Factory/perl revision 42.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=167fc57a323d8c040aa621309797f3f7
This commit is contained in:
OBS User buildservice-autocommit 2010-05-25 08:16:22 +00:00 committed by Git OBS Bridge
parent 42be526db4
commit 2b4e76054a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 21 12:30:00 CEST 2010 - mls@suse.de
- also run h2ph on /usr/include/linux [bnc#603840]
-------------------------------------------------------------------
Tue Apr 13 15:18:05 CEST 2010 - mls@suse.de

View File

@ -21,7 +21,7 @@
Name: perl
Summary: The Perl interpreter
Version: 5.12.0
Release: 1
Release: 2
%define pversion 5.12.0
License: Artistic License .. ; GPLv2+
Group: Development/Languages/Perl
@ -208,6 +208,7 @@ pushd /usr/include
( rpm -ql glibc-devel | fgrep '.h'
find /usr/include/asm/ -name \*.h
find /usr/include/asm-generic -name \*.h
find /usr/include/linux -name \*.h
) | while read f; do
$RPM_BUILD_ROOT/usr/bin/perl -I$cp -I$cpa $RPM_BUILD_ROOT/usr/bin/h2ph -d $vpa ${f/\/usr\/include\//} || :
done