|
@@ -10,7 +10,7 @@ Name: chromium
|
|
|
Summary: Google's opens source browser project
|
|
|
#'
|
|
|
Version: 5.0.353.0
|
|
|
-Release: 3%{?_dist_release}
|
|
|
+Release: 4%{?_dist_release}
|
|
|
License: BSD
|
|
|
Group: Productivity/Networking/Web/Browsers
|
|
|
Source0: %{name}.%{version}.svn%{svn_rev}.tar.lzma
|
|
@@ -55,7 +55,11 @@ Patch14: chromium-master-prefs-path.patch
|
|
|
Patch50: http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/www-client/chromium/files/chromium-20100122-ubuntu-html5-video-mimetypes.patch
|
|
|
|
|
|
BuildRequires: gcc gcc-c++
|
|
|
+%if %{?_dist_release} == "vl5"
|
|
|
+BuildRequires: libstdc++34 libstdc++34-devel
|
|
|
+%elseif %{?_dist_release} == "vl6"
|
|
|
BuildRequires: libstdc++ libstdc++-devel
|
|
|
+%endif
|
|
|
BuildRequires: libevent
|
|
|
##!!BuildRequires: pkg-config
|
|
|
BuildRequires: python
|
|
@@ -265,6 +269,10 @@ desktop-file-install --vendor Vine \
|
|
|
%{_sysconfdir}/%{name}
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Apr 2 2010 IWAI, Masaharu <iwai@alib.jp> 5.0.353.0-4vl5
|
|
|
+- build on Vine Linux 5.1
|
|
|
+ - add BuildRequires: libstdc++34 libstdc++34-devel for Vine5
|
|
|
+
|
|
|
* Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-3
|
|
|
- fixed to install master_preferences
|
|
|
- dropped chromium-5.0.353-no-ffmpeg-vine.patch
|