Changeset 599 in ProjectBuilder for projects/fossology/pbconf
- Timestamp:
- Oct 24, 2008, 5:22:31 PM (17 years ago)
- Location:
- projects/fossology/pbconf/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/fossology/pbconf/trunk/fossology.pb
r598 r599 12 12 #pburl fossology = svn://svn+ssh.fossology.org/fossology/devel 13 13 #pburl fossology = cvs://cvs.fossology.org/fossology/devel 14 #pburl fossology = http://www.fossology.org/src/fossology-devel.tar.gz 14 pburl fossology = svn+https://fossology.svn.sourceforge.net/svnroot/fossology 15 15 #pburl fossology = ftp://ftp.fossology.org/src/fossology-devel.tar.gz 16 16 #pburl fossology = file:///src/fossology-devel.tar.gz … … 18 18 19 19 # Repository 20 #pbrepo fossology = ftp://ftp.fossology.org20 pbrepo fossology = ftp://ftp.project-builder.org 21 21 #pbml fossology = fossology-announce@lists.fossology.org 22 22 #pbsmtp fossology = localhost … … 30 30 # Packager label 31 31 # 32 #pbpackager fossology = William Porte <bill@fossology.org>32 pbpackager fossology = Bruno Cornec <bruno.cornec@project-builder.org> 33 33 # 34 34 … … 36 36 # Needs hostname, account and directory 37 37 # 38 #sshhost fossology = www.fossology.org39 #sshlogin fossology = bill 40 #sshdir fossology = /fossology/ftp41 #sshport fossology = 2238 sshhost fossology = www.project-builder.org 39 sshlogin fossology = ftp 40 sshdir fossology = /mondo/ftp 41 sshport fossology = 22 42 42 43 43 # … … 93 93 # Global version/tag for the project 94 94 # 95 #projver fossology = devel 96 #projtag fossology = 195 projver fossology = trunk 96 projtag fossology = 1 97 97 98 98 # Hash of valid version names 99 #version fossology = devel,stable 99 version fossology = trunk 100 100 101 101 # Is it a test version or a production version … … 108 108 #pkgtag fossology = 3 109 109 # Hash of default package/package directory 110 #defpkgdir fossology = dir-fossology110 defpkgdir fossology = fossology 111 111 # Hash of additional package/package directory 112 112 #extpkgdir minor-pkg = dir-minor-pkg -
projects/fossology/pbconf/trunk/fossology/rpm/fossology.spec
r598 r599 5 5 #%define srcname PBPKG 6 6 7 Summary: bla-bla8 Summary(fr): french bla-bla7 Summary: FOSSology is a licenses exploration tool 8 Summary(fr): FOSSology est un outil d'exploration de licenses 9 9 10 10 Name: PBREALPKG … … 23 23 24 24 %description -l fr 25 french desc 25 FOSSology est un outil d'exploration de licenses 26 26 27 27 %prep 28 28 %setup -q 29 # Used if virtual name != real name (perl, ...)30 #%setup -q -n %{srcname}-%{version}31 29 #PBPATCHCMD 32 30 -
projects/fossology/pbconf/trunk/pbfilter/all.pbf
r598 r599 9 9 10 10 # PBSRC is replaced by the source package location after the repo 11 #filter PBSRC = src/%{name}-%{version}.tar.gz11 filter PBSRC = src/%{name}-%{version}.tar.gz 12 12 # Used if virtual name != real name (perl, ...) 13 13 #filter PBSRC = src/%{srcname}-%{version}.tar.gz … … 20 20 21 21 # PBLOG is replaced by the changelog if value is yes 22 #filter PBLOG = yes22 filter PBLOG = yes 23 23 24 24 # PBPATCHSRC is replaced by the patches names if value is yes … … 47 47 48 48 # PBDESC contains the description of the package 49 #filter PBDESC = "Bla-Bla"49 filter PBDESC = "FOSSology is a licenses exploration tool" 50 50 51 51 # PBURL contains the URL of the Web site of the project 52 #filter PBURL = http://www.fossology.org52 filter PBURL = http://www.fossology.org -
projects/fossology/pbconf/trunk/pbfilter/fedora.pbf
r598 r599 7 7 # PBGRP is replaced by the RPM group of apps 8 8 # Cf: http://fedoraproject.org/wiki/RPMGroups 9 #filter PBGRP = Applications/Archiving9 filter PBGRP = Applications/Engineering 10 10 11 11 # PBLIC is replaced by the license of the application 12 12 # Cf: http://fedoraproject.org/wiki/Licensing 13 #filter PBLIC = GPLv2+ 13 filter PBLIC = GPLv2 14 14 15 15 # PBDEP is replaced by the list of dependencies -
projects/fossology/pbconf/trunk/pbfilter/md.pbf
r598 r599 1 1 # Specific group for Mandriva for fossology 2 2 # Cf: http://wiki.mandriva.com/en/Development/Packaging/Groups 3 #filter PBGRP = Archiving/Backup 3 filter PBGRP = System/Servers 4 4 5 5 # PBLIC is replaced by the license of the application 6 6 # Cf: http://wiki.mandriva.com/en/Development/Packaging/Licenses 7 #filter PBLIC = GPL7 filter PBLIC = GPL 8 8 -
projects/fossology/pbconf/trunk/pbfilter/rpm.pbf
r598 r599 9 9 10 10 # PBLIC is replaced by the license of the application 11 #filter PBLIC = GPL11 filter PBLIC = GPL 12 12 13 13 # PBDEP is replaced by the list of dependencies
Note:
See TracChangeset
for help on using the changeset viewer.