SHA256
6
0
forked from pool/perl

Accepting request 50185 from devel:languages:perl

checked in (request 50185)

OBS-URL: https://build.opensuse.org/request/show/50185
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=44
This commit is contained in:
OBS User autobuild
2010-10-11 09:43:56 +00:00
committed by Git OBS Bridge
parent 8324bcd180
commit 29faf46567
6 changed files with 38 additions and 14 deletions

View File

@@ -20,20 +20,21 @@
Name: perl
Summary: The Perl interpreter
Version: 5.12.2
Version: 5.12.1
Release: 4
%define pversion 5.12.2
%define pversion 5.12.1
License: Artistic License .. ; GPLv2+
Group: Development/Languages/Perl
AutoReqProv: on
Url: http://www.perl.org/
Source: perl-5.12.2.tar.bz2
Source: perl-5.12.1.tar.bz2
Source1: %name-rpmlintrc
Source2: macros.perl
Source3: README.macros
Source4: baselibs.conf
Patch0: perl-%{pversion}.dif
Patch1: perl-gracefull-net-ftp.diff
Patch2: perl-fix_dbmclose_call.patch
Patch3: perl-regexp-refoverflow.diff
Patch4: perl-nroff.diff
Patch5: perl-netcmdutf8.diff
@@ -84,6 +85,12 @@ than beautiful (tiny, elegant, and minimal).
Some of the modules available on CPAN can be found in the "perl"
series.
Authors:
--------
Larry Wall, Louis J. LaBash, Jr. <llabash@siue.edu>
%package base
License: Artistic License .. ; GPLv2+
Group: Development/Languages/Perl
@@ -111,6 +118,12 @@ rather than beautiful (tiny, elegant, and minimal).
This package contains only some basic modules and the perl binary
itself.
Authors:
--------
Larry Wall, Louis J. LaBash, Jr. <llabash@siue.edu>
%package doc
License: Artistic License .. ; GPLv2+
Group: Development/Languages/Perl
@@ -124,11 +137,18 @@ BuildArch: noarch
%description doc
Perl man pages and pod files.
Authors:
--------
Larry Wall, Louis J. LaBash, Jr. <llabash@siue.edu>
%prep
%setup -q -n perl-5.12.2
%setup -q -n perl-5.12.1
cp -p %{S:3} .
%patch0
%patch1
%patch2
%patch3
%patch4
%patch5