rpms/netdump/devel netdump-glib2.patch, NONE, 1.1 netdump.spec, 1.22, 1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 4 15:37:54 UTC 2006


Author: notting

Update of /cvs/dist/rpms/netdump/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15142

Modified Files:
	netdump.spec 
Added Files:
	netdump-glib2.patch 
Log Message:
build against glib2


netdump-glib2.patch:
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE netdump-glib2.patch ---
--- netdump-0.7.14/Makefile.ook	2006-04-04 11:34:48.000000000 -0400
+++ netdump-0.7.14/Makefile	2006-04-04 11:35:10.000000000 -0400
@@ -1,7 +1,7 @@
 DEBUG_FLAGS=-Wall -g
 
-CFLAGS=`glib-config --cflags` $(DEBUG_FLAGS) -D_FILE_OFFSET_BITS=64
-LDFLAGS=`glib-config --libs` -lpopt
+CFLAGS=`pkg-config --cflags glib-2.0` $(DEBUG_FLAGS) -D_FILE_OFFSET_BITS=64
+LDFLAGS=`pkg-config --libs glib-2.0` -lpopt
 
 VERSION=$(shell awk '/Version:/ { print $$2 }' netdump.spec)
 # Used to append this to CVSTAG: _$(subst .,-,$(RELEASE)), but now that


Index: netdump.spec
===================================================================
RCS file: /cvs/dist/rpms/netdump/devel/netdump.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- netdump.spec	11 Feb 2006 04:44:04 -0000	1.22
+++ netdump.spec	4 Apr 2006 15:37:46 -0000	1.23
@@ -1,12 +1,13 @@
 Summary: Client setup for network kernel message logging and crash dumps
 Name: netdump
 Version: 0.7.14
-Release: 1.2.1
+Release: 2
 Source0: %{name}-%{version}.tar.gz
 License: GPL
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-root
-BuildRequires: glib-devel
+BuildRequires: glib2-devel
+Patch: netdump-glib2.patch
 Requires: /usr/bin/ssh-keygen /usr/bin/ssh fileutils textutils gawk /sbin/ifconfig
 
 %package server
@@ -95,6 +96,9 @@
 %doc example_scripts
 
 %changelog
+* Tue Apr  4 2006 Bill Nottingham <notting at redhat.com> - 0.7.14-2
+- build against glib2
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 0.7.14-1.2.1
 - bump again for double-long bug on ppc(64)
 




More information about the fedora-cvs-commits mailing list