SPECS: arora.spec - builds but don't know how to pass proper prefix and ins...
glen
glen at pld-linux.org
Wed May 28 22:05:43 CEST 2008
Author: glen Date: Wed May 28 20:05:43 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- builds but don't know how to pass proper prefix and install
---- Files affected:
SPECS:
arora.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/arora.spec
diff -u SPECS/arora.spec:1.1 SPECS/arora.spec:1.2
--- SPECS/arora.spec:1.1 Wed May 28 21:52:36 2008
+++ SPECS/arora.spec Wed May 28 22:05:38 2008
@@ -9,7 +9,8 @@
Source0: %{name}-20080528.tar.bz2
# Source0-md5: a5f1c6df366748bf8e6f556e12f220d1
URL: http://code.google.com/p/arora/
-BuildRequires: qt4-qmake > 4.4
+BuildRequires: QtWebKit-devel
+BuildRequires: qt4-qmake >= 4.4
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -26,7 +27,8 @@
%setup -q -n %{name}
%build
-%configure
+# XXX: how to pass PREFIX?
+qmake-qt4
%{__make}
%install
@@ -47,5 +49,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2008-05-28 20:05:38 glen
+- builds but don't know how to pass proper prefix and install
+
Revision 1.1 2008-05-28 19:52:36 glen
- new, just prep spec and source
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/arora.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list