SHA256
1
0
forked from pool/gawk

Accepting request 102083 from Base:System

Compress message catalog. Translate the one untranslated message

OBS-URL: https://build.opensuse.org/request/show/102083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2012-01-31 09:19:55 +00:00 committed by Git OBS Bridge
commit 08b542ae4d
3 changed files with 20 additions and 4 deletions

3
gawk-4.0.0h.de.po.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa2c93485e50a6fde8162c4a079c8ef721d700ff21ede7f71e8fb33b4f6a8b4c
size 14264

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 30 16:16:45 CET 2012 - pth@suse.de
- Compress message catalog.
-------------------------------------------------------------------
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

View File

@ -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
@ -17,8 +17,6 @@
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 +24,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.bz2
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 +52,7 @@ Authors:
%setup -q %setup -q
%patch1 %patch1
%patch2 -p1 %patch2 -p1
bunzip2 -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 +69,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