SPECS: taskjuggler.spec - make -j1 to build (temporary file confli...

qboosh qboosh at pld-linux.org
Sat Jan 26 00:14:45 CET 2008


Author: qboosh                       Date: Fri Jan 25 23:14:45 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- make -j1 to build (temporary file conflict in external commands?)
- ghost soname symlink

---- Files affected:
SPECS:
   taskjuggler.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/taskjuggler.spec
diff -u SPECS/taskjuggler.spec:1.15 SPECS/taskjuggler.spec:1.16
--- SPECS/taskjuggler.spec:1.15	Tue Jan 22 23:24:42 2008
+++ SPECS/taskjuggler.spec	Sat Jan 26 00:14:40 2008
@@ -83,7 +83,8 @@
 	--disable-rpath \
 	--disable-final
 
-%{__make}
+# parallel make is broken in doc/en (looks like temporary file conflict)
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -98,7 +99,6 @@
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/libtaskjuggler.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/libtaskjuggler.so
-rm -f $RPM_BUILD_ROOT%{_libdir}/libtaskjuggler.so.3
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -110,7 +110,8 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*so.*.*.*
+%attr(755,root,root) %{_libdir}/libtaskjuggler.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtaskjuggler.so.3
 %{_desktopdir}/kde/*
 %{_iconsdir}/*/*/*/*
 %{_datadir}/apps/katepart/syntax/taskjuggler.xml
@@ -124,6 +125,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2008-01-25 23:14:40  qboosh
+- make -j1 to build (temporary file conflict in external commands?)
+- ghost soname symlink
+
 Revision 1.15  2008-01-22 22:24:42  glen
 - check files cleanup
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/taskjuggler.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list