]> git.pld-linux.org Git - packages/arora.git/blob - arora.spec
- new, just prep spec and source
[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:        0.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:  qt4-qmake > 4.4
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Arora was originally created as a demo for Qt to help test the
16 QtWebKit component and find API issues and bugs before the release. An
17 older version can still be found in Qt's source code in the
18 demo/browser directory. Currently Arora is a very basic browser whose
19 feature list includes things like "History" and "Bookmarks". It does
20 not have support for netscape plugins, so no flash support until Qt
21 4.5. But it is small, less then 10,000 lines of code, very fast, lean,
22 mean and loads of fun to hack on.
23
24 %prep
25 %setup -q -n %{name}
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README ChangeLog
This page took 0.068335 seconds and 3 git commands to generate.