]> git.pld-linux.org Git - packages/arora.git/blob - arora.spec
1bf0e1ee01dae98087f65f1ad85032c36c3b5a35
[packages/arora.git] / arora.spec
1 %define         snap    20080528
2 Summary:        A simple cross platform web browser
3 Name:           arora
4 Version:        0.2
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Networking
8 Source0:        %{name}-20080528.tar.bz2
9 # Source0-md5:  a5f1c6df366748bf8e6f556e12f220d1
10 URL:            http://code.google.com/p/arora/
11 BuildRequires:  QtWebKit-devel
12 BuildRequires:  qt4-qmake >= 4.4
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Arora was originally created as a demo for Qt to help test the
17 QtWebKit component and find API issues and bugs before the release. An
18 older version can still be found in Qt's source code in the
19 demo/browser directory. Currently Arora is a very basic browser whose
20 feature list includes things like "History" and "Bookmarks". It does
21 not have support for netscape plugins, so no flash support until Qt
22 4.5. But it is small, less then 10,000 lines of code, very fast, lean,
23 mean and loads of fun to hack on.
24
25 %prep
26 %setup -q -n %{name}
27
28 %build
29 qmake-qt4 PREFIX=%{_prefix}
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 %{__make} install \
35         INSTALL_ROOT=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README ChangeLog
43 %attr(755,root,root) %{_bindir}/arora
44 %{_desktopdir}/arora.desktop
45 %dir %{_datadir}/arora
46 %lang(cs_CZ) %{_datadir}/arora/locale/cs_CZ.qm
47 %lang(de) %{_datadir}/arora/locale/de.qm
48 %lang(en) %{_datadir}/arora/locale/en.qm
49 %lang(es) %{_datadir}/arora/locale/es.qm
50 %lang(fr) %{_datadir}/arora/locale/fr.qm
51 %lang(pl) %{_datadir}/arora/locale/pl.qm
52 %lang(ru) %{_datadir}/arora/locale/ru.qm
This page took 0.052872 seconds and 3 git commands to generate.