File opera.spec of Package opera
#
# spec file for package opera
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define tag32b i386.linux
%define tag64b x86_64.linux
%define buildnum 1748
%define relnum 1215
Name: opera
Version: 12.15
Release: 0
Summary: Opera Web Browser (%{version} build %{buildnum})
License: SUSE-NonFree
Group: Productivity/Networking/Web/Browsers
Url: http://www.opera.com/
Source0: ftp://ftp.opera.com/pub/opera/linux/%{relnum}/%{name}-%{version}-%{buildnum}.%{tag32b}.tar.xz
Source1: ftp://ftp.opera.com/pub/opera/linux/%{relnum}/%{name}-%{version}-%{buildnum}.%{tag64b}.tar.xz
Source2: operaprefs_fixed.ini
Source3: README.openSUSE
NoSource: 0
NoSource: 1
BuildRequires: fdupes
BuildRequires: update-desktop-files
BuildRequires: xz
Requires(post): coreutils shared-mime-info desktop-file-utils hicolor-icon-theme
Requires(postun): shared-mime-info desktop-file-utils hicolor-icon-theme
Recommends: %{name}-gtk = %{version}
Recommends: %{name}-kde4 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64
Provides: browser(npapi)
%description
Opera is user-friendly, secure, and exceptionally fast. The browser is
small, yet full-featured and functions well on systems with limited
resources. Opera supports all common Web standards and implements them
according to the official recommendations.
%package gtk
Summary: Opera GTK engine
Group: Productivity/Networking/Web/Browsers
Requires: opera = %{version}
%description gtk
Opera engine for GTK integration.
%package kde4
Summary: Opera KDE4 engine
Group: Productivity/Networking/Web/Browsers
Requires: opera = %{version}
%description kde4
Opera engine for KDE4 integration.
%prep
%setup -q -T -c -n %{name}-%{version} -a 0 -a 1
%build
# check for supported architectures
%ifnarch %{ix86} x86_64
echo 'Only x86 and x86_64 architectures are supported'
exit 1
%endif
%install
# change into right directory
%ifarch %{ix86}
cd %{name}-%{version}-%{buildnum}.%{tag32b}
%endif
%ifarch x86_64
cd %{name}-%{version}-%{buildnum}.%{tag64b}
%endif
./install --repackage %{buildroot}/%{_prefix} --prefix %{_prefix}
mkdir %{buildroot}/etc
cp %{SOURCE2} %{buildroot}/etc
cp %{SOURCE3} %{buildroot}/%{_datadir}/doc/%{name}
%if 0%{?suse_version} < 1130
rm %{buildroot}/%{_prefix}/lib/opera/liboperagtk3.so
%endif
# Remove auto-update application
rm %{buildroot}/%{_prefix}/lib/opera/opera_autoupdatechecker
%suse_update_desktop_file opera-browser
%fdupes %{buildroot}%{_datadir}
%post
# update mime and desktop database
%if 0%{?suse_version} > 1130
%mime_database_post
%desktop_database_post
%icon_theme_cache_post
%else
if [ -f usr/bin/update-mime-database ] ; then
usr/bin/update-mime-database %{_datadir}/mime > /dev/null || :
fi
if [ -f usr/bin/update-desktop-database ] ; then
usr/bin/update-desktop-database > /dev/null || :
fi
%endif
exit 0
%postun
%if 0%{?suse_version} > 1130
%icon_theme_cache_postun
%desktop_database_postun
%mime_database_postun
%else
if [ -f usr/bin/update-mime-database ] ; then
usr/bin/update-mime-database %{_datadir}/mime > /dev/null || :
fi
if [ -f usr/bin/update-desktop-database ] ; then
usr/bin/update-desktop-database > /dev/null || :
fi
%endif
exit 0
%files
%defattr(-,root,root)
%doc %{_mandir}/man1/opera*
%config /etc/operaprefs_fixed.ini
%{_bindir}/opera*
%{_prefix}/lib/opera
%{_datadir}/opera
%dir %{_datadir}/doc/opera
%doc %{_datadir}/doc/opera/*
%{_datadir}/mime/packages/*
%{_datadir}/applications/*.desktop
%dir %{_datadir}/icons/hicolor
%dir %{_datadir}/icons/hicolor/*
%dir %{_datadir}/icons/hicolor/*/apps
%dir %{_datadir}/icons/hicolor/*/mimetypes
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/icons/hicolor/*/mimetypes/*.png
%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg
%exclude %{_prefix}/lib/opera/liboperagtk2.so
%if 0%{?suse_version} > 1120
%exclude %{_prefix}/lib/opera/liboperagtk3.so
%endif
%exclude %{_prefix}/lib/opera/liboperakde4.so
%files gtk
%defattr(-,root,root)
%{_prefix}/lib/opera/liboperagtk2.so
%if 0%{?suse_version} > 1120
%{_prefix}/lib/opera/liboperagtk3.so
%endif
%files kde4
%defattr(-,root,root)
%{_prefix}/lib/opera/liboperakde4.so
%changelog