File arora.spec of Package arora
#
# spec file for package arora
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 Raymond Wooninck <tittiatcoke@gmail.com>
#
# 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/
#
Name: arora
Summary: Cross Platform WebKit Browser
Group: Productivity/Networking/Web/Browsers
Url: http://code.google.com/p/arora/
License: GPLv2+
Version: 0.11.0
Release: 1
BuildRequires: libQtWebKit-devel libqt4-devel update-desktop-files
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Arora is a simple cross platform web browser. Currently Arora is a very basic
browser whose feature list includes things like "History" and "Bookmarks".
%prep
%setup -q -n %{name}-%{version}
%build
qmake -r PREFIX=/usr
make %{?_smp_mflags}
%install
make INSTALL_ROOT=$RPM_BUILD_ROOT install
%suse_update_desktop_file arora
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%defattr(-,root,root)
%doc AUTHORS ChangeLog LICENSE.* README
%{_bindir}/*
%{_mandir}/man1/*
%dir %{_datadir}/arora
%{_datadir}/arora/*
%{_datadir}/applications/arora.desktop
%{_datadir}/pixmaps/arora.xpm
%dir %{_datadir}/icons/hicolor
%dir %{_datadir}/icons/hicolor/128x128
%dir %{_datadir}/icons/hicolor/128x128/apps
%dir %{_datadir}/icons/hicolor/16x16
%dir %{_datadir}/icons/hicolor/16x16/apps
%dir %{_datadir}/icons/hicolor/32x32
%dir %{_datadir}/icons/hicolor/32x32/apps
%dir %{_datadir}/icons/hicolor/scalable
%dir %{_datadir}/icons/hicolor/scalable/apps
%{_datadir}/icons/hicolor/*/apps/arora.*
%changelog