Browse Source

fix building under Solaris (where sed(1) just ignores last lines if not ending with a newline)

master
parent
commit
7d73cc9ab2
  1. 10
      perl-math/perl-math.patch
  2. 4
      perl-math/perl-math.spec

10
perl-math/perl-math.patch

@ -0,0 +1,10 @@
Index: Math-BaseCnv-1.2.4CCJFl7/Makefile.PL
--- Math-BaseCnv-1.2.4CCJFl7/Makefile.PL.orig 2004-12-13 04:15:47.000000000 +0100
+++ Math-BaseCnv-1.2.4CCJFl7/Makefile.PL 2005-02-17 16:09:40.570174349 +0100
@@ -13,4 +13,4 @@
'Memoize' => 0,
}, # Module::Name => 1.1,
'dist' => { 'COMPRESS' => 'gzip', 'SUFFIX' => 'tgz' },
-);
\ No newline at end of file
+);

4
perl-math/perl-math.spec

@ -48,7 +48,7 @@ Class: BASE
Group: Language
License: GPL/Artistic
Version: %{V_perl}
Release: 20050210
Release: 20050217
# package options
%option with_gmp no
@ -66,6 +66,7 @@ Source7: http://www.cpan.org/modules/by-module/Math/Math-Algebra-Symbols-%{
Source8: http://www.cpan.org/modules/by-module/Math/Math-Combinatorics-%{V_math_combinatorics}.tar.gz
Source9: http://www.cpan.org/modules/by-module/Math/Math-Calc-Units-%{V_math_calc_units}.tar.gz
Source10: http://www.cpan.org/modules/by-module/Math/Math-BaseCnv-%{V_math_basecnv}.tgz
Patch0: perl-math.patch
# build information
Prefix: %{l_prefix}
@ -168,6 +169,7 @@ AutoReqProv: no
%setup -q -T -D -a 8
%setup -q -T -D -a 9
%setup -q -T -D -a 10
%patch -p0
%build

Loading…
Cancel
Save