1
0

Accepting request 34147 from Base:System

Copy from Base:System/gettext-runtime based on submit request 34147 from user coolo

OBS-URL: https://build.opensuse.org/request/show/34147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gettext-runtime?expand=0&rev=18
This commit is contained in:
OBS User autobuild 2010-03-05 14:56:36 +00:00 committed by Git OBS Bridge
parent dd60db66e7
commit b4d414b532
4 changed files with 16 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#
# spec file for package gettext-csharp (Version 0.17)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@ License: LGPLv2.1+
Group: Development/Tools/Other
AutoReqProv: on
Version: 0.17
Release: 98
Release: 99
Summary: Native Language Support (NLS) for C#
PreReq: %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build

View File

@ -1,7 +1,7 @@
#
# spec file for package gettext-java (Version 0.17)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@ License: LGPLv2.1+
Group: Development/Tools/Other
AutoReqProv: on
Version: 0.17
Release: 110
Release: 111
Summary: Java Support for Native Language Support (NLS)
PreReq: %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 5 09:34:18 UTC 2010 - puzel@novell.com
- remove gettext-tools/gnulib-m4/openmp.m4: fix build with new
autoconf
-------------------------------------------------------------------
Sun Dec 13 17:13:10 CET 2009 - jengelh@medozas.de

View File

@ -1,7 +1,7 @@
#
# spec file for package gettext-runtime (Version 0.17)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@
Name: gettext-runtime
%define pacname gettext
Version: 0.17
Release: 65
Release: 66
BuildRequires: gcc-c++ perl-libintl-perl tcl
# To get an updated linkdupes.sh (in case there are new dupes), temproarily enable:
#BuildRequires: fdupes
@ -117,6 +117,10 @@ Authors:
%patch11
%patch12
%patch13 -p1
# fix build with new autoconf
# see comments in the file and
# http://www.mail-archive.com/bug-gnulib@gnu.org/msg12384.html
rm -f gettext-tools/gnulib-m4/openmp.m4
pushd gettext-tools/misc
tar xfz archive.tar.gz
find . -name gettext.m4,v -print0 | xargs -0 perl -spi -e 's/\(int\) /\(long\) /g'