rpms/gtk-gnutella/FC-5 gtk-gnutella.spec,1.11,1.12

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Mon Nov 13 18:28:44 UTC 2006


Author: buc

Update of /cvs/extras/rpms/gtk-gnutella/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2935

Modified Files:
	gtk-gnutella.spec 
Log Message:



Index: gtk-gnutella.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk-gnutella/FC-5/gtk-gnutella.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gtk-gnutella.spec	13 Nov 2006 17:40:24 -0000	1.11
+++ gtk-gnutella.spec	13 Nov 2006 18:28:10 -0000	1.12
@@ -33,8 +33,9 @@
 
 %build
 ./Configure -O -Dprefix=%{_prefix} -Dbindir=%{_bindir} \
+	-Dglibpth="%{_lib} %{_libdir}" \
 	-Dprivlib=%{_datadir}/%{name} -Dsysman=%{_mandir}/man1 \
-	-Dccflags="$RPM_OPT_FLAGS -Wall" -Dcc=gcc -Doptimize="-O2" \
+	-Dccflags="%{optflags} -Wall" -Dcc=%{__cc} -Doptimize=" " \
 	-Dyacc="byacc" -Dgtkversion=%{?_with_gtk1:1}%{!?_with_gtk1:2} \
 	-Dofficial=true -ders
 make %{?_smp_mflags}
@@ -83,6 +84,7 @@
 %changelog
 * Mon Nov 13 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.96.3-1
 - update to 0.96.3
+- specify libdirs explicitly for Configure script (needed for x86_64)
 
 * Mon Oct 23 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.96.2-1
 - update to 0.96.2




More information about the scm-commits mailing list