Accepting request 26862 from home:jengelh:branches:devel:languages:perl
Copy from home:jengelh:branches:devel:languages:perl/perl via accept of submit request 26862 revision 5. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/26862 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=17
This commit is contained in:
parent
babf9b1b09
commit
3728f75df9
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 18:52:18 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- enable parallel building
|
||||
- package documentation as noarch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 25 18:46:40 UTC 2009 - coolo@novell.com
|
||||
|
||||
|
@ -30,6 +30,7 @@ Source: perl-%{version}.tar.bz2
|
||||
Source1: %name-rpmlintrc
|
||||
Source2: macros.perl
|
||||
Source3: README.macros
|
||||
Source4: baselibs.conf
|
||||
Patch0: perl-%{version}.dif
|
||||
Patch1: perl-gracefull-net-ftp.diff
|
||||
Patch2: perl-fix_dbmclose_call.patch
|
||||
@ -118,6 +119,9 @@ Group: Development/Languages/Perl
|
||||
Summary: Perl Documentation
|
||||
Requires: perl = %{version}
|
||||
Provides: perl:/usr/share/man/man3/CORE.3pm.gz
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description doc
|
||||
Perl man pages and pod files.
|
||||
@ -156,13 +160,13 @@ options="$options -Duse64bitint"
|
||||
options="$options -Accflags='-DPERL_USE_SAFE_PUTENV'"
|
||||
chmod 755 ./configure.gnu
|
||||
./configure.gnu --prefix=/usr -Dvendorprefix=/usr -Dinstallusrbinperl -Dusethreads -Di_db -Di_dbm -Di_ndbm -Di_gdbm -Duseshrplib=\'true\' $options
|
||||
make
|
||||
make %{?jobs:-j%jobs};
|
||||
mv libperl.so savelibperl.so
|
||||
mv lib/Config.pm saveConfig.pm
|
||||
mv lib/Config_heavy.pl saveConfig_heavy.pl
|
||||
make clobber
|
||||
./configure.gnu --prefix=/usr -Dvendorprefix=/usr -Dinstallusrbinperl -Dusethreads -Di_db -Di_dbm -Di_ndbm -Di_gdbm $options
|
||||
make
|
||||
make %{?jobs:-j%jobs};
|
||||
%ifnarch %arm
|
||||
|
||||
%check
|
||||
|
Loading…
Reference in New Issue
Block a user