[grantlee/f13/master] fixed spec

thomasj thomasj at fedoraproject.org
Thu Sep 30 21:11:59 UTC 2010


commit 9bc41d24b78177484044369d2821481b2fc2e65a
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Thu Sep 30 23:11:55 2010 +0200

    fixed spec

 grantlee.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/grantlee.spec b/grantlee.spec
index f4d06f8..b351713 100644
--- a/grantlee.spec
+++ b/grantlee.spec
@@ -10,7 +10,7 @@ Summary:        Qt string template engine based on the Django template system
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.gitorious.org/grantlee/pages/Home
-Source0:        http://downloads.%{name}.org/%{name}-v%{version}.tar.gz
+Source0:        http://downloads.%{name}.org/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  qt4-devel cmake
@@ -56,7 +56,7 @@ This package includes the Grantlee API documentation in HTML
 format for easy browsing.
 
 %prep
-%setup -q -n %{name}-v%{version}
+%setup -q
 
 sed -i 's,${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX},%{_libdir},' CMakeLists.txt
 


More information about the scm-commits mailing list