Lines Matching refs:r
20 my $r = new UCW::Release("pciutils");
21 my $ver = $r->GetVersionFromFile("Makefile", "VERSION=(.*)");
22 $r->GetVersionsFromChangelog("ChangeLog", "Released as (.*)\.");
23 push @{$r->{"rules"}}, '^win32/config.h' => 's';
25 $r->{"ALPHADIR"} = "alpha/";
26 $r->{"conditions"}->{"ALPHA_VERSION"} = 1;
28 $r->{"ALPHADIR"} = "";
29 $r->{"conditions"}->{"ALPHA_VERSION"} = -1;
31 push @{$r->{"uploads"}}, {
32 "url" => "scp://jabberwock.ucw.cz/home/ftp/pub/mj/linux/pci/" . $r->{"ALPHADIR"}
36 $r->ParseOptions;
37 $r->InitDist("maint/dist");
38 my $reldir = $r->GenPackage;
39 $r->GenFile("README");
40 $r->GenFile("pciutils.lsm");
41 $r->Dispatch;
42 if ($r->{"do_upload"}) {
50 my $dd = $r->{"DISTDIR"};
51 my $pkg = $r->{"PKG"};
54 if ($r->{"do_upload"}) {