summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-09-23 14:39:09 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-09-23 08:56:44 -0400
commita7d58845973f1e81e6cfc7d2a64b1456c1b17de8 (patch)
tree28c89fb4c8f421fed461be91b72182e3f9b17342 /contrib
parent964b08633bfd225bf5394a1d0c4eef4a79033583 (diff)
downloadding-libs-a7d58845973f1e81e6cfc7d2a64b1456c1b17de8.tar.gz
ding-libs-a7d58845973f1e81e6cfc7d2a64b1456c1b17de8.tar.xz
ding-libs-a7d58845973f1e81e6cfc7d2a64b1456c1b17de8.zip
Fix version handling of the libraries
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ding-libs.spec.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/ding-libs.spec.in b/contrib/ding-libs.spec.in
index 4b38a2e..6871eb8 100644
--- a/contrib/ding-libs.spec.in
+++ b/contrib/ding-libs.spec.in
@@ -8,12 +8,12 @@ URL: http://fedorahosted.org/sssd/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-%global path_utils_version 0.2.1
-%global dhash_version 0.4.1
-%global collection_version 0.6.0
-%global ref_array_version 0.1.1
-%global basicobjects_version 0.1.0
-%global ini_config_version 0.6.1
+%global path_utils_version @PATH_UTILS_VERSION@
+%global dhash_version @DHASH_VERSION@
+%global collection_version @COLLECTION_VERSION@
+%global ref_array_version @REF_ARRAY_VERSION@
+%global basicobjects_version @BASICOBJECTS_VERSION@
+%global ini_config_version @INI_CONFIG_VERSION@
### Patches ###