rpms/xca/devel xca.spec,1.34,1.35

ensc ensc at fedoraproject.org
Sun Apr 18 09:08:41 UTC 2010


Author: ensc

Update of /cvs/extras/rpms/xca/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10417

Modified Files:
	xca.spec 
Log Message:
fixed implicit DSO linking (#565073)



Index: xca.spec
===================================================================
RCS file: /cvs/extras/rpms/xca/devel/xca.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- xca.spec	16 Jan 2010 16:33:18 -0000	1.34
+++ xca.spec	18 Apr 2010 09:08:41 -0000	1.35
@@ -5,7 +5,7 @@
 Summary:	Graphical X.509 certificate management tool
 Name:		xca
 Version:	0.8.1
-Release:	%release_func 1300
+Release:	%release_func 1400
 
 License:	BSD
 Group:		Applications/Productivity
@@ -58,7 +58,8 @@ sed -i -e 's!xca\.xpm!fedora-xca!g;s!^Ex
 %build
 #test -n "$QTDIR" || . %_sysconfdir/profile.d/qt.sh
 export QTDIR=%_libdir/qt4
-CC='%__cc' LD='%__ld' CFLAGS="$RPM_OPT_FLAGS -DDISABLE_EC -DXCA_DEFAULT_TRANSLATE=\\\"%_datadir/qt4/translations\\\"" STRIP=: prefix=%_prefix \
+CC='%__cxx' LD='%__ld' CFLAGS="$RPM_OPT_FLAGS -DDISABLE_EC -DXCA_DEFAULT_TRANSLATE=\\\"%_datadir/qt4/translations\\\"" \
+STRIP=: prefix=%_prefix LIBS="-Wl,-as-needed `pkg-config --libs QtGui`" \
 ./configure `pwd`/_tmp_root{,/usr}
 make %{?_smp_mflags}
 
@@ -134,6 +135,9 @@ gtk-update-icon-cache %_datadir/icons/hi
 
 
 %changelog
+* Sun Apr 18 2010 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.8.1-1400
+- fixed implicit DSO linking (#565073)
+
 * Sat Jan 16 2010 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.8.1-1300
 - updated to 0.8.1
 - reenabled ppc64



More information about the scm-commits mailing list