1
0
OBS User unknown 2008-10-13 14:22:50 +00:00 committed by Git OBS Bridge
parent 93af579b19
commit c5672ef234
6 changed files with 60 additions and 9 deletions

View File

@ -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 Sun May 18 10:35:50 CEST 2008 - pth@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package gettext-csharp (Version 0.17) # spec file for package gettext-csharp (Version 0.17)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -19,7 +26,7 @@ License: LGPL v2.1 or later
Group: Development/Tools/Other Group: Development/Tools/Other
AutoReqProv: on AutoReqProv: on
Version: 0.17 Version: 0.17
Release: 54 Release: 92
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
@ -84,6 +91,9 @@ 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'
tar cfz archive.tar.gz archive/ tar cfz archive.tar.gz archive/
popd popd
aclocal -I m4 --install --force
libtoolize --force --automake --copy
automake --add-missing --copy
autoreconf -fiv autoreconf -fiv
%build %build
@ -133,6 +143,8 @@ rm -rf $RPM_BUILD_ROOT
%_libdir/gettext/msgunfmt.net.exe %_libdir/gettext/msgunfmt.net.exe
%changelog %changelog
* Mon Oct 13 2008 kukuk@suse.de
- Fix autoreconf call
* Sun May 18 2008 pth@suse.de * Sun May 18 2008 pth@suse.de
- Fix segmentation fault in msgmerge (bnc#391372). - Fix segmentation fault in msgmerge (bnc#391372).
* Tue Dec 04 2007 pth@suse.de * Tue Dec 04 2007 pth@suse.de

View File

@ -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 Sun May 18 10:35:50 CEST 2008 - pth@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package gettext-java (Version 0.17) # spec file for package gettext-java (Version 0.17)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -18,7 +25,7 @@ License: LGPL v2.1 or later
Group: Development/Tools/Other Group: Development/Tools/Other
AutoReqProv: on AutoReqProv: on
Version: 0.17 Version: 0.17
Release: 62 Release: 104
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
@ -68,6 +75,9 @@ 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'
tar cfz archive.tar.gz archive/ tar cfz archive.tar.gz archive/
popd popd
aclocal -I m4 --install --force
libtoolize --force --automake --copy
automake --add-missing --copy
autoreconf -fiv autoreconf -fiv
%build %build
@ -137,6 +147,8 @@ rm -rf $RPM_BUILD_ROOT
%_libdir/gettext/gnu.gettext.GetURL %_libdir/gettext/gnu.gettext.GetURL
%changelog %changelog
* Mon Oct 13 2008 kukuk@suse.de
- Fix autoreconf call
* Sun May 18 2008 pth@suse.de * Sun May 18 2008 pth@suse.de
- Fix segmentation fault in msgmerge (bnc#391372). - Fix segmentation fault in msgmerge (bnc#391372).
* Tue Dec 04 2007 pth@suse.de * Tue Dec 04 2007 pth@suse.de

View File

@ -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 Sun May 18 10:35:50 CEST 2008 - pth@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package gettext-runtime (Version 0.17) # spec file for package gettext-runtime (Version 0.17)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -14,7 +21,7 @@
Name: gettext-runtime Name: gettext-runtime
%define pacname gettext %define pacname gettext
Version: 0.17 Version: 0.17
Release: 38 Release: 59
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
@ -103,6 +110,9 @@ popd
%build %build
# expect a couple "You should update your `aclocal.m4' by running aclocal." # 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 autoreconf -fiv
#sh autogen.sh #sh autogen.sh
export CFLAGS="$RPM_OPT_FLAGS -pipe -W -Wall -Dgcc_is_lint" export CFLAGS="$RPM_OPT_FLAGS -pipe -W -Wall -Dgcc_is_lint"
@ -254,6 +264,8 @@ rm -rf $RPM_BUILD_ROOT
%_datadir/aclocal/* %_datadir/aclocal/*
%changelog %changelog
* Mon Oct 13 2008 kukuk@suse.de
- Fix autoreconf call
* Sun May 18 2008 pth@suse.de * Sun May 18 2008 pth@suse.de
- Fix segmentation fault in msgmerge (bnc#391372). - Fix segmentation fault in msgmerge (bnc#391372).
- Get rid of %%run_ldconfig - Get rid of %%run_ldconfig