it seems this is not needed anymore

f41
David Tardon 8 years ago
parent 14ae80d9c0
commit 7c55e95e8a

@ -32,9 +32,6 @@
%global file_triggers 1 %global file_triggers 1
%endif %endif
%global girapiversion 0.1 %global girapiversion 0.1
%ifarch %{arm}
%global armhack 1
%endif
# get english only and no-langpacks for a faster smoketest build # get english only and no-langpacks for a faster smoketest build
# fedpkg compile/install/local/mockbuild does not handle --without ATM, # fedpkg compile/install/local/mockbuild does not handle --without ATM,
@ -754,9 +751,7 @@ Provides %{langname} help for LibreOffice. \
\ \
%files help-%{lang} \ %files help-%{lang} \
%docdir %{baseinstdir}/help/%{_langpack_lang} \ %docdir %{baseinstdir}/help/%{_langpack_lang} \
%if !0%{?armhack}
%{baseinstdir}/help/%{_langpack_lang} \ %{baseinstdir}/help/%{_langpack_lang} \
%endif
} \ } \
\ \
%files %{pkgname} \ %files %{pkgname} \
@ -1047,9 +1042,7 @@ touch autogen.lastrun
--with-build-version="%{version}-%{release}" \ --with-build-version="%{version}-%{release}" \
--with-external-dict-dir=/usr/share/myspell \ --with-external-dict-dir=/usr/share/myspell \
--with-external-tar="$EXTSRCDIR" \ --with-external-tar="$EXTSRCDIR" \
%if !0%{?armhack}
--with-help \ --with-help \
%endif
--with-system-dicts \ --with-system-dicts \
--with-system-libs \ --with-system-libs \
--without-fonts \ --without-fonts \

Loading…
Cancel
Save