diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-07-26 19:11:38 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-07-26 19:11:38 +0200 |
commit | 0d57d7cd7eb1a7f937a3156a45027b1180bccdae (patch) | |
tree | e16a5b1ad34a835890d79bc36dc2aa511a6c7fe2 /redhat/tde-i18n/tde-i18n-14.0.0.spec | |
parent | a6addf0c3f16eff1463d765975721a92e69c053b (diff) | |
download | tde-packaging-0d57d7cd7eb1a7f937a3156a45027b1180bccdae.tar.gz tde-packaging-0d57d7cd7eb1a7f937a3156a45027b1180bccdae.zip |
RPM Packaging: update tde-i18n
Diffstat (limited to 'redhat/tde-i18n/tde-i18n-14.0.0.spec')
-rw-r--r-- | redhat/tde-i18n/tde-i18n-14.0.0.spec | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/redhat/tde-i18n/tde-i18n-14.0.0.spec b/redhat/tde-i18n/tde-i18n-14.0.0.spec index d32a0bc25..0d70440da 100644 --- a/redhat/tde-i18n/tde-i18n-14.0.0.spec +++ b/redhat/tde-i18n/tde-i18n-14.0.0.spec @@ -47,20 +47,15 @@ AutoReq: no Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz +# Main patch: lots of updates for TDE R14.0.0 +Patch1: tde-i18n-14.0.0-fr-updates.patch + # Translate 'tdesu' message was modified in 'tdebase' package -Patch0: tde-i18n-14.0.0-fr-tdesu_no_ignore_button.patch +Patch2: tde-i18n-14.0.0-fr-tdesu_no_ignore_button.patch # Translate 'Open Terminal Here' desktop shortcut -Patch1: tde-i18n-14.0.0-fr-openterminalhere.patch - -# TDE 3.5.13: French translations for new features -Patch2: tde-i18n-14.0.0-fr-add_french_translations.patch - -# TDE 3.5.13: Updated translations for zh_TW, thanks to Wei-Lun Chao ! -Patch3: kde-i18n-zh_TW-3.5.10.patch.gz +Patch3: tde-i18n-14.0.0-fr-openterminalhere.patch -# TDE 3.5.13.2: Updated french translations -Patch4: tde-i18n-14.0.0-fr-updates.patch BuildRequires: findutils BuildRequires: gettext @@ -697,15 +692,9 @@ Provides: trinity-kde-i18n-Chinese-Big5 = %{version}-%{release} # Patches for French translations pushd tde-i18n-fr -%patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch4 -p1 -popd - -# Patches for Chinese (zh_TW) translations -pushd tde-i18n-zh_TW -zcat %{PATCH3} | patch -p1 || : +%patch3 -p1 popd %__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in" |