02-specfile-formatting-rules.conf: new default value for library_name_structure: "". The old value ("^lib") does no longer apply.

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-07-17 19:26:28 +02:00
parent d1b35c01fa
commit b89f644e9e
2 changed files with 8 additions and 2 deletions

View File

@ -57,6 +57,11 @@ Changes in version 1.12.3
* lib/libapse.lib - Davide Madrisan:
Do not use 'dirname' and 'basename': bash provides primitives to do that.
+ update
* conf/02-specfile-formatting-rules.conf - Davide Madrisan:
'library_name_structure': new default value is now "".
The old value ("^lib") does no longer apply.
-------------------------------------------------------------------------------
Changes in version 1.12.2

View File

@ -1,8 +1,9 @@
## 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"
# Default value: "" (no structure)
# An alternative setting can be "^lib" if your libraries must start with lib
library_name_structure=""
# 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]*",