Skip the patch version if it's 0

This commit is contained in:
Lukáš Lalinský
2015-08-25 17:04:34 +02:00
parent 35aa6c4e84
commit 29ed265281
4 changed files with 9 additions and 5 deletions

View File

@ -6,6 +6,6 @@ includedir=${INCLUDE_INSTALL_DIR}
Name: TagLib
Description: Audio meta-data library
Requires:
Version: ${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}
Version: ${TAGLIB_LIB_VERSION_STRING}
Libs: -L${LIB_INSTALL_DIR} -ltag
Cflags: -I${INCLUDE_INSTALL_DIR}/taglib