Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
49467e4432 |
@@ -1,7 +1,7 @@
|
|||||||
Index: intltool-0.51.0/intltool-update.in
|
Index: intltool-update.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- intltool-0.51.0.orig/intltool-update.in
|
--- intltool-update.in.orig
|
||||||
+++ intltool-0.51.0/intltool-update.in
|
+++ intltool-update.in
|
||||||
@@ -1062,13 +1062,13 @@ sub SubstituteVariable
|
@@ -1062,13 +1062,13 @@ sub SubstituteVariable
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,11 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sun Oct 8 11:38:19 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Rebase intltool-perl-5.22.patch, use autosetup and make_build
|
|
||||||
macros.
|
|
||||||
- Replace perl-XML-Parser with perl(XML::Parser)
|
|
||||||
BuildRequires/Requires: Be explicit about the symbol we need.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 13 19:47:44 UTC 2018 - bjorn.lie@gmail.com
|
Sun May 13 19:47:44 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package intltool
|
# spec file for package intltool
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -30,9 +30,9 @@ Patch0: intltool-perl-5.22.patch
|
|||||||
Patch1: fixrace.patch
|
Patch1: fixrace.patch
|
||||||
# PATCH-FIX-UPSTREAM intltool-no-guess-builddir.patch lp#1117944 -- Fix out of tree builds with automake 1.15
|
# PATCH-FIX-UPSTREAM intltool-no-guess-builddir.patch lp#1117944 -- Fix out of tree builds with automake 1.15
|
||||||
Patch2: intltool-no-guess-builddir.patch
|
Patch2: intltool-no-guess-builddir.patch
|
||||||
BuildRequires: perl(XML::Parser)
|
BuildRequires: perl-XML-Parser
|
||||||
Requires: gettext-tools
|
Requires: gettext-tools
|
||||||
Requires: perl(XML::Parser)
|
Requires: perl-XML-Parser
|
||||||
Provides: xml-i18n-tools
|
Provides: xml-i18n-tools
|
||||||
Obsoletes: xml-i18n-tools
|
Obsoletes: xml-i18n-tools
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -44,14 +44,17 @@ more) can be extracted into PO files. After translation, the new
|
|||||||
information is written back into the XML files.
|
information is written back into the XML files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%setup -q
|
||||||
|
%patch0
|
||||||
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build check
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Reference in New Issue
Block a user