Changeset 430 in ProjectBuilder
- Timestamp:
- May 8, 2008, 2:08:56 AM (17 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/lib/ProjectBuilder/Env.pm
r424 r430 458 458 # Filter for all files 459 459 # 460 # PBSRC is replaced by the source package format 461 #filter PBSRC = ftp://ftp.$ENV{'PBPROJ'}.org/src/%{name}-%{version}.tar.gz 460 # 461 # PBREPO is replaced by the root URL to access the repository 462 filter PBREPO = \$pbrepo 463 464 # PBSRC is replaced by the source package location after the repo 465 #filter PBSRC = src/%{name}-%{version}.tar.gz 462 466 463 467 # PBVER is replaced by the version (\$pbver in code) … … 596 600 597 601 The current upstream source was downloaded from 598 ftp://ftp.$ENV{'PBPROJ'}.org/src/.602 PBREPO. 599 603 600 604 Upstream Authors: Put their name here … … 797 801 Group: PBGRP 798 802 Url: PBURL 799 Source: PB SRC803 Source: PBREPO/PBSRC 800 804 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 801 805 #Requires: PBDEP -
pbconf/devel/pbfilter/all.pbf
r283 r430 4 4 # Filter for all files 5 5 # 6 # PBREPO is replaced by the root URL of the repository 7 filter PBREPO = ftp://ftp.project-builder.org 8 6 9 # PBSRC is replaced by the source package format 7 filter PBSRC = ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz10 filter PBSRC = src/%{name}-%{version}.tar.gz 8 11 9 12 # PBVER is replaced by the version ($pbver in code)
Note:
See TracChangeset
for help on using the changeset viewer.