Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1875 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 14 years ago
parent
commit
41ea484cff
1 changed files with 9 additions and 5 deletions
  1. 9 5
      W/WebKit/WebKit-vl.spec

+ 9 - 5
W/WebKit/WebKit-vl.spec

@@ -15,7 +15,7 @@
 %bcond_with	wml
 
 Name:		WebKit
-Version:	1.2.3
+Version:	1.2.4
 Release:        1%{?_dist_release}
 Summary:	Web content engine library
 Summary(ja):	ウェブコンテンツエンジンライブラリ
@@ -40,7 +40,7 @@ BuildRequires:	flex
 BuildRequires:	gperf
 BuildRequires:	gtk2-devel
 BuildRequires:	libicu-devel
-BuildRequires:	libjpeg-devel
+BuildRequires:	libjpeg-turbo-devel
 BuildRequires:	libtool
 BuildRequires:	libxslt-devel
 BuildRequires:	libXt-devel
@@ -63,7 +63,7 @@ BuildRequires:  freetype2-devel
 BuildRequires:  libsoup-devel >= 2.28.2
 
 
-%description 
+%description
 WebKit is an open source web browser engine.
 
 %package	gtk
@@ -74,7 +74,7 @@ Group:		Development/Libraries
 %description	gtk
 %{name} is an open-source Web content engine library. This package contains
 the shared libraries for the WebKit GTK+ port as well as the sample
-GtkLauncher tool. 
+GtkLauncher tool.
 
 
 %package	gtk-devel
@@ -143,7 +143,7 @@ rm -f docfiles.list
 %add_to_doc_files WebCore/icu/LICENSE
 
 %add_to_doc_files JavaScriptCore/AUTHORS
-%add_to_doc_files JavaScriptCore/pcre/AUTHORS   
+%add_to_doc_files JavaScriptCore/pcre/AUTHORS
 
 %add_to_doc_files JavaScriptCore/THANKS
 
@@ -179,6 +179,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Sep 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.4-1
+- new upstream release (built with rpm-4.8.1-1 for pkg-config file)
+- changed BuildRequires: libjpeg-devel to libjpeg-turbo-devel
+
 * Sun Aug 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.3-1
 - new upstream release
 - add Requires: libsoup-devel (devel package)