rpms/moomps/FC-6 moomps.spec,1.14,1.15

Jean-Luc Fontaine (jfontain) fedora-extras-commits at redhat.com
Sat Nov 4 12:28:34 UTC 2006


Author: jfontain

Update of /cvs/extras/rpms/moomps/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4861

Modified Files:
	moomps.spec 
Log Message:
properly support 64 bit architecture by passing library directories to make.



Index: moomps.spec
===================================================================
RCS file: /cvs/extras/rpms/moomps/FC-6/moomps.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- moomps.spec	24 Oct 2006 18:54:15 -0000	1.14
+++ moomps.spec	4 Nov 2006 12:28:04 -0000	1.15
@@ -1,6 +1,6 @@
 Name: moomps
 Version: 5.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Powerful modular monitoring service
 Group: Applications/System
 License: GPL
@@ -29,7 +29,7 @@
 %setup -q
 
 %build
-make %{?_smp_mflags}
+make LIBDIR=%_libdir TCLLIBDIR=%_libdir
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -81,6 +81,10 @@
 
 
 %changelog
+* Sat Nov 4 2006 Jean-Luc Fontaine <jfontain at free.fr> 5.7-2
+- properly support 64 bit architecture by passing library
+  directories to make
+
 * Sat Oct 1 2006 Jean-Luc Fontaine <jfontain at free.fr> 5.7-1
 - 5.7 upstream release
 




More information about the fedora-extras-commits mailing list