SPECS: initng.spec - fix build on amd64

glen glen at pld-linux.org
Thu Jun 30 19:09:42 CEST 2005


Author: glen                         Date: Thu Jun 30 17:09:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix build on amd64

---- Files affected:
SPECS:
   initng.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/initng.spec
diff -u SPECS/initng.spec:1.7 SPECS/initng.spec:1.8
--- SPECS/initng.spec:1.7	Thu Jun 30 18:42:27 2005
+++ SPECS/initng.spec	Thu Jun 30 19:09:36 2005
@@ -49,6 +49,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
+	LIBDIR=%{_lib} \
 	DESTDIR=$RPM_BUILD_ROOT
 
 ln -sf libinitng.so.0.0 $RPM_BUILD_ROOT/%{_lib}/libinitng.so.0
@@ -89,8 +90,8 @@
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/test.xml
 
 %attr(755,root,root) /%{_lib}/libinitng.so
-%attr(755,root,root) /%{_lib}/libinitng.so.*
-%attr(755,root,root) /%{_lib}/libinitng.so.*.*
+%attr(755,root,root) /%{_lib}/libinitng.so.0
+%attr(755,root,root) /%{_lib}/libinitng.so.0.0
 %dir %{_libdir}
 %attr(755,root,root) %{_libdir}/libbashlaunch.so.*.*
 %attr(755,root,root) %{_libdir}/libcpout.so.*.*
@@ -104,7 +105,7 @@
 %attr(755,root,root) %{_libdir}/libstdout.so.*.*
 %attr(755,root,root) %{_libdir}/libup.so.*.*
 %attr(755,root,root) %{_libdir}/libxmlconfig.so.*.*
-%dir %{_libdir}
+
 %dir %{_libdir}/scripts
 %dir %{_libdir}/scripts/net
 %{_libdir}/scripts/net/dhclient-wrapper
@@ -141,6 +142,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/06/30 17:09:36  glen
+- fix build on amd64
+
 Revision 1.7  2005/06/30 16:42:27  glen
 - R(bash) -- most of the scripts are in bash
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/initng.spec?r1=1.7&r2=1.8&f=u




More information about the pld-cvs-commit mailing list