This commit is contained in:
parent
faf5aebcf0
commit
7ed2f880eb
10
perl-makedepend.diff
Normal file
10
perl-makedepend.diff
Normal file
@ -0,0 +1,10 @@
|
||||
--- makedepend.SH
|
||||
+++ makedepend.SH
|
||||
@@ -167,6 +167,7 @@
|
||||
-e '/^#.*<builtin>/d' \
|
||||
-e '/^#.*<built-in>/d' \
|
||||
-e '/^#.*<command line>/d' \
|
||||
+ -e '/^#.*<command-line>/d' \
|
||||
-e '/^#.*"-"/d' \
|
||||
-e '/: file path prefix .* never used$/d' \
|
||||
-e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 18:27:40 CET 2006 - schwab@suse.de
|
||||
|
||||
- Fix makedepend.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 20 21:17:03 CET 2006 - jw@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl (Version 5.8.8)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -21,11 +21,12 @@ Requires: gzip
|
||||
PreReq: %fillup_prereq
|
||||
Autoreqprov: on
|
||||
Version: 5.8.8
|
||||
Release: 34
|
||||
Release: 36
|
||||
Summary: The Perl interpreter
|
||||
Source: perl-%{version}.tar.bz2
|
||||
Patch: perl-%{version}.dif
|
||||
Patch1: perl-gracefull-net-ftp.diff
|
||||
Patch2: perl-makedepend.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -50,6 +51,7 @@ Authors:
|
||||
%setup -q -n perl-5.8.8
|
||||
%patch
|
||||
%patch1 -p1
|
||||
%patch2
|
||||
|
||||
%build
|
||||
options="-Doptimize='$RPM_OPT_FLAGS -Wall -pipe'"
|
||||
@ -120,6 +122,8 @@ touch $cpa/perllocal.pod
|
||||
%ghost %doc /usr/share/man/man3/perllocal.3pm.gz
|
||||
|
||||
%changelog -n perl
|
||||
* Wed Dec 27 2006 - schwab@suse.de
|
||||
- Fix makedepend.
|
||||
* Wed Dec 20 2006 - jw@suse.de
|
||||
- graceful-net-ftp patch added.
|
||||
Lousy FTP server responses could trigger silly error messages in Net::FTP
|
||||
|
Loading…
Reference in New Issue
Block a user