- fixup libtextstyle autofoo with adding
use-acinit-for-libtextstyle.patch - fixup libtextstyle autofoo with adding use-acinit-for-libtextstyle.patch - Reintroduce autoreconf call OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=172
This commit is contained in:
parent
f76b35b6e9
commit
8385a86ecf
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gettext-csharp
|
# spec file for package gettext-csharp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gettext-java
|
# spec file for package gettext-java
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 22 21:45:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- fixup libtextstyle autofoo with adding
|
||||||
|
use-acinit-for-libtextstyle.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 7 07:46:39 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Fri Aug 7 07:46:39 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gettext-runtime-mini
|
# spec file for package gettext-runtime-mini
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,12 +22,12 @@
|
|||||||
Name: gettext-runtime-mini
|
Name: gettext-runtime-mini
|
||||||
Version: 0.21
|
Version: 0.21
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
# To get an updated linkdupes.sh (in case there are new dupes), temproarily enable:
|
# To get an updated linkdupes.sh (in case there are new dupes), temproarily enable:
|
||||||
#BuildRequires: fdupes
|
#BuildRequires: fdupes
|
||||||
%if %{without mini}
|
%if %{without mini}
|
||||||
|
BuildRequires: automake
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: libcroco-devel
|
BuildRequires: libcroco-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
@ -52,18 +52,18 @@ Provides: gettext-runtime = %{version}
|
|||||||
Summary: Tools for Native Language Support (NLS)
|
Summary: Tools for Native Language Support (NLS)
|
||||||
License: GPL-3.0-or-later AND LGPL-2.0-or-later
|
License: GPL-3.0-or-later AND LGPL-2.0-or-later
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
URL: http://www.gnu.org/software/gettext/
|
URL: https://www.gnu.org/software/gettext/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Source0: https://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz
|
||||||
Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz
|
Source1: https://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz.sig
|
||||||
Source1: gettext-rpmlintrc
|
|
||||||
Source2: suse-start-po-mode.el
|
Source2: suse-start-po-mode.el
|
||||||
Source3: gettext-linkdupes.sh
|
Source3: gettext-linkdupes.sh
|
||||||
Source4: baselibs.conf
|
Source4: baselibs.conf
|
||||||
Source5: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz.sig
|
Source5: gettext-rpmlintrc
|
||||||
Source6: %name.keyring
|
Source6: %name.keyring
|
||||||
Patch: gettext-0.12.1-sigfpe.patch
|
Patch: 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
|
||||||
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
|
# PATCH-FIX-OPENSUSE gettext-dont-test-gnulib.patch -- coolo@suse.de
|
||||||
@ -158,6 +158,7 @@ This package provides headers and static libraries for libtextstyle
|
|||||||
%patch
|
%patch
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2
|
%patch2
|
||||||
|
%patch3 -p1
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 22 21:45:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- fixup libtextstyle autofoo with adding
|
||||||
|
use-acinit-for-libtextstyle.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 7 07:46:39 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Fri Aug 7 07:46:39 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
@ -5,7 +11,7 @@ Fri Aug 7 07:46:39 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|||||||
- Add patches:
|
- Add patches:
|
||||||
* 0001-msgcat-Add-feature-to-use-the-newest-po-file.patch
|
* 0001-msgcat-Add-feature-to-use-the-newest-po-file.patch
|
||||||
* 0002-msgcat-Merge-headers-when-use-first.patch
|
* 0002-msgcat-Merge-headers-when-use-first.patch
|
||||||
- Reintroduce utoreconf call
|
- Reintroduce autoreconf call
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 28 09:33:34 UTC 2020 - Christian Vögl <christian.voegl@suse.com>
|
Tue Jul 28 09:33:34 UTC 2020 - Christian Vögl <christian.voegl@suse.com>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gettext-runtime
|
# spec file for package gettext-runtime
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -52,18 +52,18 @@ Provides: gettext-runtime = %{version}
|
|||||||
Summary: Tools for Native Language Support (NLS)
|
Summary: Tools for Native Language Support (NLS)
|
||||||
License: GPL-3.0-or-later AND LGPL-2.0-or-later
|
License: GPL-3.0-or-later AND LGPL-2.0-or-later
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
URL: http://www.gnu.org/software/gettext/
|
URL: https://www.gnu.org/software/gettext/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Source0: https://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz
|
||||||
Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz
|
Source1: https://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz.sig
|
||||||
Source1: gettext-rpmlintrc
|
|
||||||
Source2: suse-start-po-mode.el
|
Source2: suse-start-po-mode.el
|
||||||
Source3: gettext-linkdupes.sh
|
Source3: gettext-linkdupes.sh
|
||||||
Source4: baselibs.conf
|
Source4: baselibs.conf
|
||||||
Source5: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz.sig
|
Source5: gettext-rpmlintrc
|
||||||
Source6: %name.keyring
|
Source6: %name.keyring
|
||||||
Patch: gettext-0.12.1-sigfpe.patch
|
Patch: 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
|
||||||
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
|
# PATCH-FIX-OPENSUSE gettext-dont-test-gnulib.patch -- coolo@suse.de
|
||||||
@ -158,6 +158,7 @@ This package provides headers and static libraries for libtextstyle
|
|||||||
%patch
|
%patch
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2
|
%patch2
|
||||||
|
%patch3 -p1
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
16
use-acinit-for-libtextstyle.patch
Normal file
16
use-acinit-for-libtextstyle.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
--- gettext-0.21/libtextstyle/configure.ac
|
||||||
|
+++ gettext-0.21/libtextstyle/configure.ac
|
||||||
|
@@ -17,11 +17,10 @@
|
||||||
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
|
AC_PREREQ([2.63])
|
||||||
|
-AC_INIT
|
||||||
|
+AC_INIT([libtextstyle],
|
||||||
|
+ m4_esyscmd([source ./version.sh; echo $VERSION_NUMBER | tr -d '\n']))
|
||||||
|
AC_CONFIG_SRCDIR([version.sh])
|
||||||
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
-. $srcdir/version.sh
|
||||||
|
-gl_INIT_PACKAGE([libtextstyle], [$VERSION_NUMBER])
|
||||||
|
AM_INIT_AUTOMAKE([1.13 silent-rules])
|
||||||
|
AM_CONFIG_HEADER([config.h])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user