]> git.pld-linux.org Git - packages/arora.git/blame - arora.spec
- builds but don't know how to pass proper prefix and install
[packages/arora.git] / arora.spec
CommitLineData
2d0e3e2e
ER
1%define snap 20080528
2Summary: A simple cross platform web browser
3Name: arora
4Version: 0.2
5Release: 0.1
6License: GPL v2
7Group: X11/Applications/Networking
8Source0: %{name}-20080528.tar.bz2
9# Source0-md5: a5f1c6df366748bf8e6f556e12f220d1
10URL: http://code.google.com/p/arora/
93dc58cf
ER
11BuildRequires: QtWebKit-devel
12BuildRequires: qt4-qmake >= 4.4
2d0e3e2e
ER
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Arora was originally created as a demo for Qt to help test the
17QtWebKit component and find API issues and bugs before the release. An
18older version can still be found in Qt's source code in the
19demo/browser directory. Currently Arora is a very basic browser whose
20feature list includes things like "History" and "Bookmarks". It does
21not have support for netscape plugins, so no flash support until Qt
224.5. But it is small, less then 10,000 lines of code, very fast, lean,
23mean and loads of fun to hack on.
24
25%prep
26%setup -q -n %{name}
27
28%build
93dc58cf
ER
29# XXX: how to pass PREFIX?
30qmake-qt4
2d0e3e2e
ER
31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%doc README ChangeLog
This page took 0.058253 seconds and 4 git commands to generate.