diff --git a/gettext-csharp.spec b/gettext-csharp.spec index 800e638..e9e57dd 100644 --- a/gettext-csharp.spec +++ b/gettext-csharp.spec @@ -26,7 +26,7 @@ License: LGPLv2.1+ Group: Development/Tools/Other AutoReqProv: on Version: 0.17 -Release: 100 +Release: 101 Summary: Native Language Support (NLS) for C# PreReq: %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/gettext-java.spec b/gettext-java.spec index 5d88c7b..7b2a019 100644 --- a/gettext-java.spec +++ b/gettext-java.spec @@ -25,7 +25,7 @@ License: LGPLv2.1+ Group: Development/Tools/Other AutoReqProv: on Version: 0.17 -Release: 112 +Release: 113 Summary: Java Support for Native Language Support (NLS) PreReq: %{install_info_prereq} 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+swing. - - -Authors: --------- - Ulrich Drepper - Bruno Haible - %prep %setup -q -n gettext-%{version} %patch diff --git a/gettext-runtime.changes b/gettext-runtime.changes index 7d15365..e045979 100644 --- a/gettext-runtime.changes +++ b/gettext-runtime.changes @@ -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 diff --git a/gettext-runtime.spec b/gettext-runtime.spec index 55eab1a..ffb989f 100644 --- a/gettext-runtime.spec +++ b/gettext-runtime.spec @@ -21,7 +21,7 @@ Name: gettext-runtime %define pacname gettext Version: 0.17 -Release: 67 +Release: 68 BuildRequires: gcc-c++ perl-libintl-perl tcl # To get an updated linkdupes.sh (in case there are new dupes), temproarily enable: #BuildRequires: fdupes @@ -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 %{?jobs:-j%jobs} GMSGFMT=../src/msgfmt +make %{?_smp_mflags} GMSGFMT=../src/msgfmt # use texinfo.tex supplied by the system (texinfo) # make -C gettext-tools/doc gettext.pdf