]> git.pld-linux.org Git - packages/arora.git/commitdiff
- builds but don't know how to pass proper prefix and install
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 28 May 2008 20:05:38 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arora.spec -> 1.2

arora.spec

index 6c5464528b7fec91c9e998e9ac280ee6c6f56f50..b09aaa5db713d5c34e162ec4420d443f79a770b3 100644 (file)
@@ -8,7 +8,8 @@ Group:          X11/Applications/Networking
 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
@@ -25,7 +26,8 @@ mean and loads of fun to hack on.
 %setup -q -n %{name}
 
 %build
-%configure
+# XXX: how to pass PREFIX?
+qmake-qt4
 %{__make}
 
 %install
This page took 0.074193 seconds and 4 git commands to generate.