[grantlee] 2.0.0-rc1

Rex Dieter rdieter at fedoraproject.org
Tue Aug 9 21:51:34 UTC 2011


commit 7388857d733243907458ff37fc946bdd9bb1c403
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Tue Aug 9 16:57:17 2011 -0500

    2.0.0-rc1

 .gitignore    |    1 +
 grantlee.spec |   42 +++++++++++++++++++++++-------------------
 sources       |    2 +-
 3 files changed, 25 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 581efe6..ef2865e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /grantlee-0.1.6.tar.gz
 /grantlee-0.1.9.tar.gz
+/grantlee-0.2.0-rc1.tar.gz
diff --git a/grantlee.spec b/grantlee.spec
index ad9b7d4..04f529e 100644
--- a/grantlee.spec
+++ b/grantlee.spec
@@ -1,22 +1,23 @@
 
 %define apidocs 1 
+%define pre rc1
 
-Name:           grantlee
-Version:        0.1.9
-Release:        1%{?dist}
-Summary:        Qt string template engine based on the Django template system
+Name:    grantlee
+Summary: Qt string template engine based on the Django template system
+Version: 0.2.0 
+Release: 0.1.%{pre}%{?dist}
 
-Group:          System Environment/Libraries
-License:        LGPLv2+
-URL:            http://www.gitorious.org/grantlee/pages/Home
-Source0:        http://downloads.%{name}.org/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+License: LGPLv2+
+Group:   System Environment/Libraries
+URL:     http://www.gitorious.org/grantlee/pages/Home
+Source0: http://downloads.grantlee.org/grantlee-%{version}%{?pre:-%{pre}}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  cmake
-BuildRequires:  qt4-devel
+BuildRequires: cmake
+BuildRequires: qt4-devel
 %if 0%{?apidocs}
-BuildRequires:  doxygen
-BuildRequires:  graphviz
+BuildRequires: doxygen
+BuildRequires: graphviz
 %endif
 
 %description
@@ -37,11 +38,11 @@ For template authors, different applications using Grantlee will present
 the same interface and core syntax for creating new themes. For details of 
 how to write templates, see the documentation.
 
-%package        devel
-Summary:        Development files for %{name}
-Group:          Development/Libraries
-Requires:       %{name}%{?_isa} = %{version}-%{release}
-%description    devel
+%package devel
+Summary: Development files for %{name}
+Group:   Development/Libraries
+Requires: %{name}%{?_isa} = %{version}-%{release}
+%description devel
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
@@ -56,7 +57,7 @@ format for easy browsing.
 
 
 %prep
-%setup -q
+%setup -q -n grantlee-%{version}%{?pre:-%{pre}}
 
 
 %build
@@ -115,6 +116,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Tue Aug 09 2011 Rex Dieter <rdieter at fedoraproject.org> 2.0.0-0.1.rc1
+- 2.0.0-rc1
+
 * Tue Jul 12 2011 Rex Dieter <rdieter at fedoraproject.org> 0.1.9-1
 - 0.1.9
 
diff --git a/sources b/sources
index 3f08053..f9e0d83 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d93b5312814ebee373fba5509d88bdb  grantlee-0.1.9.tar.gz
+b196c9049927c41b6b6275bff27363f6  grantlee-0.2.0-rc1.tar.gz


More information about the scm-commits mailing list