|
@@ -5,15 +5,16 @@
|
|
Name: grantlee
|
|
Name: grantlee
|
|
Summary: Qt string template engine based on the Django template system
|
|
Summary: Qt string template engine based on the Django template system
|
|
Version: 0.1.8
|
|
Version: 0.1.8
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
URL: http://www.gitorious.org/grantlee/pages/Home
|
|
URL: http://www.gitorious.org/grantlee/pages/Home
|
|
|
|
+
|
|
Source0: http://downloads.%{name}.org/%{name}-%{version}.tar.gz
|
|
Source0: http://downloads.%{name}.org/%{name}-%{version}.tar.gz
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: qt4-devel cmake
|
|
+BuildRequires: qt4-devel qt4-designer cmake
|
|
|
|
|
|
%if 0%{?apidocs}
|
|
%if 0%{?apidocs}
|
|
BuildRequires: doxygen
|
|
BuildRequires: doxygen
|
|
@@ -105,6 +106,9 @@ rm -rf %{buildroot}
|
|
# %{_docdir}/HTML/en/grantlee-apidocs
|
|
# %{_docdir}/HTML/en/grantlee-apidocs
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Feb 27 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.8-2
|
|
|
|
+- added BR: qt4-designer
|
|
|
|
+
|
|
* Mon Jan 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.8-1
|
|
* Mon Jan 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.8-1
|
|
- Initial build for VineSeed
|
|
- Initial build for VineSeed
|
|
|
|
|