rpms/ekg/devel ekg-rpm.patch,1.1,1.2 ekg.spec,1.7,1.8

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Sun Jan 6 16:13:22 UTC 2008


Author: rathann

Update of /cvs/pkgs/rpms/ekg/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16125

Modified Files:
	ekg-rpm.patch ekg.spec 
Log Message:
- fix parallel build

ekg-rpm.patch:

Index: ekg-rpm.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ekg/devel/ekg-rpm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ekg-rpm.patch	7 Sep 2006 13:08:59 -0000	1.1
+++ ekg-rpm.patch	6 Jan 2008 16:13:04 -0000	1.2
@@ -20,3 +20,14 @@
  LIBS = @LIBS_LIBGADU@
  
  MAKE = @MAKE@
+--- ekg-1.7/src/Makefile.in.r	2008-01-06 16:55:16.000000000 +0100
++++ ekg-1.7/src/Makefile.in	2008-01-06 16:58:52.000000000 +0100
+@@ -30,7 +30,7 @@ ekg:	$(OBJS) comptime.c @libgadu_a@
+ 	$(CC) $(CFLAGS) -c -o comptime.o comptime.c
+ 	$(CC) $(CFLAGS) -o ekg $(OBJS) comptime.o @LIBGADU_LIBPATH@ @lgadu@ @libgadu_a@ $(LDFLAGS) $(LIBS)
+ 
+-ioctld:	ioctld.c
++ioctld:	$(IOCTLD_OBJS) ioctld.c
+ 	$(CC) $(CFLAGS) ioctld.c -o ioctld $(LIBS) @IOCTLD_OBJS@
+ 
+ dep:	.depend


Index: ekg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ekg/devel/ekg.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ekg.spec	1 Jan 2008 17:31:23 -0000	1.7
+++ ekg.spec	6 Jan 2008 16:13:04 -0000	1.8
@@ -1,6 +1,6 @@
 Name:		ekg
 Version:	1.7
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A client compatible with Gadu-Gadu
 Summary(de):	Ein Cliente kompatibel mit Gadu-Gadu
 Summary(es):	Un cliente compatible con Gadu-Gadu
@@ -143,6 +143,9 @@
 %lang(pl) %{_mandir}/pl/man1/*
 
 %changelog
+* Sun Jan 06 2008 Dominik Mierzejewski <rpm at greysector.net> 1.7-5
+- fix parallel build
+
 * Tue Jan 01 2008 Dominik Mierzejewski <rpm at greysector.net> 1.7-4
 - use luit wrapper to work around lack of unicode support (bug #210745)
 - fix line endings and docs encoding in prep instead of install section




More information about the fedora-extras-commits mailing list