Changeset 618 in ProjectBuilder for projects/rinse/pbconf/devel/pbfilter


Ignore:
Timestamp:
Nov 25, 2008, 9:26:00 AM (15 years ago)
Author:
Bruno Cornec
Message:

Get a working rpm for rinse with hg (needs pb version 0.9.5)

Location:
projects/rinse/pbconf/devel/pbfilter
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • projects/rinse/pbconf/devel/pbfilter/all.pbf

    r613 r618  
    99
    1010# PBSRC is replaced by the source package location after the repo
    11 #filter PBSRC = src/%{name}-%{version}.tar.gz
     11filter PBSRC = src/%{name}-%{version}.tar.gz
    1212# Used if virtual name != real name (perl, ...)
    1313#filter PBSRC = src/%{srcname}-%{version}.tar.gz
     
    2020
    2121# PBLOG is replaced by the changelog if value is yes
    22 #filter PBLOG = yes
     22filter PBLOG = yes
    2323
    2424# PBPATCHSRC is replaced by the patches names if value is yes
     
    4747
    4848# PBDESC contains the description of the package
    49 #filter PBDESC = "Bla-Bla"
     49filter PBDESC = "rinse installs minimal copies of RPM-based distributions"
    5050
    5151# PBURL contains the URL of the Web site of the project
    52 #filter PBURL = http://www.rinse.org
     52filter PBURL = http://www.xen-tools.org/software/rinse/
  • projects/rinse/pbconf/devel/pbfilter/deb.pbf

    r613 r618  
    99# PBLIC is replaced by the license of the application
    1010# Cf:
    11 #filter PBLIC = GPL
     11filter PBLIC = Artistic
    1212
    1313# PBDEP is replaced by the list of dependencies
  • projects/rinse/pbconf/devel/pbfilter/fedora.pbf

    r613 r618  
    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/System
    1010
    1111# PBLIC is replaced by the license of the application
    1212# Cf: http://fedoraproject.org/wiki/Licensing
    13 #filter PBLIC = GPLv2+
     13filter PBLIC = Artistic 2.0
    1414
    1515# PBDEP is replaced by the list of dependencies
  • projects/rinse/pbconf/devel/pbfilter/md.pbf

    r613 r618  
    11# Specific group for Mandriva for rinse
    22# Cf: http://wiki.mandriva.com/en/Development/Packaging/Groups
    3 #filter PBGRP = Archiving/Backup
     3filter PBGRP = System/Configuration/Other
    44
    55# PBLIC is replaced by the license of the application
    66# Cf: http://wiki.mandriva.com/en/Development/Packaging/Licenses
    7 #filter PBLIC = GPL
    8 
     7filter PBLIC = Artistic
  • projects/rinse/pbconf/devel/pbfilter/novell.pbf

    r613 r618  
    11# Specific group for SuSE for rinse
    22# Cf: http://en.opensuse.org/SUSE_Package_Conventions/RPM_Groups
    3 #filter PBGRP = Productivity/Archiving/Backup
     3filter PBGRP = System/Console
    44
    55# PBLIC is replaced by the license of the application
    66# Cf: http://en.opensuse.org/Packaging/SUSE_Package_Conventions/RPM_Style#1.6._License_Tag
    7 #filter PBLIC = GPL
     7filter PBLIC = Artistic
    88
  • projects/rinse/pbconf/devel/pbfilter/rpm.pbf

    r613 r618  
    99
    1010# PBLIC is replaced by the license of the application
    11 #filter PBLIC = GPL
     11filter PBLIC = GPL
    1212
    1313# PBDEP is replaced by the list of dependencies
Note: See TracChangeset for help on using the changeset viewer.