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