rpms/gtk-gnutella/devel gtk-gnutella.spec,1.18,1.19

Dmitry Butskoy buc at fedoraproject.org
Fri Sep 26 14:40:56 UTC 2008


Author: buc

Update of /cvs/extras/rpms/gtk-gnutella/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7828

Modified Files:
	gtk-gnutella.spec 
Log Message:
pass compiler correctly for Configure script



Index: gtk-gnutella.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk-gnutella/devel/gtk-gnutella.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gtk-gnutella.spec	25 Jun 2008 07:39:45 -0000	1.18
+++ gtk-gnutella.spec	26 Sep 2008 14:40:26 -0000	1.19
@@ -1,7 +1,7 @@
 Name: gtk-gnutella
 Summary: GUI based Gnutella Client
 Version: 0.96.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Applications/Internet
 License: GPLv2+
 URL: http://gtk-gnutella.sourceforge.net
@@ -36,7 +36,7 @@
 ./Configure -O -Dprefix=%{_prefix} -Dbindir=%{_bindir} \
 	-Dglibpth="/%{_lib} %{_libdir}" \
 	-Dprivlib=%{_datadir}/%{name} -Dsysman=%{_mandir}/man1 \
-	-Dccflags="%{optflags} -Wall" -Dcc=%{__cc} -Doptimize=" " \
+	-Dccflags="%{optflags} -Wall" -Dcc="%{__cc}" -Doptimize=" " \
 	-Dyacc="byacc" -Dgtkversion=%{?_with_gtk1:1}%{!?_with_gtk1:2} \
 	-Dofficial=true -ders
 make %{?_smp_mflags}
@@ -82,6 +82,9 @@
 
 
 %changelog
+* Fri Sep 26 2008 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.96.5-3
+- pass compiler correctly for Configure script
+
 * Wed Jun 25 2008 Tomas Mraz <tmraz at redhat.com> - 0.96.5-2
 - rebuild with new gnutls
 




More information about the fedora-extras-commits mailing list