Changeset 599


Ignore:
Timestamp:
10/24/08 17:22:31 (5 years ago)
Author:
bruno
Message:

First attempt to integrate FOSSology in pb

Location:
projects/fossology/pbconf/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • projects/fossology/pbconf/trunk/fossology.pb

    r598 r599  
    1212#pburl fossology = svn://svn+ssh.fossology.org/fossology/devel 
    1313#pburl fossology = cvs://cvs.fossology.org/fossology/devel 
    14 #pburl fossology = http://www.fossology.org/src/fossology-devel.tar.gz 
     14pburl fossology = svn+https://fossology.svn.sourceforge.net/svnroot/fossology 
    1515#pburl fossology = ftp://ftp.fossology.org/src/fossology-devel.tar.gz 
    1616#pburl fossology = file:///src/fossology-devel.tar.gz 
     
    1818 
    1919# Repository 
    20 #pbrepo fossology = ftp://ftp.fossology.org 
     20pbrepo fossology = ftp://ftp.project-builder.org 
    2121#pbml fossology = fossology-announce@lists.fossology.org 
    2222#pbsmtp fossology = localhost 
     
    3030# Packager label 
    3131# 
    32 #pbpackager fossology = William Porte <bill@fossology.org> 
     32pbpackager fossology = Bruno Cornec <bruno.cornec@project-builder.org> 
    3333# 
    3434 
     
    3636# Needs hostname, account and directory 
    3737# 
    38 #sshhost fossology = www.fossology.org 
    39 #sshlogin fossology = bill 
    40 #sshdir fossology = /fossology/ftp 
    41 #sshport fossology = 22 
     38sshhost fossology = www.project-builder.org 
     39sshlogin fossology = ftp 
     40sshdir fossology = /mondo/ftp 
     41sshport fossology = 22 
    4242 
    4343# 
     
    9393# Global version/tag for the project 
    9494# 
    95 #projver fossology = devel 
    96 #projtag fossology = 1 
     95projver fossology = trunk 
     96projtag fossology = 1 
    9797 
    9898# Hash of valid version names 
    99 #version fossology = devel,stable 
     99version fossology = trunk 
    100100 
    101101# Is it a test version or a production version 
     
    108108#pkgtag fossology = 3 
    109109# Hash of default package/package directory 
    110 #defpkgdir fossology = dir-fossology 
     110defpkgdir fossology = fossology 
    111111# Hash of additional package/package directory 
    112112#extpkgdir minor-pkg = dir-minor-pkg 
  • projects/fossology/pbconf/trunk/fossology/rpm/fossology.spec

    r598 r599  
    55#%define srcname    PBPKG 
    66 
    7 Summary:        bla-bla 
    8 Summary(fr):    french bla-bla 
     7Summary:        FOSSology is a licenses exploration tool 
     8Summary(fr):    FOSSology est un outil d'exploration de licenses 
    99 
    1010Name:           PBREALPKG 
     
    2323 
    2424%description -l fr 
    25 french desc 
     25FOSSology est un outil d'exploration de licenses 
    2626 
    2727%prep 
    2828%setup -q 
    29 # Used if virtual name != real name (perl, ...) 
    30 #%setup -q -n %{srcname}-%{version} 
    3129#PBPATCHCMD 
    3230 
  • projects/fossology/pbconf/trunk/pbfilter/all.pbf

    r598 r599  
    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 = "FOSSology is a licenses exploration tool" 
    5050 
    5151# PBURL contains the URL of the Web site of the project 
    52 #filter PBURL = http://www.fossology.org 
     52filter PBURL = http://www.fossology.org 
  • projects/fossology/pbconf/trunk/pbfilter/fedora.pbf

    r598 r599  
    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/Engineering 
    1010 
    1111# PBLIC is replaced by the license of the application 
    1212# Cf: http://fedoraproject.org/wiki/Licensing 
    13 #filter PBLIC = GPLv2+ 
     13filter PBLIC = GPLv2 
    1414 
    1515# PBDEP is replaced by the list of dependencies 
  • projects/fossology/pbconf/trunk/pbfilter/md.pbf

    r598 r599  
    11# Specific group for Mandriva for fossology 
    22# Cf: http://wiki.mandriva.com/en/Development/Packaging/Groups 
    3 #filter PBGRP = Archiving/Backup 
     3filter PBGRP = System/Servers 
    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 
     7filter PBLIC = GPL 
    88 
  • projects/fossology/pbconf/trunk/pbfilter/rpm.pbf

    r598 r599  
    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.