]> git.pld-linux.org Git - packages/arora.git/blame - arora.spec
- update-desktop-database (.desktop specifies MimeType)
[packages/arora.git] / arora.spec
CommitLineData
2d0e3e2e
ER
1Summary: A simple cross platform web browser
2Name: arora
7fb9974f 3Version: 0.11.0
e8885aa4 4Release: 2
2d0e3e2e
ER
5License: GPL v2
6Group: X11/Applications/Networking
c64d29dc 7Source0: http://arora.googlecode.com/files/%{name}-%{version}.tar.gz
7fb9974f 8# Source0-md5: 64334ce4198861471cad9316d841f0cb
2d0e3e2e 9URL: http://code.google.com/p/arora/
0da25be6 10BuildRequires: QtSql-devel
93dc58cf 11BuildRequires: QtWebKit-devel
025e19c2 12BuildRequires: pkgconfig
58211a81 13BuildRequires: qt4-build
aed6f518 14BuildRequires: qt4-linguist
bcc0546b 15BuildRequires: qt4-qmake >= 4.5
e8885aa4 16Requires: desktop-file-utils
a3c28470 17Suggests: xine-output-video-xcb
2d0e3e2e
ER
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Arora was originally created as a demo for Qt to help test the
22QtWebKit component and find API issues and bugs before the release. An
23older version can still be found in Qt's source code in the
24demo/browser directory. Currently Arora is a very basic browser whose
25feature list includes things like "History" and "Bookmarks". It does
26not have support for netscape plugins, so no flash support until Qt
274.5. But it is small, less then 10,000 lines of code, very fast, lean,
28mean and loads of fun to hack on.
29
30%prep
c64d29dc 31%setup -q
2d0e3e2e
ER
32
33%build
8bbde850 34qmake-qt4 PREFIX=%{_prefix}
2d0e3e2e
ER
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
8acb730a 39%{__make} -j1 install \
622ea0b2 40 INSTALL_ROOT=$RPM_BUILD_ROOT
2d0e3e2e
ER
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
e8885aa4
ER
45%post
46%update_desktop_database
47
2d0e3e2e
ER
48%files
49%defattr(644,root,root,755)
50%doc README ChangeLog
5088438c 51%attr(755,root,root) %{_bindir}/*
c64d29dc
AM
52%{_pixmapsdir}/*.*
53%{_iconsdir}/*/*/*/*.png
54%{_iconsdir}/*/*/*/*.svg
8bbde850 55%{_desktopdir}/arora.desktop
56%dir %{_datadir}/arora
f26a87bf 57%dir %{_datadir}/arora/locale
56f76215 58%lang(ca) %{_datadir}/arora/locale/ca.qm
8bbde850 59%lang(cs_CZ) %{_datadir}/arora/locale/cs_CZ.qm
faa2522d 60%lang(da) %{_datadir}/arora/locale/da_DK.qm
61%lang(de) %{_datadir}/arora/locale/de_DE.qm
0da25be6
AM
62#%lang(en_US) %{_datadir}/arora/locale/en_US.qm
63%lang(el_GR) %{_datadir}/arora/locale/el_GR.qm
8bbde850 64%lang(es) %{_datadir}/arora/locale/es.qm
faa2522d 65%lang(es_CR) %{_datadir}/arora/locale/es_CR.qm
66%lang(et) %{_datadir}/arora/locale/et_EE.qm
0da25be6 67%lang(fi_FI) %{_datadir}/arora/locale/fi_FI.qm
c64d29dc
AM
68%lang(fr_CA) %{_datadir}/arora/locale/fr_CA.qm
69%lang(fr_FR) %{_datadir}/arora/locale/fr_FR.qm
faa2522d 70%lang(gl) %{_datadir}/arora/locale/gl.qm
71%lang(he_IL) %{_datadir}/arora/locale/he_IL.qm
72%lang(hu) %{_datadir}/arora/locale/hu_HU.qm
73%lang(it) %{_datadir}/arora/locale/it_IT.qm
74%lang(ja) %{_datadir}/arora/locale/ja_JP.qm
75%lang(ms) %{_datadir}/arora/locale/ms.qm
76%lang(no) %{_datadir}/arora/locale/nb_NO.qm
7fb9974f 77%lang(nl) %{_datadir}/arora/locale/nl.qm
faa2522d 78%lang(pl) %{_datadir}/arora/locale/pl_PL.qm
5088438c 79%lang(pt_BR) %{_datadir}/arora/locale/pt_BR.qm
ef72e615 80%lang(pt_PT) %{_datadir}/arora/locale/pt_PT.qm
faa2522d 81%lang(ru) %{_datadir}/arora/locale/ru_RU.qm
82%lang(sk) %{_datadir}/arora/locale/sk_SK.qm
5088438c 83%lang(sr_RS) %{_datadir}/arora/locale/sr_RS.qm
faa2522d 84%lang(tr) %{_datadir}/arora/locale/tr_TR.qm
85%lang(uk) %{_datadir}/arora/locale/uk.qm
86%lang(zh_CN) %{_datadir}/arora/locale/zh_CN.qm
56f76215 87%lang(zh_TW) %{_datadir}/arora/locale/zh_TW.qm
c64d29dc 88%{_mandir}/man1/*.1*
This page took 0.074765 seconds and 5 git commands to generate.