fix missing patch, my fault :(
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-RecDescent?expand=0&rev=15
This commit is contained in:
parent
bb7f45ddbf
commit
d4bd15dbc4
@ -27,6 +27,7 @@ Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Parse-RecDescent/
|
||||
#Source: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Patch0: %{cpan_name}-1.965001.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
@ -51,6 +52,7 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%patch0
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user