- Use latest german message catalog.
- Call update-po as part of package build. OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=19
This commit is contained in:
parent
4ea2c10c9e
commit
0943a23d9b
2100
gawk-4.0.0h.de.po
Normal file
2100
gawk-4.0.0h.de.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 30 13:32:32 CET 2012 - pth@suse.de
|
||||||
|
|
||||||
|
- Use latest german message catalog.
|
||||||
|
- Call update-po as part of package build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 2 14:52:56 UTC 2011 - cfarrell@suse.com
|
Fri Dec 2 14:52:56 UTC 2011 - cfarrell@suse.com
|
||||||
|
|
||||||
|
11
gawk.spec
11
gawk.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gawk
|
# spec file for package gawk
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products 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
|
||||||
@ -15,10 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: gawk
|
Name: gawk
|
||||||
Url: http://www.gnu.org/software/gawk/
|
Url: http://www.gnu.org/software/gawk/
|
||||||
License: GPL-3.0+
|
|
||||||
Group: Productivity/Text/Utilities
|
|
||||||
Provides: awk
|
Provides: awk
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
@ -26,7 +25,10 @@ PreReq: %{install_info_prereq} update-alternatives
|
|||||||
Version: 4.0.0
|
Version: 4.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNU awk
|
Summary: GNU awk
|
||||||
|
License: GPL-3.0+
|
||||||
|
Group: Productivity/Text/Utilities
|
||||||
Source: gawk-%{version}.tar.bz2
|
Source: gawk-%{version}.tar.bz2
|
||||||
|
Source1: gawk-4.0.0h.de.po
|
||||||
Patch1: gawk-3.1.8.diff
|
Patch1: gawk-3.1.8.diff
|
||||||
Patch2: gawk-revert-gsub-gawk3.patch
|
Patch2: gawk-revert-gsub-gawk3.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -51,7 +53,7 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1
|
%patch1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
gunzip -c %{S:1} > po/de.po
|
||||||
rm -f regex.[ch]
|
rm -f regex.[ch]
|
||||||
chmod -x COPYING
|
chmod -x COPYING
|
||||||
# force rebuild with non-broken makeinfo
|
# force rebuild with non-broken makeinfo
|
||||||
@ -68,6 +70,7 @@ AUTOPOINT=true autoreconf --force --install
|
|||||||
%else
|
%else
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
make -C po update-po
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
Loading…
Reference in New Issue
Block a user