diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-12-24 18:18:33 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-12-24 18:18:33 +0100 |
commit | 55bddf58868a60bd9282233024948707f441d679 (patch) | |
tree | 163ab09ea22c1fc100ee9975b48cc4e0caed7a75 /redhat/tde-i18n/tde-i18n-14.0.0.spec | |
parent | f4d8002c33f7660d874c3c667a25bfe01e278a71 (diff) | |
download | tde-packaging-55bddf58868a60bd9282233024948707f441d679.tar.gz tde-packaging-55bddf58868a60bd9282233024948707f441d679.zip |
RPM Packaging: update R14 packages
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 |