]> git.pld-linux.org Git - packages/chromium-browser-bin.git/blobdiff - chromium-browser-bin.spec
- fix dropin default value
[packages/chromium-browser-bin.git] / chromium-browser-bin.spec
index 76933c927a6effd60ea33692ba6c16ac4c78f8aa..dbbab149bf945cf0470264bdb56d1cb8067c4719 100644 (file)
@@ -1,19 +1,18 @@
-# TODO
-# - find a way to check for version without having actually to run the browser
-#   with a $DISPLAY via about box
-%define                svnrev  37391
+%define                svnrev  45531
 %define                rel             1
 Summary:       A WebKit powered web browser
 Name:          chromium-browser-bin
-Version:       5.0.308.0
-Release:       0.%{svnrev}.%{rel}
+Version:       5.0.387.0
+Release:       %{svnrev}.%{rel}
 License:       BSD, LGPL v2+ (ffmpeg)
 Group:         X11/Applications/Networking
 # sh get_sources.sh
-Source0:       chrome-linux32-r%{svnrev}.zip
-# Source0-md5: f317bb99a9ffd4d966ec127227ad9da0
-Source1:       chrome-linux64-r%{svnrev}.zip
-# Source1-md5: 110eee27e72ca43cf1199016dc241322
+Source0:       chromium-browser32-r%{svnrev}.zip
+# NoSource0-md5:       9e07f41b3135446bf5f18c453f12f09a
+Source1:       chromium-browser64-r%{svnrev}.zip
+# NoSource1-md5:       17cec747e0f08cbf8b2a56390b20c3fe
+NoSource:      0
+NoSource:      1
 Source2:       chromium-browser.sh
 Source3:       chromium-browser.desktop
 Source4:       find-lang.sh
@@ -21,6 +20,7 @@ Source5:      get_sources.sh
 BuildRequires: rpmbuild(macros) >= 1.453
 BuildRequires: unzip
 Requires:      browser-plugins >= 2.0
+Requires:      libpng12 >= 1:1.2.42-2
 Requires:      nspr
 Requires:      nss
 Requires:      xdg-utils
@@ -39,8 +39,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # list of script capabilities (regexps) not to be used in Provides
 %define                _noautoprov     %{nss_caps} %{nspr_caps} %{ffmpeg_caps}
-# needs cvs version of libpng, ignore for now
-%define                _noautoreq      %{_noautoprov} libpng12.so.0(PNG12_0)
+%define                _noautoreq      %{_noautoprov}
 
 %description
 Chromium is an open-source web browser, powered by WebKit.
@@ -58,6 +57,18 @@ web.
 This package contains 'inspector', allowing web developpers to inspect
 any element of a web page at runtime (html, javascript, css, ..)
 
+%package bookmark_manager
+Summary:       Bookmark manager for the chromium-browser
+Group:         Development/Tools
+Requires:      %{name} = %{version}-%{release}
+
+%description bookmark_manager
+Chromium is an open-source browser project that aims to build a safer,
+faster, and more stable way for all Internet users to experience the
+web.
+
+This package contains bookmark manager for the chromium-browser.
+
 %package l10n
 Summary:       chromium-browser language packages
 Group:         I18n
@@ -143,6 +154,8 @@ fi
 %{_libdir}/%{name}/locales/en-US.pak
 %dir %{_libdir}/%{name}/plugins
 %dir %{_libdir}/%{name}/resources
+%{_libdir}/%{name}/resources/net_internals
+%{_libdir}/%{name}/resources/*_app
 %{_libdir}/%{name}/themes
 %attr(755,root,root) %{_libdir}/%{name}/chromium-browser
 
@@ -168,5 +181,9 @@ fi
 %defattr(644,root,root,755)
 %{_libdir}/%{name}/resources/inspector
 
+%files bookmark_manager
+%defattr(644,root,root,755)
+%{_libdir}/%{name}/resources/bookmark_manager
+
 %files l10n -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.09344 seconds and 4 git commands to generate.