rpms/cman/devel cman-makefix.patch,NONE,1.1 cman.spec,1.57,1.58

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Aug 3 21:02:46 UTC 2006


Author: cfeist

Update of /cvs/dist/rpms/cman/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15754

Modified Files:
	cman.spec 
Added Files:
	cman-makefix.patch 
Log Message:
Added patch to install static lib for group.

cman-makefix.patch:
 Makefile |    3 +++
 1 files changed, 3 insertions(+)

--- NEW FILE cman-makefix.patch ---
--- cman-2.0.5/group/lib/Makefile.makefix	2006-08-03 16:00:20.000000000 -0500
+++ cman-2.0.5/group/lib/Makefile	2006-08-03 16:01:35.000000000 -0500
@@ -34,6 +34,9 @@ libgroup.o: libgroup.c
 copytobin: all
 
 install: all
+	install -d ${incdir}
+	install -d ${libdir}
+	install $(LIBNAME).a ${libdir}
 
 uninstall:
 


Index: cman.spec
===================================================================
RCS file: /cvs/dist/rpms/cman/devel/cman.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- cman.spec	2 Aug 2006 23:14:09 -0000	1.57
+++ cman.spec	3 Aug 2006 21:02:44 -0000	1.58
@@ -14,7 +14,7 @@
 
 Name: cman
 Version: %{cman_major}.%{cman_minor}
-Release: 0.fc6.3
+Release: 0.fc6.4
 License: GPL
 Group: System Environment/Base
 Summary: cman - The Cluster Manager
@@ -31,6 +31,7 @@
 URL: http://sources.redhat.com/cluster/
 Source0: %{name}-%{version}.tar.gz
 Patch0: cman-2.0.5-libraryfix.patch
+Patch1: cman-makefix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -47,6 +48,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .libraryfix
+%patch1 -p1 -b .makefix
 
 %build
 TOPDIR=`pwd`




More information about the fedora-cvs-commits mailing list