rpms/netgo/FC-4 netgo.spec,1.2,1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jun 19 17:39:06 UTC 2006


Author: spot

Update of /cvs/extras/rpms/netgo/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21887/FC-4

Modified Files:
	netgo.spec 
Log Message:

Resolve bz 186646



Index: netgo.spec
===================================================================
RCS file: /cvs/extras/rpms/netgo/FC-4/netgo.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- netgo.spec	28 Feb 2006 23:18:57 -0000	1.2
+++ netgo.spec	6 Apr 2006 23:45:48 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		netgo
 Version:	0.5
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	GPL
 Group:		Applications/System
 Summary:	Networking profile manager
@@ -28,11 +28,14 @@
 %setup -q
 
 %build
+unset QTDIR ; . /etc/profile.d/qt.sh
 %configure
+sed -i -e /strip/d Makefile
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+unset QTDIR ; . /etc/profile.d/qt.sh
 make INSTALL_ROOT=$RPM_BUILD_ROOT install
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
@@ -77,6 +80,9 @@
 %{_sbindir}/netgo
 
 %changelog
+* Thu Apr  6 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.5-5
+- resolve bz 186646, don't fail build, don't strip binaries
+
 * Tue Feb 28 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.5-4
 - bump for FC-5
 




More information about the scm-commits mailing list