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