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