|
@@ -8,13 +8,13 @@
|
|
#% define with_system_icu 1
|
|
#% define with_system_icu 1
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-%define svn_rev 47263
|
|
|
|
|
|
+%define svn_rev 49253
|
|
|
|
|
|
Name: chromium
|
|
Name: chromium
|
|
Summary: Google's opens source browser project
|
|
Summary: Google's opens source browser project
|
|
Summary(ja): Googleのオープンソースウェブブラウザ
|
|
Summary(ja): Googleのオープンソースウェブブラウザ
|
|
#'
|
|
#'
|
|
-Version: 6.0.405.0
|
|
|
|
|
|
+Version: 6.0.431.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
@@ -46,7 +46,7 @@ Provides: chromium-browser = %{version}
|
|
## Start Patches
|
|
## Start Patches
|
|
# Many changes to the gyp system so we can use system libraries
|
|
# Many changes to the gyp system so we can use system libraries
|
|
# My first ever patch set. I hope I did well.
|
|
# My first ever patch set. I hope I did well.
|
|
-Patch3: chromium-gyp-system-02-icu.patch
|
|
|
|
|
|
+Patch3: chromium-gyp-system-icu.patch
|
|
Patch4: chromium-no-sqlite-debug.patch
|
|
Patch4: chromium-no-sqlite-debug.patch
|
|
Patch5: chromium-gyp-system-04-nss-nspr.patch
|
|
Patch5: chromium-gyp-system-04-nss-nspr.patch
|
|
Patch7: chromium-codechanges-nss-nspr.patch
|
|
Patch7: chromium-codechanges-nss-nspr.patch
|
|
@@ -111,6 +111,7 @@ BuildRequires: zlib-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libpng-devel
|
|
##!!BuildRequires: libbz2-devel
|
|
##!!BuildRequires: libbz2-devel
|
|
BuildRequires: bzip2-devel
|
|
BuildRequires: bzip2-devel
|
|
|
|
+BuildRequires: cups-devel
|
|
%if %{?_dist_release} == "vl6"
|
|
%if %{?_dist_release} == "vl6"
|
|
BuildRequires: fdupes
|
|
BuildRequires: fdupes
|
|
%endif
|
|
%endif
|
|
@@ -228,7 +229,7 @@ pushd src
|
|
-Duse_system_libxml=1 \
|
|
-Duse_system_libxml=1 \
|
|
-Duse_system_libxslt=1 \
|
|
-Duse_system_libxslt=1 \
|
|
-Duse_system_libevent=1 \
|
|
-Duse_system_libevent=1 \
|
|
- -Dproprietary_codes=1 \
|
|
|
|
|
|
+ -Dproprietary_codecs=1 \
|
|
-Dlinux_fpic=1 \
|
|
-Dlinux_fpic=1 \
|
|
%{?with_system_icu:-Duse_system_icu=1} \
|
|
%{?with_system_icu:-Duse_system_icu=1} \
|
|
%{!?with_system_icu:-Duse_system_icu=0} \
|
|
%{!?with_system_icu:-Duse_system_icu=0} \
|
|
@@ -344,6 +345,10 @@ desktop-file-install --vendor Vine \
|
|
#%exclude %{_libdir}/libavformat.so.52
|
|
#%exclude %{_libdir}/libavformat.so.52
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jun 12 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.431.0-1
|
|
|
|
+- updated to snapshot 6.0.431.0 r49253
|
|
|
|
+- added BuildRequires: cups-devel
|
|
|
|
+
|
|
* Sun May 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.405.0-1
|
|
* Sun May 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.405.0-1
|
|
- updated to snapshot 6.0.405.0 r47263
|
|
- updated to snapshot 6.0.405.0 r47263
|
|
|
|
|