forked from pool/gettext-runtime
Accepting request 43447 from Base:System
Copy from Base:System/gettext-runtime based on submit request 43447 from user coolo OBS-URL: https://build.opensuse.org/request/show/43447 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gettext-runtime?expand=0&rev=23
This commit is contained in:
commit
1e3e78de7f
@ -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: 100
|
Release: 101
|
||||||
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
|
||||||
|
@ -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: 112
|
Release: 113
|
||||||
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
|
||||||
@ -51,13 +51,6 @@ This package includes the tools needed to support message catalogs in
|
|||||||
Java applications. It also includes example code for java, java+awt and
|
Java applications. It also includes example code for java, java+awt and
|
||||||
java+swing.
|
java+swing.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Ulrich Drepper <drepper@cygnus.com>
|
|
||||||
Bruno Haible <bruno@clisp.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gettext-%{version}
|
%setup -q -n gettext-%{version}
|
||||||
%patch
|
%patch
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- use %_smp_mflags
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 5 09:34:18 UTC 2010 - puzel@novell.com
|
Fri Mar 5 09:34:18 UTC 2010 - puzel@novell.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
Name: gettext-runtime
|
Name: gettext-runtime
|
||||||
%define pacname gettext
|
%define pacname gettext
|
||||||
Version: 0.17
|
Version: 0.17
|
||||||
Release: 67
|
Release: 68
|
||||||
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
|
||||||
@ -136,7 +136,7 @@ autoreconf -fiv
|
|||||||
export CFLAGS="$RPM_OPT_FLAGS -pipe -W -Wall -Dgcc_is_lint"
|
export CFLAGS="$RPM_OPT_FLAGS -pipe -W -Wall -Dgcc_is_lint"
|
||||||
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
||||||
%configure --enable-shared
|
%configure --enable-shared
|
||||||
make %{?jobs:-j%jobs} GMSGFMT=../src/msgfmt
|
make %{?_smp_mflags} GMSGFMT=../src/msgfmt
|
||||||
# use texinfo.tex supplied by the system (texinfo)
|
# use texinfo.tex supplied by the system (texinfo)
|
||||||
# make -C gettext-tools/doc gettext.pdf
|
# make -C gettext-tools/doc gettext.pdf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user