Browse Source

fix URLs and update versions

master
parent
commit
200aaf8c98
  1. 18
      perl-bytecode/perl-bytecode.spec

18
perl-bytecode/perl-bytecode.spec

@ -24,9 +24,9 @@
# versions of individual parts
%define V_perl 5.12
%define V_b_c 1.27
%define V_b_utils 0.08
%define V_b_utils 0.11
%define V_b_recdeparse 0.04
%define V_b_generate 1.22
%define V_b_generate 1.34
# package information
Name: perl-bytecode
@ -39,13 +39,13 @@ Class: BASE
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
Release: 20100731
Release: 20101219
# list of sources
Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/B-C-%{V_b_c}.tar.gz
Source1: http://www.cpan.org/modules/by-module/B/B-Utils-%{V_b_utils}.tar.gz
Source2: http://www.cpan.org/modules/by-module/B/B-RecDeparse-%{V_b_recdeparse}.tar.gz
Source3: http://www.cpan.org/modules/by-module/B/B-Generate-%{V_b_generate}.tar.gz
Source1: http://www.cpan.org/authors/id/J/JJ/JJORE/B-Utils-%{V_b_utils}.tar.gz
Source2: http://www.cpan.org/authors/id/V/VP/VPIT/B-RecDeparse-%{V_b_recdeparse}.tar.gz
Source3: http://www.cpan.org/authors/id/R/RU/RURBAN/B-Generate-%{V_b_generate}.tar.gz
# build information
BuildPreReq: OpenPKG, openpkg >= 20100101, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
@ -68,17 +68,17 @@ PreReq: perl-module
}
prog perl-bytecode:B-Utils = {
version = %{V_b_utils}
url = http://www.cpan.org/modules/by-module/B/
url = http://www.cpan.org/authors/id/J/JJ/JJORE/
regex = B-Utils-(__VER__)\.tar\.gz
}
prog perl-bytecode:B-RecDeparse = {
version = %{V_b_recdeparse}
url = http://www.cpan.org/modules/by-module/B/
url = http://www.cpan.org/authors/id/V/VP/VPIT/
regex = B-RecDeparse-(__VER__)\.tar\.gz
}
prog perl-bytecode:B-Generate = {
version = %{V_b_generate}
url = http://www.cpan.org/modules/by-module/B/
url = http://www.cpan.org/authors/id/R/RU/RURBAN/
regex = B-Generate-(__VER__)\.tar\.gz
}

Loading…
Cancel
Save