|
@@ -8,18 +8,11 @@
|
|
%define build_vine6 1
|
|
%define build_vine6 1
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-%if %{build_vine5}
|
|
|
|
-%define gecko_version 1.9.1.8
|
|
|
|
-%endif
|
|
|
|
-%if %{build_vine6}
|
|
|
|
-%define gecko_version 1.9.2
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
Summary: HTML pages thumbnailer
|
|
Summary: HTML pages thumbnailer
|
|
Summary(ja): HTML ページのサムネール作成ツール
|
|
Summary(ja): HTML ページのサムネール作成ツール
|
|
Name: gnome-web-photo
|
|
Name: gnome-web-photo
|
|
Version: 0.9
|
|
Version: 0.9
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Release: 4%{?_dist_release}
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
URL: http://ftp.gnome.org/pub/GNOME/sources/gnome-web-photo/%{version}/
|
|
URL: http://ftp.gnome.org/pub/GNOME/sources/gnome-web-photo/%{version}/
|
|
@@ -29,12 +22,12 @@ Patch0: gnome-web-photo-xulrunner192.patch
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
Requires(post): GConf2
|
|
Requires(post): GConf2
|
|
Requires(preun):GConf2
|
|
Requires(preun):GConf2
|
|
-Requires: gecko-libs = %{gecko_version}
|
|
|
|
|
|
+Requires: gecko-libs >= 1.9
|
|
BuildRequires: gtk2-devel >= 2.10.0
|
|
BuildRequires: gtk2-devel >= 2.10.0
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: gnome-vfs2-devel
|
|
BuildRequires: gnome-vfs2-devel
|
|
-BuildRequires: gecko-devel = %{gecko_version}
|
|
|
|
-BuildRequires: gecko-devel-unstable = %{gecko_version}
|
|
|
|
|
|
+BuildRequires: gecko-devel >= 1.9
|
|
|
|
+BuildRequires: gecko-devel-unstable >= 1.9
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: gettext intltool
|
|
BuildRequires: gettext intltool
|
|
|
|
|
|
@@ -100,6 +93,9 @@ fi
|
|
%{_datadir}/gnome-web-photo
|
|
%{_datadir}/gnome-web-photo
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 17 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.9-4
|
|
|
|
+- remove %%{gecko_version} macro and specify explicit minimum version
|
|
|
|
+
|
|
* Sat Mar 06 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.9-3
|
|
* Sat Mar 06 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.9-3
|
|
- rebuild with xulrunner-%{gecko_version}
|
|
- rebuild with xulrunner-%{gecko_version}
|
|
|
|
|