]> git.pld-linux.org Git - packages/arora.git/blame_incremental - arora.spec
- up to 0.10.1
[packages/arora.git] / arora.spec
... / ...
CommitLineData
1Summary: A simple cross platform web browser
2Name: arora
3Version: 0.10.1
4Release: 1
5License: GPL v2
6Group: X11/Applications/Networking
7Source0: http://arora.googlecode.com/files/%{name}-%{version}.tar.gz
8# Source0-md5: ac38282a2d9134687d9c30dbb73c0fbc
9URL: http://code.google.com/p/arora/
10BuildRequires: QtSql-devel
11BuildRequires: QtWebKit-devel
12BuildRequires: qt4-build
13BuildRequires: qt4-linguist
14BuildRequires: qt4-qmake >= 4.5
15Suggests: xine-output-video-xcb
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
29%setup -q
30
31%build
32qmake-qt4 PREFIX=%{_prefix}
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} -j1 install \
39 INSTALL_ROOT=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc README ChangeLog
47%attr(755,root,root) %{_bindir}/*
48%{_pixmapsdir}/*.*
49%{_iconsdir}/*/*/*/*.png
50%{_iconsdir}/*/*/*/*.svg
51%{_desktopdir}/arora.desktop
52%dir %{_datadir}/arora
53%dir %{_datadir}/arora/locale
54%lang(ca) %{_datadir}/arora/locale/ca.qm
55%lang(cs_CZ) %{_datadir}/arora/locale/cs_CZ.qm
56%lang(da) %{_datadir}/arora/locale/da_DK.qm
57%lang(de) %{_datadir}/arora/locale/de_DE.qm
58#%lang(en_US) %{_datadir}/arora/locale/en_US.qm
59%lang(el_GR) %{_datadir}/arora/locale/el_GR.qm
60%lang(es) %{_datadir}/arora/locale/es.qm
61%lang(es_CR) %{_datadir}/arora/locale/es_CR.qm
62%lang(et) %{_datadir}/arora/locale/et_EE.qm
63%lang(fi_FI) %{_datadir}/arora/locale/fi_FI.qm
64%lang(fr_CA) %{_datadir}/arora/locale/fr_CA.qm
65%lang(fr_FR) %{_datadir}/arora/locale/fr_FR.qm
66%lang(gl) %{_datadir}/arora/locale/gl.qm
67%lang(he_IL) %{_datadir}/arora/locale/he_IL.qm
68%lang(hu) %{_datadir}/arora/locale/hu_HU.qm
69%lang(it) %{_datadir}/arora/locale/it_IT.qm
70%lang(ja) %{_datadir}/arora/locale/ja_JP.qm
71%lang(ms) %{_datadir}/arora/locale/ms.qm
72%lang(no) %{_datadir}/arora/locale/nb_NO.qm
73%lang(nl) %{_datadir}/arora/locale/nl_NL.qm
74%lang(pl) %{_datadir}/arora/locale/pl_PL.qm
75%lang(pt_BR) %{_datadir}/arora/locale/pt_BR.qm
76%lang(pt_PT) %{_datadir}/arora/locale/pt_PT.qm
77%lang(ru) %{_datadir}/arora/locale/ru_RU.qm
78%lang(sk) %{_datadir}/arora/locale/sk_SK.qm
79%lang(sr_RS) %{_datadir}/arora/locale/sr_RS.qm
80%lang(tr) %{_datadir}/arora/locale/tr_TR.qm
81%lang(uk) %{_datadir}/arora/locale/uk.qm
82%lang(zh_CN) %{_datadir}/arora/locale/zh_CN.qm
83%lang(zh_TW) %{_datadir}/arora/locale/zh_TW.qm
84%{_mandir}/man1/*.1*
This page took 0.119286 seconds and 4 git commands to generate.