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