Changeset 458 in ProjectBuilder for projects/buffer/pbconf
- Timestamp:
- May 30, 2008, 10:08:32 AM (17 years ago)
- Location:
- projects/buffer/pbconf/1.19
- Files:
-
- 12 added
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/buffer/pbconf/1.19/buffer.pb
r457 r458 16 16 #pburl buffer = file:///src/buffer-devel.tar.gz 17 17 #pburl buffer = dir:///src/buffer-devel 18 pburl buffer = http://hello-penguin.com/software/buffer/buffer-1.19.tar.gz 18 19 19 20 # Repository 20 #pbrepo buffer = ftp://ftp.buffer.org21 pbrepo buffer = ftp://ftp.mondorescue.org 21 22 22 23 # Check whether project is well formed 23 24 # (containing already a directory with the project-version name) 24 #pbwf buffer = 125 pbwf buffer = 1 25 26 26 27 # 27 28 # Packager label 28 29 # 29 #pbpackager buffer = William Porte <bill@buffer.org>30 pbpackager buffer = Bruno Cornec <bruno@project-builder.org> 30 31 # 31 32 … … 33 34 # Needs hostname, account and directory 34 35 # 35 #sshhost buffer = www.buffer.org36 #sshlogin buffer = bill 37 #sshdir buffer = /buffer/ftp38 #sshport buffer = 2236 sshhost buffer = www.mondorescue.org 37 sshlogin buffer = buffer 38 sshdir buffer = /mondo/ftp 39 sshport buffer = 22 39 40 40 41 # … … 90 91 # Global version/tag for the project 91 92 # 92 #projver buffer = devel 93 #projtag buffer = 1 93 projver buffer = 1.19 94 projtag buffer = 1 95 96 testver buffer = true 94 97 95 98 # Hash of valid version names … … 99 102 # Optional if you need to overwrite the global values above 100 103 # 101 #pkgver pkg1= stable102 #pkgtag pkg1= 3104 #pkgver buffer = stable 105 #pkgtag buffer = 3 103 106 # Hash of default package/package directory 104 #defpkgdir pkg1 = dir-pkg1 107 defpkgdir buffer = dir-buffer 105 108 # Hash of additional package/package directory 106 109 #extpkgdir minor-pkg = dir-minor-pkg … … 108 111 # List of files per pkg on which to apply filters 109 112 # Files are mentioned relatively to pbroot/defpkgdir 110 #filteredfiles pkg1 = Makefile.PL,configure.in,install.sh,pkg1.8111 #supfiles pkg1 = pkg1.init113 #filteredfiles buffer = Makefile.PL,configure.in,install.sh,buffer.8 114 #supfiles buffer = buffer.init -
projects/buffer/pbconf/1.19/pbfilter/all.pbf
r457 r458 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 13 13 # PBVER is replaced by the version ($pbver in code) … … 18 18 19 19 # PBLOG is replaced by the changelog if value is yes 20 #filter PBLOG = yes20 filter PBLOG = yes 21 21 22 22 # PBTAG is replaced by the tag ($pbtag in code) … … 33 33 34 34 # PBDESC contains the description of the package 35 #filter PBDESC = "Bla-Bla" 35 filter PBDESC = This is a program designed to speed up writing tapes on remote tape drives. When this program is put "in the pipe", two processes are started. One process reads from standard-in and the other writes to standard-out. Both processes communicate via shared memory. 36 36 37 37 # PBURL contains the URL of the Web site of the project 38 #filter PBURL = http://www.buffer.org 38 filter PBURL = http://hello-penguin.com/software/buffer -
projects/buffer/pbconf/1.19/pbfilter/md.pbf
r457 r458 1 1 # Specific group for Mandriva for buffer 2 2 # Cf: http://wiki.mandriva.com/en/Development/Packaging/Groups 3 #filter PBGRP = Archiving/Backup3 filter PBGRP = Archiving/Backup 4 4 5 5 # PBLIC is replaced by the license of the application -
projects/buffer/pbconf/1.19/pbfilter/novell.pbf
r457 r458 1 1 # Specific group for SuSE for buffer 2 2 # Cf: http://en.opensuse.org/SUSE_Package_Conventions/RPM_Groups 3 #filter PBGRP = Productivity/Archiving/Backup3 filter PBGRP = Productivity/Archiving/Backup 4 4 5 5 # PBLIC is replaced by the license of the application -
projects/buffer/pbconf/1.19/pbfilter/rpm.pbf
r457 r458 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/Archiving 10 10 11 11 # PBLIC is replaced by the license of the application
Note:
See TracChangeset
for help on using the changeset viewer.