autospec/conf/02-specfile-formatting-rules.conf
Davide Madrisan c85911f95b conf/02-specfile-formatting-rules.conf: update source0_name_structure to allow *.tar.xz archives
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2012-05-20 20:55:31 +02:00

19 lines
928 B
Plaintext

## Force a name structure for some specific packages --------------------------
# Force a name structure for library packages
# Set to "" if you don't want to fix a structure
library_name_structure="^lib"
# Structure for the names of the patches (Patch[0-9]* ids)
# Default value: "^%\{name\}-[0-9][\.0-9a-z]*-[a-zA-Z0-9_-]+*.patch[\.gzb2]*",
# that is '%{name}-pck_version_when_first_applied-short_description.patch'
# If you don't want to fix a structure use ""
patch_name_structure="^%\{name\}-[0-9][\.0-9a-z]*-[a-zA-Z0-9_-]+*.patch[\.gzb2]*"
# Structure for the 'Source'/'Source0' id
# Default value: "\(http\|ftp\):\/\/.*\.\(tar\.gz\|tgz\|tar\.bz2\|tar\.Z\|shar\.gz\|zip\)"
# that is a full internet address of a tarball package compressed with
# either gzip or bzip2
# If you don't want to fix a structure use ""
source0_name_structure="\(http\|ftp\):\/\/.*\.\(tar\.gz\|tgz\|tar\.bz2\|tar\.Z\|tar\.xz\|shar\.gz\|zip\)"