[lxappearance-obconf] Fix conditional

Christoph Wickert cwickert at fedoraproject.org
Tue Aug 30 16:03:35 UTC 2011


commit 39d73b64c0d5cad852928c698fa9565482dfecb0
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Tue Aug 30 18:03:12 2011 +0200

    Fix conditional

 lxappearance-obconf.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lxappearance-obconf.spec b/lxappearance-obconf.spec
index 0e05e42..7dba9ae 100644
--- a/lxappearance-obconf.spec
+++ b/lxappearance-obconf.spec
@@ -23,7 +23,7 @@ Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://lxde.org/
 #VCS: git:git://lxde.git.sourceforge.net/gitroot/lxde/lxappearance-obconf
-%if 0%{?git_version}
+%if 0%{?git_snapshot}
 Source0:        %{name}-%{?git_version}.tar.bz2
 %else
 Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz


More information about the scm-commits mailing list