]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- splash done; added --with-arch for ppc/sparc (needs next ooo-build snap)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 29 Jul 2004 22:34:51 +0000 (22:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.428

libreoffice.spec

index 9b6cba9a9de6163da0dd9bfaecf547106096f128..fb1d3af947fb6ed37d3c7aeb085e446931556bb7 100644 (file)
@@ -2,7 +2,7 @@
 #      - normal build requires little less than 4GB of disk space
 #      - full debug build requires about 9GB of disk space
 # TODO:
-#      - fix version on splash (currently 1.1.1, must be 1.1.2 or just 1.1)
+#      - wait for nearest ooo-build snap (with --with-arch support)
 #      - drop requirement on nas-devel
 #      - fix locale names and other locale related things
 #      - --with-system-myspell + myspell package as in Debian
@@ -142,7 +142,7 @@ Requires:   %{name}-i18n-en = %{epoch}:%{version}-%{release}
 Requires:      cups-lib
 Requires:      db
 Requires:      libstdc++ >= 5:3.2.1
-ExclusiveArch: %{ix86} sparc ppc
+ExclusiveArch: %{ix86} ppc sparc sparcv9
 #Suggested:    chkfontpath
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -1023,6 +1023,12 @@ RPM_BUILD_NR_THREADS="%(echo "%{__make}" | sed -e 's#.*-j\([[:space:]]*[0-9]\+\)
 [ "$RPM_BUILD_NR_THREADS" != "%{__make}" -a "$RPM_BUILD_NR_THREADS" -gt 4 ] && RPM_BUILD_NR_THREADS=4 || RPM_BUILD_NR_THREADS=1
 
 CONFOPTS=" \
+%ifarch ppc
+       --with-arch=ppc \
+%endif
+%ifarch sparc sparcv9
+       --with-arch=sparc \
+%endif
        --with-tag=OOO_%{dfullver} \
        --with-ccache-allowed \
        --with-system-gcc \
@@ -1080,7 +1086,8 @@ CONFOPTS=" \
 CONFIGURE_OPTIONS="$CONFOPTS"; export CONFIGURE_OPTIONS
 
 # main build
-%configure $CONFOPTS
+%configure \
+       $CONFOPTS
 
 # this limits processing some files but doesn't limit parallel build
 # processes of main OOo build (since OOo uses it's own build system)
This page took 0.035999 seconds and 4 git commands to generate.