Sync from SUSE:SLFO:Main translation-update-upstream revision 80b5e3b12e9442a348d359ff670fd602
This commit is contained in:
parent
0724c41ce8
commit
ee7dd4ee86
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 15:50:47 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 09:00:23 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix build with RPM 4.19: unnumbered patches are no longer
|
||||
supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 10 14:37:34 CET 2020 - sbrabec@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package translation-update-upstream
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -37,7 +37,7 @@ Source8: msgheadermerge-parse
|
||||
Source9: msgheadermerge-empty.pot
|
||||
Source10: %{name}-embedded-README
|
||||
Source11: translation-update-mandatory-%{version}.tar.bz2
|
||||
Patch: %{name}-embedded.patch
|
||||
Patch0: %{name}-embedded.patch
|
||||
# Files below are package maintainer tools, not used for package build:
|
||||
Source50: upstream-collect.sh
|
||||
Source51: upstream-collect.conf
|
||||
@ -89,7 +89,7 @@ cp -a %{S:6} %{S:7} %{S:8} %{S:9} .
|
||||
cp -a %{S:10} translation-update-upstream-embedded.README
|
||||
sed 's:@DATADIR@:%{_datadir}:g;s:@LIBEXECDIR@:%{_prefix}/lib:g' <translation-update-upstream.in >translation-update-upstream
|
||||
sed 's/@LIBEXECDIR@/\$BASE_DIR/g;s:@DATADIR@/translation-update-upstream:\$BASE_DIR/translation-update-upstream/po:g;s/translation-update-upstream\./translation-update-upstream-embedded./g' <translation-update-upstream.in >translation-update-upstream-embedded.sh
|
||||
%patch
|
||||
%patch -P 0
|
||||
chmod +x translation-update-upstream-embedded.sh
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user