as mentioned by coolo, remove patch from spec too
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-RecDescent?expand=0&rev=18
This commit is contained in:
parent
6afbd1577b
commit
fec689fea7
@ -1,10 +0,0 @@
|
|||||||
--- lib/Parse/RecDescent.pm.orig
|
|
||||||
+++ lib/Parse/RecDescent.pm
|
|
||||||
@@ -2808,6 +2808,7 @@
|
|
||||||
sub _code($)
|
|
||||||
{
|
|
||||||
my $self = shift;
|
|
||||||
+ $skip = "" if(! defined $skip);
|
|
||||||
my $code = qq{
|
|
||||||
package $self->{namespace};
|
|
||||||
use strict;
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 19 19:43:18 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
- remove obsolete 1.965001 patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 13 22:56:35 UTC 2010 - chris@computersalat.de
|
Wed Oct 13 22:56:35 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@ Group: Development/Libraries/Perl
|
|||||||
Url: http://search.cpan.org/dist/Parse-RecDescent/
|
Url: http://search.cpan.org/dist/Parse-RecDescent/
|
||||||
#Source: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-%{version}.tar.gz
|
#Source: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
Source: %{cpan_name}-%{version}.tar.bz2
|
||||||
Patch0: %{cpan_name}-1.965001.diff
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@ -52,7 +51,6 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%patch0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
|
%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
|
||||||
|
Loading…
Reference in New Issue
Block a user