SPECS: arora.spec (NEW) - new, just prep spec and source
glen
glen at pld-linux.org
Wed May 28 21:52:41 CEST 2008
Author: glen Date: Wed May 28 19:52:41 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, just prep spec and source
---- Files affected:
SPECS:
arora.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/arora.spec
diff -u /dev/null SPECS/arora.spec:1.1
--- /dev/null Wed May 28 21:52:41 2008
+++ SPECS/arora.spec Wed May 28 21:52:36 2008
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+%define snap 20080528
+Summary: A simple cross platform web browser
+Name: arora
+Version: 0.2
+Release: 0.1
+License: GPL v2
+Group: X11/Applications/Networking
+Source0: %{name}-20080528.tar.bz2
+# Source0-md5: a5f1c6df366748bf8e6f556e12f220d1
+URL: http://code.google.com/p/arora/
+BuildRequires: qt4-qmake > 4.4
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Arora was originally created as a demo for Qt to help test the
+QtWebKit component and find API issues and bugs before the release. An
+older version can still be found in Qt's source code in the
+demo/browser directory. Currently Arora is a very basic browser whose
+feature list includes things like "History" and "Bookmarks". It does
+not have support for netscape plugins, so no flash support until Qt
+4.5. But it is small, less then 10,000 lines of code, very fast, lean,
+mean and loads of fun to hack on.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README ChangeLog
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008-05-28 19:52:36 glen
+- new, just prep spec and source
================================================================
More information about the pld-cvs-commit
mailing list