forked from pool/gettext-runtime
This commit is contained in:
parent
93af579b19
commit
c5672ef234
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user