conf/02-specfile-formatting-rules.conf: update source0_name_structure to allow *.tar.xz archives

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-05-20 20:55:31 +02:00
parent 4c72cde33e
commit c85911f95b
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@ Changes in version 1.12.1
* pck-update - Davide Madrisan:
Fix message to let work the italian translation.
+ update
* conf/02-specfile-formatting-rules.conf - Davide Madrisan:
Update 'source0_name_structure' to allow *.tar.xz archives.
-------------------------------------------------------------------------------
Changes in version 1.12.0

View File

@ -15,4 +15,4 @@ patch_name_structure="^%\{name\}-[0-9][\.0-9a-z]*-[a-zA-Z0-9_-]+*.patch[\.gzb2]*
# 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\|shar\.gz\|zip\)"
source0_name_structure="\(http\|ftp\):\/\/.*\.\(tar\.gz\|tgz\|tar\.bz2\|tar\.Z\|tar\.xz\|shar\.gz\|zip\)"