forked from pool/gettext-runtime
Accepting request 35944 from Base:System
Copy from Base:System/gettext-runtime based on submit request 35944 from user coolo OBS-URL: https://build.opensuse.org/request/show/35944 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gettext-runtime?expand=0&rev=20
This commit is contained in:
parent
37a800029a
commit
5ebf559073
@ -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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 27 12:52:23 CEST 2009 - rguenther@suse.de
|
||||
|
||||
|
@ -26,7 +26,7 @@ License: LGPLv2.1+
|
||||
Group: Development/Tools/Other
|
||||
AutoReqProv: on
|
||||
Version: 0.17
|
||||
Release: 99
|
||||
Release: 100
|
||||
Summary: Native Language Support (NLS) for C#
|
||||
PreReq: %{install_info_prereq}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -88,6 +88,10 @@ Authors:
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
# 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'
|
||||
|
@ -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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 27 12:52:06 CEST 2009 - rguenther@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ License: LGPLv2.1+
|
||||
Group: Development/Tools/Other
|
||||
AutoReqProv: on
|
||||
Version: 0.17
|
||||
Release: 111
|
||||
Release: 112
|
||||
Summary: Java Support for Native Language Support (NLS)
|
||||
PreReq: %{install_info_prereq}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -72,6 +72,10 @@ Authors:
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
# 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'
|
||||
|
@ -21,7 +21,7 @@
|
||||
Name: gettext-runtime
|
||||
%define pacname gettext
|
||||
Version: 0.17
|
||||
Release: 66
|
||||
Release: 67
|
||||
BuildRequires: gcc-c++ perl-libintl-perl tcl
|
||||
# To get an updated linkdupes.sh (in case there are new dupes), temproarily enable:
|
||||
#BuildRequires: fdupes
|
||||
|
Loading…
Reference in New Issue
Block a user