From c5672ef2342cc81af53fd33a7a711f87fbd4f38beee63f6eabead7b3174157b2 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 13 Oct 2008 14:22:50 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gettext-runtime?expand=0&rev=11 --- gettext-csharp.changes | 5 +++++ gettext-csharp.spec | 18 +++++++++++++++--- gettext-java.changes | 5 +++++ gettext-java.spec | 18 +++++++++++++++--- gettext-runtime.changes | 5 +++++ gettext-runtime.spec | 18 +++++++++++++++--- 6 files changed, 60 insertions(+), 9 deletions(-) diff --git a/gettext-csharp.changes b/gettext-csharp.changes index 5f1b3c9..00d77c6 100644 --- a/gettext-csharp.changes +++ b/gettext-csharp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 13 16:03:05 CEST 2008 - kukuk@suse.de + +- Fix autoreconf call + ------------------------------------------------------------------- Sun May 18 10:35:50 CEST 2008 - pth@suse.de diff --git a/gettext-csharp.spec b/gettext-csharp.spec index 00ac081..2a6f467 100644 --- a/gettext-csharp.spec +++ b/gettext-csharp.spec @@ -2,9 +2,16 @@ # spec file for package gettext-csharp (Version 0.17) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -19,7 +26,7 @@ License: LGPL v2.1 or later Group: Development/Tools/Other AutoReqProv: on Version: 0.17 -Release: 54 +Release: 92 Summary: Native Language Support (NLS) for C# PreReq: %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -84,6 +91,9 @@ tar xfz archive.tar.gz find . -name gettext.m4,v -print0 | xargs -0 perl -spi -e 's/\(int\) /\(long\) /g' tar cfz archive.tar.gz archive/ popd +aclocal -I m4 --install --force +libtoolize --force --automake --copy +automake --add-missing --copy autoreconf -fiv %build @@ -133,6 +143,8 @@ rm -rf $RPM_BUILD_ROOT %_libdir/gettext/msgunfmt.net.exe %changelog +* Mon Oct 13 2008 kukuk@suse.de +- Fix autoreconf call * Sun May 18 2008 pth@suse.de - Fix segmentation fault in msgmerge (bnc#391372). * Tue Dec 04 2007 pth@suse.de diff --git a/gettext-java.changes b/gettext-java.changes index 1018aa7..780c682 100644 --- a/gettext-java.changes +++ b/gettext-java.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 13 16:03:16 CEST 2008 - kukuk@suse.de + +- Fix autoreconf call + ------------------------------------------------------------------- Sun May 18 10:35:50 CEST 2008 - pth@suse.de diff --git a/gettext-java.spec b/gettext-java.spec index 2721dff..0f25d2d 100644 --- a/gettext-java.spec +++ b/gettext-java.spec @@ -2,9 +2,16 @@ # spec file for package gettext-java (Version 0.17) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -18,7 +25,7 @@ License: LGPL v2.1 or later Group: Development/Tools/Other AutoReqProv: on Version: 0.17 -Release: 62 +Release: 104 Summary: Java Support for Native Language Support (NLS) PreReq: %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -68,6 +75,9 @@ tar xfz archive.tar.gz find . -name gettext.m4,v -print0 | xargs -0 perl -spi -e 's/\(int\) /\(long\) /g' tar cfz archive.tar.gz archive/ popd +aclocal -I m4 --install --force +libtoolize --force --automake --copy +automake --add-missing --copy autoreconf -fiv %build @@ -137,6 +147,8 @@ rm -rf $RPM_BUILD_ROOT %_libdir/gettext/gnu.gettext.GetURL %changelog +* Mon Oct 13 2008 kukuk@suse.de +- Fix autoreconf call * Sun May 18 2008 pth@suse.de - Fix segmentation fault in msgmerge (bnc#391372). * Tue Dec 04 2007 pth@suse.de diff --git a/gettext-runtime.changes b/gettext-runtime.changes index b38a5af..47e058a 100644 --- a/gettext-runtime.changes +++ b/gettext-runtime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 13 16:03:21 CEST 2008 - kukuk@suse.de + +- Fix autoreconf call + ------------------------------------------------------------------- Sun May 18 10:35:50 CEST 2008 - pth@suse.de diff --git a/gettext-runtime.spec b/gettext-runtime.spec index 236ac19..27c0792 100644 --- a/gettext-runtime.spec +++ b/gettext-runtime.spec @@ -2,9 +2,16 @@ # spec file for package gettext-runtime (Version 0.17) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -14,7 +21,7 @@ Name: gettext-runtime %define pacname gettext Version: 0.17 -Release: 38 +Release: 59 BuildRequires: gcc-c++ perl-libintl-perl tcl # To get an updated linkdupes.sh (in case there are new dupes), temproarily enable: #BuildRequires: fdupes @@ -103,6 +110,9 @@ popd %build # expect a couple "You should update your `aclocal.m4' by running aclocal." +aclocal -I m4 --install --force +libtoolize --force --automake --copy +automake --add-missing --copy autoreconf -fiv #sh autogen.sh export CFLAGS="$RPM_OPT_FLAGS -pipe -W -Wall -Dgcc_is_lint" @@ -254,6 +264,8 @@ rm -rf $RPM_BUILD_ROOT %_datadir/aclocal/* %changelog +* Mon Oct 13 2008 kukuk@suse.de +- Fix autoreconf call * Sun May 18 2008 pth@suse.de - Fix segmentation fault in msgmerge (bnc#391372). - Get rid of %%run_ldconfig