forked from pool/gettext-runtime
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:
parent
dd60db66e7
commit
b4d414b532
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gettext-csharp (Version 0.17)
|
# 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
|
# 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
|
||||||
@ -26,7 +26,7 @@ License: LGPLv2.1+
|
|||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.17
|
Version: 0.17
|
||||||
Release: 98
|
Release: 99
|
||||||
Summary: Native Language Support (NLS) for C#
|
Summary: Native Language Support (NLS) for C#
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gettext-java (Version 0.17)
|
# 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
|
# 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
|
||||||
@ -25,7 +25,7 @@ License: LGPLv2.1+
|
|||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.17
|
Version: 0.17
|
||||||
Release: 110
|
Release: 111
|
||||||
Summary: Java Support for Native Language Support (NLS)
|
Summary: Java Support for Native Language Support (NLS)
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
@ -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
|
Sun Dec 13 17:13:10 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gettext-runtime (Version 0.17)
|
# 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
|
# 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
|
||||||
@ -21,7 +21,7 @@
|
|||||||
Name: gettext-runtime
|
Name: gettext-runtime
|
||||||
%define pacname gettext
|
%define pacname gettext
|
||||||
Version: 0.17
|
Version: 0.17
|
||||||
Release: 65
|
Release: 66
|
||||||
BuildRequires: gcc-c++ perl-libintl-perl tcl
|
BuildRequires: gcc-c++ perl-libintl-perl tcl
|
||||||
# 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
|
||||||
@ -117,6 +117,10 @@ Authors:
|
|||||||
%patch11
|
%patch11
|
||||||
%patch12
|
%patch12
|
||||||
%patch13 -p1
|
%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
|
pushd gettext-tools/misc
|
||||||
tar xfz archive.tar.gz
|
tar xfz archive.tar.gz
|
||||||
find . -name gettext.m4,v -print0 | xargs -0 perl -spi -e 's/\(int\) /\(long\) /g'
|
find . -name gettext.m4,v -print0 | xargs -0 perl -spi -e 's/\(int\) /\(long\) /g'
|
||||||
|
Loading…
Reference in New Issue
Block a user