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