diff options
author | Mihael Koep <koep@schneide.com> | 2012-10-30 18:07:36 +0100 |
---|---|---|
committer | Mihael Koep <koep@schneide.com> | 2012-10-30 18:07:36 +0100 |
commit | 4245ad0b8d12574a3c2c15bd057246065e5026ca (patch) | |
tree | 28fc5b931b85d6a181f5fdef32f90d51a6f358bb | |
parent | c11a6c7bed07d50fb654984fe603b27613e9abc2 (diff) | |
download | uca-4245ad0b8d12574a3c2c15bd057246065e5026ca.tar.gz uca-4245ad0b8d12574a3c2c15bd057246065e5026ca.tar.bz2 uca-4245ad0b8d12574a3c2c15bd057246065e5026ca.tar.xz uca-4245ad0b8d12574a3c2c15bd057246065e5026ca.zip |
Fix rpm version substitution.
-rw-r--r-- | libuca.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libuca.spec.in b/libuca.spec.in index 4ffc671..3835d89 100644 --- a/libuca.spec.in +++ b/libuca.spec.in @@ -2,7 +2,7 @@ Buildroot: @UCA_BUILD_DIR@/_CPack_Packages/Linux/RPM/@CPACK_PACKAGE_FILE_NAME@ Summary: Abstract interface for different camera classes and frame grabber devices Name: libuca -Version: @VERSION@ +Version: @PACKAGE_VERSION@ Release: @CPACK_PACKAGE_RELEASE@ License: unknown Group: unknown |