i said : afaik, 'make -j* install' does not work but 'make -j3 && make install' does
and it seems that using ccache gives also problems Vincent On Sun, Nov 18, 2012 at 10:57 AM, Enlightenment SVN <no-re...@enlightenment.org> wrote: > Log: > * Make sure install is done with only one make thread since vtorri says it > breaks things > * Complete spec in order to include current files and directories > > > Author: rui > Date: 2012-11-18 01:57:05 -0800 (Sun, 18 Nov 2012) > New Revision: 79415 > Trac: http://trac.enlightenment.org/e/changeset/79415 > > Modified: > trunk/efl/spec/efl.spec.in > > Modified: trunk/efl/spec/efl.spec.in > =================================================================== > --- trunk/efl/spec/efl.spec.in 2012-11-18 07:48:26 UTC (rev 79414) > +++ trunk/efl/spec/efl.spec.in 2012-11-18 09:57:05 UTC (rev 79415) > @@ -37,7 +37,7 @@ > %{__make} %{?_smp_mflags} %{?mflags} > > %install > -%{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install > +%{__make} %{?mflags_install} -j 1 DESTDIR=$RPM_BUILD_ROOT install > > %clean > test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT > @@ -52,16 +52,25 @@ > %defattr(-, root, root) > %doc AUTHORS README NEWS COPYING licenses/COPYING.BSD licenses/COPYING.LGPL > licenses/COPYING.GPL > %{_bindir}/* > +%{_libdir}/*.so > %{_libdir}/*.so.* > +%{_libdir}/evas/cserve2/loaders/*/linux-gnu-*/*.so > +%{_libdir}/evas/modules/engines/*/linux-gnu-*/*.so > +%{_libdir}/evas/modules/loaders/*/linux-gnu-*/*.so > +%{_libdir}/evas/modules/savers/*/linux-gnu-*/*.so > +%{_libexecdir}/* > > %files devel > %defattr(-, root, root) > %{_includedir}/* > %{_libdir}/pkgconfig/* > %{_libdir}/*.a > -%{_libdir}/*.so > %{_libdir}/*.la > -%{_datadir}/eina > -%{_datadir}/eet > +%{_libdir}/evas/cserve2/loaders/*/linux-gnu-*/*.la > +%{_libdir}/evas/modules/engines/*/linux-gnu-*/*.la > +%{_libdir}/evas/modules/loaders/*/linux-gnu-*/*.la > +%{_libdir}/evas/modules/savers/*/linux-gnu-*/*.la > +%{_datadir}/embryo > +%{_datadir}/evas > > %changelog > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel