From e4d2e6a57e1d2f8c92ad7acc008cd4e123f68c6e5b3bc007ccb4393a24359416 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 20 Jul 2010 18:13:45 +0000 Subject: [PATCH] checked in (request 43447) OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=15 --- gettext-java.spec | 7 +++++++ gettext-runtime.changes | 5 ----- gettext-runtime.spec | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/gettext-java.spec b/gettext-java.spec index 86c1ce9..5d88c7b 100644 --- a/gettext-java.spec +++ b/gettext-java.spec @@ -51,6 +51,13 @@ This package includes the tools needed to support message catalogs in Java applications. It also includes example code for java, java+awt and java+swing. + + +Authors: +-------- + Ulrich Drepper + Bruno Haible + %prep %setup -q -n gettext-%{version} %patch diff --git a/gettext-runtime.changes b/gettext-runtime.changes index e045979..7d15365 100644 --- a/gettext-runtime.changes +++ b/gettext-runtime.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -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 diff --git a/gettext-runtime.spec b/gettext-runtime.spec index 7b061b4..55eab1a 100644 --- a/gettext-runtime.spec +++ b/gettext-runtime.spec @@ -136,7 +136,7 @@ autoreconf -fiv export CFLAGS="$RPM_OPT_FLAGS -pipe -W -Wall -Dgcc_is_lint" export CXXFLAGS="$CFLAGS -Dgcc_is_lint" %configure --enable-shared -make %{?_smp_mflags} GMSGFMT=../src/msgfmt +make %{?jobs:-j%jobs} GMSGFMT=../src/msgfmt # use texinfo.tex supplied by the system (texinfo) # make -C gettext-tools/doc gettext.pdf