Changeset 456 in ProjectBuilder


Ignore:
Timestamp:
May 29, 2008, 12:39:46 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • pb now generates testver in the .pb for newproj
  • afio rpm build correct
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Env.pm

    r453 r456  
    354354
    355355# Check whether project is well formed
     356# when downloading from ftp/http/...
    356357# (containing already a directory with the project-version name)
    357358#pbwf $ENV{'PBPROJ'} = 1
     
    428429# Hash of valid version names
    429430#version $ENV{'PBPROJ'} = devel,stable
     431
     432# Is it a test version or a production version
     433testver $ENV{'PBPROJ'} = true
    430434
    431435# Adapt to your needs:
  • projects/afio/pbconf/2.5/afio.pb

    r454 r456  
    2020# Check whether project is well formed
    2121# (containing already a directory with the project-version name)
    22 #pbwf afio = 1
     22pbwf afio = 1
    2323
    2424# Repository
     
    4545projtag afio = 1
    4646
     47testver afio = true
     48
    4749# Hash of valid version names
    4850#version afio = devel,stable
  • projects/afio/pbconf/2.5/pbfilter/novell.pbf

    r451 r456  
    11# Specific group for SuSE for afio
    22# Cf: http://en.opensuse.org/SUSE_Package_Conventions/RPM_Groups
    3 #filter PBGRP = Productivity/Archiving/Backup
     3filter PBGRP = Productivity/Archiving/Backup
    44
    55# PBLIC is replaced by the license of the application
  • projects/afio/pbconf/2.5/pbfilter/rpm.pbf

    r451 r456  
    77# PBGRP is replaced by the RPM group of apps
    88# Cf: http://fedoraproject.org/wiki/RPMGroups
    9 #filter PBGRP = Applications/Archiving
     9filter PBGRP = Applications/Archiving
    1010
    1111# PBLIC is replaced by the license of the application
Note: See TracChangeset for help on using the changeset viewer.