[matahari] - Disable pre_release and update directory in setup

Adam Stokes astokes at fedoraproject.org
Fri Oct 21 15:56:20 UTC 2011


commit 6afd58c495fc87a9cbd4d878d21ca9b327392e19
Author: Adam Stokes <astokes at fedoraproject.org>
Date:   Fri Oct 21 11:55:55 2011 -0400

    - Disable pre_release and update directory in setup

 matahari.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/matahari.spec b/matahari.spec
index 5f8cd47..b459bab 100644
--- a/matahari.spec
+++ b/matahari.spec
@@ -6,7 +6,7 @@
 %bcond_without qmf
 
 # Choose a versioning scheme
-%bcond_without pre_release
+%bcond_with pre_release
 
 %if %{defined _unitdir}
 %global systemd 1
@@ -238,7 +238,7 @@ Requires:       %{name}-agent-lib = %{version}-%{release}
 QMF console for monitoring various agents
 
 %prep
-%setup -q -n matahari-matahari-%{upstream_version}
+%setup -q -n matahari-%{version}
 
 %build
 %{cmake} -DCMAKE_BUILD_TYPE=RelWithDebInfo %{!?with_qmf: -DWITH-QMF:BOOL=OFF} %{!?with_dbus: -DWITH-DBUS:BOOL=OFF} -Dinitdir=%{_initddir} -Dsysconfdir=%{_sysconfdir} .


More information about the scm-commits mailing list