Browse Source

fix URLs and update versions

master
parent
commit
e529b5da63
  1. 14
      perl-cache/perl-cache.spec

14
perl-cache/perl-cache.spec vendored

@ -38,12 +38,12 @@ Class: BASE
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
Release: 20100414
Release: 20101219
# list of sources
Source0: http://www.cpan.org/modules/by-module/Cache/Cache-%{V_cache}.tar.gz
Source1: http://www.cpan.org/modules/by-module/Cache/Cache-Cache-%{V_cache_cache}.tar.gz
Source2: http://www.cpan.org/modules/by-module/Cache/Cache-Simple-TimedExpiry-%{V_cache_simple_timedexpiry}.tar.gz
Source0: http://www.cpan.org/authors/id/C/CL/CLEISHMAN/Cache-%{V_cache}.tar.gz
Source1: http://www.cpan.org/authors/id/J/JS/JSWARTZ/Cache-Cache-%{V_cache_cache}.tar.gz
Source2: http://www.cpan.org/authors/id/J/JE/JESSE/Cache-Simple-TimedExpiry-%{V_cache_simple_timedexpiry}.tar.gz
# build information
BuildPreReq: OpenPKG, openpkg >= 20100101, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
@ -60,17 +60,17 @@ PreReq: perl-crypto, perl-sys
%track
prog perl-cache:Cache = {
version = %{V_cache}
url = http://www.cpan.org/modules/by-module/Cache/
url = http://www.cpan.org/authors/id/C/CL/CLEISHMAN/
regex = Cache-(__VER__)\.tar\.gz
}
prog perl-cache:Cache-Cache = {
version = %{V_cache_cache}
url = http://www.cpan.org/modules/by-module/Cache/
url = http://www.cpan.org/authors/id/J/JS/JSWARTZ/
regex = Cache-Cache-(__VER__)\.tar\.gz
}
prog perl-cache:Cache-Simple-TimedExpiry = {
version = %{V_cache_simple_timedexpiry}
url = http://www.cpan.org/modules/by-module/Cache/
url = http://www.cpan.org/authors/id/J/JE/JESSE/
regex = Cache-Simple-TimedExpiry-(__VER__)\.tar\.gz
}

Loading…
Cancel
Save