]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- rel 3; ulimit fails on builders, so ignore its failure auto/th/libreoffice-5.0.2.1-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 18 Sep 2015 05:56:56 +0000 (07:56 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 18 Sep 2015 05:56:56 +0000 (07:56 +0200)
libreoffice.spec

index 8c1152fc5a73e9c58bf31463995040af7adfc91b..27a3b441c6dc200aba66770ee1b7d53096003ac8 100644 (file)
@@ -51,7 +51,7 @@ Summary:      LibreOffice - powerful office suite
 Summary(pl.UTF-8):     LibreOffice - potężny pakiet biurowy
 Name:          libreoffice
 Version:       %{major_ver}.1
-Release:       2
+Release:       3
 License:       GPL/LGPL
 Group:         X11/Applications
 Source0:       http://download.documentfoundation.org/libreoffice/src/%{major_ver}/%{name}-%{version}.tar.xz
@@ -2883,7 +2883,7 @@ RPM_BUILD_NR_THREADS="1"
 touch autogen.lastrun
 
 # get automatic backtraces while building (required gdb, too)
-ulimit -c unlimited
+ulimit -c unlimited || :
 
 export PATH=$PATH:%{_libdir}/interbase/bin
 %configure \
This page took 0.074096 seconds and 4 git commands to generate.