|
@@ -1,7 +1,7 @@
|
|
Summary: A lightweight GTK+ web browser
|
|
Summary: A lightweight GTK+ web browser
|
|
Summary(ja): 軽量な GTK+ ウェブブラウザ
|
|
Summary(ja): 軽量な GTK+ ウェブブラウザ
|
|
Name: midori
|
|
Name: midori
|
|
-Version: 0.4.6
|
|
|
|
|
|
+Version: 0.4.7
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
@@ -20,16 +20,23 @@ BuildRequires: libsexy-devel
|
|
BuildRequires: libtool
|
|
BuildRequires: libtool
|
|
BuildRequires: libxml2-devel >= 2.6
|
|
BuildRequires: libxml2-devel >= 2.6
|
|
BuildRequires: perl-XML-Parser
|
|
BuildRequires: perl-XML-Parser
|
|
-BuildRequires: WebKit-gtk-devel >= 1.1.17
|
|
|
|
|
|
+
|
|
|
|
+#%if %{?_dist_release} == "vl6"
|
|
|
|
+#BuildRequires: WebKit-gtk-devel >= 1.1.17
|
|
|
|
+#BuildRequires: gtk2-devel >= 2.10.0
|
|
|
|
+## for Single instance
|
|
|
|
+#BuildRequires: unique-devel >= 0.9
|
|
|
|
+
|
|
|
|
+BuildRequires: WebKit3-gtk-devel
|
|
|
|
+BuildRequires: gtk3-devel >= 3.0.0
|
|
|
|
+BuildRequires: unique3-devel >= 0.9
|
|
|
|
|
|
## for IDN support
|
|
## for IDN support
|
|
BuildRequires: libidn-devel >= 1.0
|
|
BuildRequires: libidn-devel >= 1.0
|
|
-## for Single instance
|
|
|
|
-BuildRequires: unique-devel >= 0.9
|
|
|
|
## for Persistent history
|
|
## for Persistent history
|
|
BuildRequires: sqlite3-devel >= 3.0
|
|
BuildRequires: sqlite3-devel >= 3.0
|
|
BuildRequires: glib2-devel >= 2.22.0
|
|
BuildRequires: glib2-devel >= 2.22.0
|
|
-BuildRequires: gtk2-devel >= 2.10.0
|
|
|
|
|
|
+
|
|
BuildRequires: libsoup-devel >= 2.27.90
|
|
BuildRequires: libsoup-devel >= 2.27.90
|
|
## for Icon optimizations: /usr/bin/rsvg-convert
|
|
## for Icon optimizations: /usr/bin/rsvg-convert
|
|
BuildRequires: librsvg2
|
|
BuildRequires: librsvg2
|
|
@@ -99,10 +106,9 @@ export CFLAGS="%{optflags}"
|
|
--libdir=%{_libdir} \
|
|
--libdir=%{_libdir} \
|
|
--enable-apidocs \
|
|
--enable-apidocs \
|
|
configure \
|
|
configure \
|
|
- --disable-hildon
|
|
|
|
|
|
+ --disable-hildon --enable-gtk3
|
|
./waf %{?_smp_mflags} build
|
|
./waf %{?_smp_mflags} build
|
|
|
|
|
|
-
|
|
|
|
%install
|
|
%install
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
./waf --destdir=%{buildroot} install
|
|
./waf --destdir=%{buildroot} install
|
|
@@ -150,6 +156,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
%{_includedir}/%{name}-0.4/
|
|
%{_includedir}/%{name}-0.4/
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Sep 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.7-1
|
|
|
|
+- new upstream release
|
|
|
|
+- refreshed patch0
|
|
|
|
+- used GTK3 toolkit temporary
|
|
|
|
+ - added BuildRequires: WebKit3-gtk-devel, gtk3-devel >= 3.0.0, unique3-devel >= 0.9
|
|
|
|
+
|
|
* Tue May 15 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.6-1
|
|
* Tue May 15 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.6-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- changed URL
|
|
- changed URL
|