[mercurial: 2/4] Fix setup for rc

Neal Becker nbecker at fedoraproject.org
Tue Jan 24 15:14:05 UTC 2012


commit 379b9464e44d1be2b1e74f1d2bdb561d809683c6
Author: Neal Becker <nbecker at nbecker1.home>
Date:   Tue Jan 24 10:10:13 2012 -0500

    Fix setup for rc

 mercurial.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mercurial.spec b/mercurial.spec
index f74409e..68a74c1 100644
--- a/mercurial.spec
+++ b/mercurial.spec
@@ -81,7 +81,8 @@ http://www.selenic.com/mercurial/wiki/index.cgi/UsingHgk for more
 documentation.
 
 %prep
-%setup -q
+#%setup -q
+%setup -q -n %{name}-%{upstreamversion}
 %patch0 -p0
 #%patch1 -p1
 


More information about the scm-commits mailing list