SPECS: fedora-setuputil.spec - just build in build, don't try to i...

qboosh qboosh at pld-linux.org
Thu Nov 16 16:03:26 CET 2006


Author: qboosh                       Date: Thu Nov 16 15:03:26 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- just build in build, don't try to install outside buildsubdir

---- Files affected:
SPECS:
   fedora-setuputil.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/fedora-setuputil.spec
diff -u SPECS/fedora-setuputil.spec:1.11 SPECS/fedora-setuputil.spec:1.12
--- SPECS/fedora-setuputil.spec:1.11	Thu Nov 16 14:36:25 2006
+++ SPECS/fedora-setuputil.spec	Thu Nov 16 16:03:21 2006
@@ -31,7 +31,7 @@
 %setup -q
 
 %build
-%{__make} \
+%{__make} buildInstaller \
 	ARCH_OPT="%{rpmcflags} -I/usr/include/ncurses" \
 	ARCH_DEBUG="%{rpmcflags} -I/usr/include/ncurses" \
 	BUILD_DEBUG=%{?debug:full}%{!?debug:optimize} \
@@ -48,8 +48,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_includedir},%{_libdir}}
 
-install built/package/*/include/*.h $RPM_BUILD_ROOT%{_includedir}
-install built/package/*/lib/*.a $RPM_BUILD_ROOT%{_libdir}
+install built/*/include/*.h $RPM_BUILD_ROOT%{_includedir}
+install built/*/lib/*.a $RPM_BUILD_ROOT%{_libdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -65,6 +65,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2006/11/16 15:03:21  qboosh
+- just build in build, don't try to install outside buildsubdir
+
 Revision 1.11  2006/11/16 13:36:25  qboosh
 - mozldap >= 6.0 by default
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/fedora-setuputil.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list