[grantlee] 0.4.0

Rex Dieter rdieter at fedoraproject.org
Fri Nov 29 16:01:05 UTC 2013


commit ecf805e3190284b7dd88af0638b61e6e44825a5e
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Fri Nov 29 10:00:58 2013 -0600

    0.4.0

 .gitignore    |    2 +-
 grantlee.spec |   21 +++++++--------------
 sources       |    2 +-
 3 files changed, 9 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 45f19db..511f4c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/grantlee-0.2.0.tar.gz
 /grantlee-0.3.0.tar.gz
+/grantlee-0.4.0.tar.gz
diff --git a/grantlee.spec b/grantlee.spec
index d746752..6fe0788 100644
--- a/grantlee.spec
+++ b/grantlee.spec
@@ -3,16 +3,14 @@
 
 Name:    grantlee
 Summary: Qt string template engine based on the Django template system
-Version: 0.3.0
-Release: 3%{?dist}
+Version: 0.4.0
+Release: 1%{?dist}
 
 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: cmake >= 2.8.9
 BuildRequires: pkgconfig(QtGui) pkgconfig(QtScript) 
 %if 0%{?apidocs}
 BuildRequires: doxygen
@@ -39,14 +37,12 @@ how to write templates, see the documentation.
 
 %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}.
 
 %package apidocs
-Group: Development/Documentation
 Summary: Grantlee API documentation
 Requires: kde-filesystem
 BuildArch: noarch
@@ -75,7 +71,6 @@ make docs -C %{_target_platform}
 
 
 %install
-rm -rf %{buildroot}
 make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
 
 %if 0%{?apidocs}
@@ -84,26 +79,21 @@ cp -prf %{_target_platform}/apidox/* %{buildroot}%{_docdir}/HTML/en/grantlee-api
 %endif
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS CHANGELOG COPYING.LIB README GOALS
 %{_libdir}/libgrantlee_core.so.0*
 %{_libdir}/libgrantlee_gui.so.0*
 %{_libdir}/grantlee/
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/grantlee/
 %{_includedir}/grantlee_core.h
 %{_includedir}/grantlee_templates.h
+%{_includedir}/grantlee_textdocument.h
 %{_libdir}/libgrantlee_core.so
 %{_libdir}/libgrantlee_gui.so
 %dir %{_libdir}/cmake
@@ -115,6 +105,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri Nov 29 2013 Rex Dieter <rdieter at fedoraproject.org> 0.4.0-1
+- 0.4.0
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 4e125b9..7c4b609 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-195763a3238f51f8885881fc8012cd83  grantlee-0.3.0.tar.gz
+fa8a2e9be7be7e3a89e700679e6f3014  grantlee-0.4.0.tar.gz


More information about the scm-commits mailing list