]> git.pld-linux.org Git - packages/arora.git/blame_incremental - arora.spec
- BR: qt4-build
[packages/arora.git] / arora.spec
... / ...
CommitLineData
1%define snap 20080528
2Summary: A simple cross platform web browser
3Name: arora
4Version: 0.4
5Release: 1
6License: GPL v2
7Group: X11/Applications/Networking
8Source0: http://arora.googlecode.com/files/%{name}-%{version}.tar.gz
9# Source0-md5: 702d29d021f7ac2c4e3ace3252876071
10URL: http://code.google.com/p/arora/
11BuildRequires: QtWebKit-devel
12BuildRequires: qt4-build
13BuildRequires: qt4-linguist
14BuildRequires: qt4-qmake >= 4.4
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
28%setup -q
29
30%build
31qmake-qt4 PREFIX=%{_prefix}
32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37%{__make} -j1 install \
38 INSTALL_ROOT=$RPM_BUILD_ROOT
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc README ChangeLog
46%attr(755,root,root) %{_bindir}/arora
47%{_pixmapsdir}/*.*
48%{_iconsdir}/*/*/*/*.png
49%{_iconsdir}/*/*/*/*.svg
50%{_desktopdir}/arora.desktop
51%dir %{_datadir}/arora
52%dir %{_datadir}/arora/locale
53%lang(cs_CZ) %{_datadir}/arora/locale/cs_CZ.qm
54%lang(da) %{_datadir}/arora/locale/da.qm
55%lang(de) %{_datadir}/arora/locale/de.qm
56%lang(en) %{_datadir}/arora/locale/en.qm
57%lang(es) %{_datadir}/arora/locale/es.qm
58%lang(et) %{_datadir}/arora/locale/et.qm
59%lang(fr_CA) %{_datadir}/arora/locale/fr_CA.qm
60%lang(fr_FR) %{_datadir}/arora/locale/fr_FR.qm
61%lang(hu) %{_datadir}/arora/locale/hu.qm
62%lang(it) %{_datadir}/arora/locale/it.qm
63%lang(nl) %{_datadir}/arora/locale/nl.qm
64%lang(pl) %{_datadir}/arora/locale/pl.qm
65%lang(pt_BR) %{_datadir}/arora/locale/pt_BR.qm
66%lang(tr) %{_datadir}/arora/locale/tr.qm
67%lang(ru) %{_datadir}/arora/locale/ru.qm
68#%lang(zh_CN) %{_datadir}/arora/locale/zh_CN.qm
69%{_mandir}/man1/*.1*
This page took 0.085306 seconds and 4 git commands to generate.