Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > b6ef34f580cb4ccd9d235ecb9f9b3f6a > files > 2

rpmproc-2.1.4-2mdk.noarch.rpm

# $Id: rpmproc.conf,v 1.12 2002/03/13 13:25:37 guillomovitch Exp $
# This is the configuration file for rpmproc 2.1.x
#
# All binary settings (denoted by ?) use 1 for true, anything else for false
# All multiple values settings (denoted by list of) use comma as separator
# All external programs settings (denoted by use) needs effective program presence

##### General configuration #####
# Set this to your root RPM directory
RPM_DIR=/usr/src/RPM
# Be verbose ?
VERBOSE=1
# Temp directory
TMP_DIR=/tmp/rpmproc

##### Build configuration #####
# List of architectures for which to build non-noarch rpms
BUILD_ARCHS=i386,i586,i686
# Package type to build (all|binary|source)
BUILD_TYPE=all
# Clean build tree after building ?
BUILD_CLEAN_BUILD_FILES=1
# Use PGP/GnuPG for signing ?
BUILD_USE_PGP=1
# Use rpmlint for checking RPMs?
BUILD_USE_RPMLINT=1

##### Local upload configuration #####
# Target directory for all rpms
LOCAL_TARGET_DIR=/home/ftp/pub/custom/%{name}
# Perms for created directories
LOCAL_DIR_PERMS=755
# Perms for created files
LOCAL_FILE_PERMS=644
# Group for created files and directories
LOCAL_GROUP=ftp
# Clean old files before uploading ?
LOCAL_CLEAN_OLD_FILES=1
# Command to run after uploading
LOCAL_RUN_COMMAND=
# Use md5sum control file ?
LOCAL_USE_MD5SUM=1

##### scp upload configuration #####
# Remote host
SCP_HOST=plf.zarb.org
# Remote user
SCP_USER=guillomovitch
# Target directory for source rpms
SCP_TARGET_DIR_SRC=/home/plf/www/rpm/src
# Target directory for noarch rpms
SCP_TARGET_DIR_NOARCH=/home/plf/www/rpm/cooker/noarch
# Target directory for i586 rpms
SCP_TARGET_DIR_I586=/home/plf/www/rpm/cooker/i586
# Group for created files and directories
SCP_GROUP=plf
# Perms for created directories
SCP_DIR_PERMS=2775
# Perms for created files
SCP_FILE_PERMS=664
# Clean old files before uploading ?
SCP_CLEAN_OLD_FILES=1
# Command to run after uploading
SCP_RUN_COMMAND=
# Use md5sum control file ?
SCP_USE_MD5SUM=

##### ftp upload configuration #####
# Remote host
FTP_HOST=ftp.linux-mandrake.com
# Remote user
FTP_USER=anonymous
# Remote password
FTP_PASSWORD=vdanen@mandrakesoft.com
# Install directory for source rpms
FTP_TARGET_DIR_SRC=./incoming
# Clean old files before uploading ?
FTP_CLEAN_OLD_FILES=1
# Use md5sum control file ?
FTP_USE_MD5SUM=1

##### Changelog configuration #####
# SMTP server (usually localhost)
MAIL_SMTP=localhost
# Who to set the email as being sent from
MAIL_FROM=vdanen@mandrakesoft.com
# List of changelog announcement recipients
MAIL_TO=fb-announce@lists.freezer-burn.org
# Single line of text to add to the begining of the email message
MAIL_HEADER=New Freezer Burn RPM for download!
# Single line of text to add to the bottom of the email message
MAIL_TRAILER=http://www.freezer-burn.org/rpm.php

## eof ##