rpms/gnash/devel gnash.spec,1.38,1.39

Kevin Kofler kkofler at fedoraproject.org
Sat Oct 18 22:24:27 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/gnash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3724/devel

Modified Files:
	gnash.spec 
Log Message:
- add missing BR giflib-devel
- use --with-qt-incl and --with-qt-lib instead of unrecognized --with-qtdir


Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- gnash.spec	18 Oct 2008 22:07:34 -0000	1.38
+++ gnash.spec	18 Oct 2008 22:23:57 -0000	1.39
@@ -40,6 +40,7 @@
 BuildRequires:  %{_bindir}/docbook2pdf
 BuildRequires:  gstreamer-devel >= 0.10
 BuildRequires:  scrollkeeper
+BuildRequires:  giflib-devel
 # Need to autoreconf for the KDE 4 patch
 BuildRequires:  autoconf automake libtool
 
@@ -127,7 +128,8 @@
   --enable-cygnal \
   --enable-gui=gtk,kde,kde4,sdl,fb \
   --disable-kparts \
-  --with-qtdir=$QTDIR \
+  --with-qt-incl=$QTDIR/include \
+  --with-qt-lib=$QTDIR/lib \
   --with-qt4=%{_kde4_prefix} \
   --with-kde4=%{_kde4_prefix}
 %else
@@ -285,6 +287,8 @@
 * Sat Oct 18 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.8.4-2
 - update KDE 4 patch (undo the backporting and use original patch)
 - patch to make autoreconf work
+- add missing BR giflib-devel
+- use --with-qt-incl and --with-qt-lib instead of unrecognized --with-qtdir
 
 * Sat Oct 18 2008 Patrice Dumas <pertusus at free.fr> 0.8.4-1
 - update to 0.8.4




More information about the scm-commits mailing list