Last change
on this file since 1798 was 279, checked in by Bruno Cornec, 17 years ago |
Attempt to solve the problem of the delivery variable for MakeMaker which is different depending on version (PREFIX or destdir)
|
File size:
710 bytes
|
Line | |
---|
1 | #
|
---|
2 | # $Id$
|
---|
3 | #
|
---|
4 | # Filter for all files
|
---|
5 | #
|
---|
6 | # PBSRC is replaced by the source package format
|
---|
7 | filter PBSRC = ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz
|
---|
8 |
|
---|
9 | # PBVER is replaced by the version ($pbver in code)
|
---|
10 | filter PBVER = $pbver
|
---|
11 |
|
---|
12 | # PBDATE is replaced by the date ($pbdate in code)
|
---|
13 | filter PBDATE = $pbdate
|
---|
14 |
|
---|
15 | # PBLOG is replaced by the changelog if value is yes
|
---|
16 | filter PBLOG = yes
|
---|
17 |
|
---|
18 | # PBTAG is replaced by the tag ($pbtag in code)
|
---|
19 | filter PBTAG = $pbtag
|
---|
20 |
|
---|
21 | # PBREV is replaced by the revision ($pbrev in code)
|
---|
22 | filter PBREV = $pbrev
|
---|
23 |
|
---|
24 | # PBPKG is replaced by the package name ($pbpkg in code)
|
---|
25 | filter PBPKG = $pbpkg
|
---|
26 |
|
---|
27 | # PBPACKAGER is replaced by the packager name ($pbpackager in code)
|
---|
28 | filter PBPACKAGER = $pbpackager
|
---|
29 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.