# # Conditional build: %bcond_without gstreamer # GStreamer-based video support %bcond_without js # JavaScript support %bcond_with pdf # PDF export and GTK+ printing support via libharu [needs update?] %bcond_without webp # WebP image support # Summary: Light WWW browser with CSS support Summary(pl.UTF-8): Lekka przeglądarka WWW z obsługą CSS Name: netsurf Version: 3.4 Release: 1 License: GPL v2 with OpenSSL exception (code), MIT (artwork) Group: Applications/Networking Source0: http://download.netsurf-browser.org/netsurf/releases/source/%{name}-%{version}-src.tar.gz # Source0-md5: bf08c97f172a3be31690a36d654c61a4 Source1: %{name}.desktop Patch0: nsfb-ldflags.patch Patch1: %{name}-link.patch Patch3: optflags.patch URL: http://netsurf-browser.org/ BuildRequires: curl-devel BuildRequires: freetype-devel >= 2 %{?with_gstreamer:BuildRequires: gstreamer0.10-devel >= 0.10} BuildRequires: gtk+2-devel >= 2.0 BuildRequires: libCSS-devel >= 0.6.0 BuildRequires: libdom-devel >= 0.3.0 %{?with_pdf:BuildRequires: libharu-devel} BuildRequires: libhubbub-devel >= 0.3.3 BuildRequires: libjpeg-devel BuildRequires: libnsbmp-devel >= 0.1.3 BuildRequires: libnsfb-devel >= 0.1.4 BuildRequires: libnsgif-devel >= 0.1.3 BuildRequires: libnsutils-devel >= 0.0.2 BuildRequires: libparserutils-devel >= 0.2.3 BuildRequires: libpng-devel BuildRequires: librsvg-devel BuildRequires: libsvgtiny-devel >= 0.1.4 BuildRequires: libutf8proc-devel >= 1.3.1 BuildRequires: libwapcaplet-devel >= 0.3.0 %{?with_webp:BuildRequires: libwebp-devel} BuildRequires: openssl-devel BuildRequires: netsurf-buildsystem >= 1.5 BuildRequires: nsgenbind >= 0.3 BuildRequires: perl-HTML-Parser BuildRequires: pkgconfig BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description NetSurf is a multi-platform lightweight web browser. Its aim is to provide comprehensive rendering of HTML 5 with CSS 2 in a small resource footprint while remaining fast. %description -l pl.UTF-8 NetSurf to wieloplatformowa, lekka przeglądarka WWW. Celem jest zapewnienie kompletnego renderowania HTML 5 z CSS 2 przy małym wykorzystanie zasobów, z zachowaniem dużej szybkości. %package common Summary: NetSurf - common files Summary(pl.UTF-8): NetSurf - pliki wspólne Group: Applications/Networking %description common NetSurf - common files. %description common -l pl.UTF-8 NetSurf - wspólne pliki. %package gtk Summary: NetSurf web browser - GTK+ version Summary(pl.UTF-8): Wersja GTK+ przeglądarki WWW NetSurf Group: Applications/Networking Requires: %{name}-common = %{version}-%{release} Requires: libCSS >= 0.6.0 Requires: libdom >= 0.3.0 Requires: libhubbub >= 0.3.3 Requires: libnsbmp >= 0.1.3 Requires: libnsgif >= 0.1.3 Requires: libparserutils >= 0.2.3 Requires: libsvgtiny >= 0.1.4 Requires: libwapcaplet >= 0.3.0 %description gtk NetSurf is a multi-platform lightweight web browser. Its aim is to provide comprehensive rendering of HTML 5 with CSS 2 in a small resource footprint while remaining fast. This package contains GTK+ version. %description gtk -l pl.UTF-8 NetSurf to wieloplatformowa, lekka przeglądarka WWW. Celem jest zapewnienie kompletnego renderowania HTML 5 z CSS 2 przy małym wykorzystanie zasobów, z zachowaniem dużej szybkości. Ten pakiet zawiera wersję GTK+. %package sdl Summary: NetSurf web browser - SDL version Summary(pl.UTF-8): Wersja SDL przeglądarki WWW NetSurf Group: Applications/Networking Requires: %{name}-common = %{version}-%{release} Requires: libCSS >= 0.6.0 Requires: libdom >= 0.3.0 Requires: libhubbub >= 0.3.3 Requires: libnsbmp >= 0.1.3 Requires: libnsfb >= 0.1.4 Requires: libnsgif >= 0.1.3 Requires: libparserutils >= 0.2.3 Requires: libsvgtiny >= 0.1.4 Requires: libwapcaplet >= 0.3.0 %description sdl NetSurf is a multi-platform lightweight web browser. Its aim is to provide comprehensive rendering of HTML 5 with CSS 2 in a small resource footprint while remaining fast. This package contains SDL version. %description sdl -l pl.UTF-8 NetSurf to wieloplatformowa, lekka przeglądarka WWW. Celem jest zapewnienie kompletnego renderowania HTML 5 z CSS 2 przy małym wykorzystanie zasobów, z zachowaniem dużej szybkości. Ten pakiet zawiera wersję SDL. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch3 -p1 cat << EOF > Makefile.config NETSURF_FB_FONTLIB := freetype NETSURF_FB_FONTPATH := %{_datadir}/fonts/TTF NETSURF_USE_NSSVG := YES NETSURF_USE_RSVG := YES %{?with_webp:NETSURF_USE_WEBP := YES} %{?with_gstreamer:NETSURF_USE_VIDEO := YES} %{?with_pdf:NETSURF_USE_HARU_PDF := YES} EOF %if %{with gstreamer} # GStreamer 0.10 uses now deprecated glib mutex APIs %{__sed} -i -e '/-DG_DISABLE_DEPRECATED/d' gtk/Makefile.target %endif # gdk-pixbuf 2.31 deprecates GdkPixdata %{__sed} -i -e '/-DGDK_PIXBUF_DISABLE_DEPRECATED/d' gtk/Makefile.target %build export CC="%{__cc}" # while cxx not needed, somewhy it helps race condition on carme build export CXX="%{__cxx}" # silence -Werror: #src/surface/vnc.c: In function 'vnc_input': #src/surface/vnc.c:489:9: error: variable 'ret' set but not used [-Werror=unused-but-set-variable] export CFLAGS="%{rpmcflags} -Wno-error=unused-but-set-variable -D_GNU_SOURCE" export CXXFLAGS="%{rpmcxxflags} -Wno-error=unused-but-set-variable -D_GNU_SOURCE" export LDFLAGS="%{rpmldflags}" # make -j1 or it won't find libwapcaplet/libwapcaplet.h %{__make} -j1 \ OPTFLAGS="%{rpmcflags} -Wno-error=unused-but-set-variable -D_GNU_SOURCE" \ OPTLDFLAGS="%{rpmldflags}" \ PREFIX=%{_prefix} \ Q='' \ TARGET=gtk %{__make} -j1 \ OPTFLAGS="%{rpmcflags} -Wno-error=unused-but-set-variable -D_GNU_SOURCE" \ OPTLDFLAGS="%{rpmldflags}" \ PREFIX=%{_prefix} \ Q='' \ TARGET=framebuffer %install rm -rf $RPM_BUILD_ROOT %{__make} install \ Q='' \ PREFIX=%{_prefix} \ TARGET=gtk \ DESTDIR=$RPM_BUILD_ROOT %{__make} install \ Q='' \ PREFIX=%{_prefix} \ TARGET=framebuffer \ DESTDIR=$RPM_BUILD_ROOT # this is binary from last "make install", we install more specific binary ourself %{__rm} -f $RPM_BUILD_ROOT%{_bindir}/netsurf install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} install nsfb $RPM_BUILD_ROOT%{_bindir} install nsgtk $RPM_BUILD_ROOT%{_bindir} %clean rm -rf $RPM_BUILD_ROOT %files common %defattr(644,root,root,755) %doc COPYING README %dir %{_datadir}/%{name} %{_datadir}/%{name}/* %files gtk %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/nsgtk %{_desktopdir}/netsurf.desktop %files sdl %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/nsfb