- apply all the patches from gettext-runtime
- apply all the patches from gettext-runtime OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=174
This commit is contained in:
parent
314450d13d
commit
cd689fc3c8
@ -3,6 +3,7 @@ Fri Jan 22 22:06:46 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|||||||
|
|
||||||
- use https for urls
|
- use https for urls
|
||||||
- spec-cleaner run
|
- spec-cleaner run
|
||||||
|
- apply all the patches from gettext-runtime
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 28 10:33:41 UTC 2020 - Christian Vögl <christian.voegl@suse.com>
|
Tue Jul 28 10:33:41 UTC 2020 - Christian Vögl <christian.voegl@suse.com>
|
||||||
|
@ -32,10 +32,21 @@ Source2: suse-start-po-mode.el
|
|||||||
Source3: gettext-linkdupes.sh
|
Source3: gettext-linkdupes.sh
|
||||||
Source4: gettext-rpmlintrc
|
Source4: gettext-rpmlintrc
|
||||||
Source5: %{name}.keyring
|
Source5: %{name}.keyring
|
||||||
Patch0: gettext-0.12.1-sigfpe.patch
|
Patch: gettext-0.12.1-sigfpe.patch
|
||||||
|
Patch1: gettext-0.19.3-fix-bashisms.patch
|
||||||
Patch2: gettext-0.12.1-gettextize.patch
|
Patch2: gettext-0.12.1-gettextize.patch
|
||||||
|
Patch3: use-acinit-for-libtextstyle.patch
|
||||||
Patch4: gettext-po-mode.diff
|
Patch4: gettext-po-mode.diff
|
||||||
Patch5: gettext-initialize_vars.patch
|
Patch5: gettext-initialize_vars.patch
|
||||||
|
# PATCH-FIX-OPENSUSE gettext-dont-test-gnulib.patch -- coolo@suse.de
|
||||||
|
Patch6: gettext-dont-test-gnulib.patch
|
||||||
|
# PATCH-FIX-UPSTREAM boo#941629 -- pth@suse.com
|
||||||
|
Patch11: boo941629-unnessary-rpath-on-standard-path.patch
|
||||||
|
# PATCH-FIX-SUSE Bug boo#1106843
|
||||||
|
Patch13: reproducible.patch
|
||||||
|
# PATCH-FEATURE bsc#1165138
|
||||||
|
Patch14: 0001-msgcat-Add-feature-to-use-the-newest-po-file.patch
|
||||||
|
Patch15: 0002-msgcat-Merge-headers-when-use-first.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -71,9 +82,16 @@ reliably than 'resgen'.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n gettext-%{version}
|
%setup -q -n gettext-%{version}
|
||||||
%patch0
|
%patch0
|
||||||
|
%patch1 -p1
|
||||||
%patch2
|
%patch2
|
||||||
|
%patch3 -p1
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
|
%patch6 -p1
|
||||||
|
%patch11 -p1
|
||||||
|
%patch13 -p1
|
||||||
|
%patch14 -p1
|
||||||
|
%patch15 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint -lm"
|
export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint -lm"
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Fri Jan 22 22:06:58 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Fri Jan 22 22:06:58 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- use https for urls
|
- use https for urls
|
||||||
|
- apply all the patches from gettext-runtime
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 28 10:20:58 UTC 2020 - Christian Vögl <christian.voegl@suse.com>
|
Tue Jul 28 10:20:58 UTC 2020 - Christian Vögl <christian.voegl@suse.com>
|
||||||
|
@ -30,9 +30,20 @@ Source3: gettext-linkdupes.sh
|
|||||||
Source4: gettext-rpmlintrc
|
Source4: gettext-rpmlintrc
|
||||||
Source5: %{name}.keyring
|
Source5: %{name}.keyring
|
||||||
Patch0: gettext-0.12.1-sigfpe.patch
|
Patch0: gettext-0.12.1-sigfpe.patch
|
||||||
|
Patch1: gettext-0.19.3-fix-bashisms.patch
|
||||||
Patch2: gettext-0.12.1-gettextize.patch
|
Patch2: gettext-0.12.1-gettextize.patch
|
||||||
|
Patch3: use-acinit-for-libtextstyle.patch
|
||||||
Patch4: gettext-po-mode.diff
|
Patch4: gettext-po-mode.diff
|
||||||
Patch5: gettext-initialize_vars.patch
|
Patch5: gettext-initialize_vars.patch
|
||||||
|
# PATCH-FIX-OPENSUSE gettext-dont-test-gnulib.patch -- coolo@suse.de
|
||||||
|
Patch6: gettext-dont-test-gnulib.patch
|
||||||
|
# PATCH-FIX-UPSTREAM boo#941629 -- pth@suse.com
|
||||||
|
Patch11: boo941629-unnessary-rpath-on-standard-path.patch
|
||||||
|
# PATCH-FIX-SUSE Bug boo#1106843
|
||||||
|
Patch13: reproducible.patch
|
||||||
|
# PATCH-FEATURE bsc#1165138
|
||||||
|
Patch14: 0001-msgcat-Add-feature-to-use-the-newest-po-file.patch
|
||||||
|
Patch15: 0002-msgcat-Merge-headers-when-use-first.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -56,9 +67,16 @@ java+swing.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n gettext-%{version}
|
%setup -q -n gettext-%{version}
|
||||||
%patch0
|
%patch0
|
||||||
|
%patch1 -p1
|
||||||
%patch2
|
%patch2
|
||||||
|
%patch3 -p1
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
|
%patch6 -p1
|
||||||
|
%patch11 -p1
|
||||||
|
%patch13 -p1
|
||||||
|
%patch14 -p1
|
||||||
|
%patch15 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
# expect a couple "You should update your `aclocal.m4' by running aclocal."
|
||||||
|
@ -60,7 +60,7 @@ Source3: gettext-linkdupes.sh
|
|||||||
Source4: baselibs.conf
|
Source4: baselibs.conf
|
||||||
Source5: gettext-rpmlintrc
|
Source5: gettext-rpmlintrc
|
||||||
Source6: %name.keyring
|
Source6: %name.keyring
|
||||||
Patch: gettext-0.12.1-sigfpe.patch
|
Patch0: gettext-0.12.1-sigfpe.patch
|
||||||
Patch1: gettext-0.19.3-fix-bashisms.patch
|
Patch1: gettext-0.19.3-fix-bashisms.patch
|
||||||
Patch2: gettext-0.12.1-gettextize.patch
|
Patch2: gettext-0.12.1-gettextize.patch
|
||||||
Patch3: use-acinit-for-libtextstyle.patch
|
Patch3: use-acinit-for-libtextstyle.patch
|
||||||
@ -155,7 +155,7 @@ This package provides headers and static libraries for libtextstyle
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pacname}-%{version}
|
%setup -q -n %{pacname}-%{version}
|
||||||
%patch
|
%patch0
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
@ -60,7 +60,7 @@ Source3: gettext-linkdupes.sh
|
|||||||
Source4: baselibs.conf
|
Source4: baselibs.conf
|
||||||
Source5: gettext-rpmlintrc
|
Source5: gettext-rpmlintrc
|
||||||
Source6: %name.keyring
|
Source6: %name.keyring
|
||||||
Patch: gettext-0.12.1-sigfpe.patch
|
Patch0: gettext-0.12.1-sigfpe.patch
|
||||||
Patch1: gettext-0.19.3-fix-bashisms.patch
|
Patch1: gettext-0.19.3-fix-bashisms.patch
|
||||||
Patch2: gettext-0.12.1-gettextize.patch
|
Patch2: gettext-0.12.1-gettextize.patch
|
||||||
Patch3: use-acinit-for-libtextstyle.patch
|
Patch3: use-acinit-for-libtextstyle.patch
|
||||||
@ -155,7 +155,7 @@ This package provides headers and static libraries for libtextstyle
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pacname}-%{version}
|
%setup -q -n %{pacname}-%{version}
|
||||||
%patch
|
%patch0
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user