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