diff options
Diffstat (limited to 'redhat/tde-i18n/tde-i18n-14.0.0.spec')
-rw-r--r-- | redhat/tde-i18n/tde-i18n-14.0.0.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/redhat/tde-i18n/tde-i18n-14.0.0.spec b/redhat/tde-i18n/tde-i18n-14.0.0.spec index f0f612baa..29a236193 100644 --- a/redhat/tde-i18n/tde-i18n-14.0.0.spec +++ b/redhat/tde-i18n/tde-i18n-14.0.0.spec @@ -38,7 +38,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # GFDL, with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. License: GFDL Group: User Interface/Desktops -BuildArch: noarch +BuildArch: noarch # Speed build options %define debug_package %{nil} @@ -719,7 +719,7 @@ for l in %{TDE_LANGS}; do --prefix=%{tde_prefix} \ --datadir=%{tde_datadir} \ --docdir=%{tde_tdedocdir} - %__make %{?_smp_mflags} + %__make %{?_smp_mflags} || %__make || echo Error ) & sleep 3 popd @@ -736,6 +736,7 @@ fi wait rm -f /tmp/rpmbuild.$$ + %install %__rm -rf %{?buildroot} export PATH="%{tde_bindir}:${PATH}" @@ -748,6 +749,7 @@ for l in %{TDE_LANGS}; do done done + # make symlinks relative %if "%{tde_prefix}" == "/usr" pushd "%{buildroot}%{tde_tdedocdir}/HTML" @@ -1244,4 +1246,4 @@ find "%{buildroot}%{tde_tdedocdir}/HTML" -size 0 -exec rm -f {} \; %changelog * Fri Jul 05 2013 Francois Andriot <francois.andriot@free.fr> - 14.0.0-1 -- Initial release for
\ No newline at end of file +- Initial release for |