Name: WebKit Version: r71806 Release: 1mamba Summary: An open source web browser engine Group: Applications/Networking Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://webkit.org/ Source: http://builds.nightly.webkit.org/files/trunk/src/WebKit-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libatk-devel BuildRequires: libcairo-devel BuildRequires: libenchant-devel BuildRequires: libexpat-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libgcc BuildRequires: libgcrypt-devel BuildRequires: libglib-devel BuildRequires: libglitz-devel BuildRequires: libgnutls-devel BuildRequires: libgpg-error-devel BuildRequires: libgst-plugins-base-devel BuildRequires: libgstreamer-devel BuildRequires: libgtk-devel BuildRequires: libICE-devel BuildRequires: libicu-devel BuildRequires: libjpeg-devel BuildRequires: libpango-devel BuildRequires: libpixman-devel BuildRequires: libpng-devel BuildRequires: libselinux-devel BuildRequires: libSM-devel BuildRequires: libsoup-devel BuildRequires: libsqlite-devel BuildRequires: libstdc++6-devel BuildRequires: libtasn1-devel BuildRequires: libuuid-devel BuildRequires: libX11-devel BuildRequires: libXau-devel BuildRequires: libxcb-devel BuildRequires: libxcb-util-devel BuildRequires: libXcomposite-devel BuildRequires: libXcursor-devel BuildRequires: libXdamage-devel BuildRequires: libXdmcp-devel BuildRequires: libXext-devel BuildRequires: libXfixes-devel BuildRequires: libXinerama-devel BuildRequires: libxml2-devel BuildRequires: libXrandr-devel BuildRequires: libXrender-devel BuildRequires: libxslt-devel BuildRequires: libXt-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: gperf BuildRequires: libicu-devel Requires: libwebkit = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. %package -n libwebkit Group: System/Libraries Summary: Library for %{name}, an open source web browser engine %description -n libwebkit WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. %package -n libwebkit-devel Group: Development/Libraries Summary: Static libraries and headers for lib%{name} Requires: libwebkit = %{version}-%{release} %description -n libwebkit-devel WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. This package contains static libraries and header files need for development. %prep %setup -q ./autogen.sh %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %find_lang webkit-2.0 %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files -f webkit-2.0.lang %defattr(-,root,root) %{_bindir}/jsc-1 %dir %{_datadir}/webkit-1.0 %{_datadir}/webkit-1.0/* %{_datadir}/webkitgtk-1.0/images %{_datadir}/webkitgtk-1.0/webinspector #%{_mandir}/man1/LICENSE-LGPL-2.1.gz %files -n libwebkit %defattr(-,root,root) %{_libdir}/libwebkitgtk-1.0.so.* %{_datadir}/glib-2.0/schemas/org.webkitgtk-1.0.gschema.xml %files -n libwebkit-devel %defattr(-,root,root) %{_includedir}/webkit-1.0/JavaScriptCore/*.h %{_includedir}/webkit-1.0/webkit/*.h %{_libdir}/libwebkitgtk-1.0.la %{_libdir}/libwebkitgtk-1.0.so %{_libdir}/pkgconfig/webkit-1.0.pc %changelog * Thu Nov 11 2010 Silvan Calarco r71806-1mamba - update to r71806 * Wed Jun 30 2010 Automatic Build System r61979-1mamba - automatic update to r61979 by autodist * Sun Nov 15 2009 Ercole 'ercolinux' Carpanetto r50918-1mamba - update to r50918 - Added libicu-devel and gperf buildrequires * Sun Sep 27 2009 Silvan Calarco r48794-1mamba - update to r48794 * Tue Apr 21 2009 Silvan Calarco r42662-1mamba - package created by autospec