[sylpheed] Fix %setup statement

Christoph Wickert cwickert at fedoraproject.org
Tue Jun 26 15:29:31 UTC 2012


commit ed9d17d3fcaf7d864e3cfb50005026456f639cac
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Tue Jun 26 17:29:18 2012 +0200

    Fix %setup statement

 sylpheed.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/sylpheed.spec b/sylpheed.spec
index 1643b5e..b041513 100644
--- a/sylpheed.spec
+++ b/sylpheed.spec
@@ -86,7 +86,8 @@ this package contains development files only
 
 
 %prep
-%setup -q %{?prerelease:-n %{name}-%{version}%{?prerelease}}
+%setup -q
+# %{?prerelease:-n %{name}-%{version}%{?prerelease}}
 %patch0 -p1 -b .dsofix
 %patch1 -p1 -b .defs.h
 %patch2 -p1 -b .desktop


More information about the scm-commits mailing list