diff --git a/gettext-csharp.spec b/gettext-csharp.spec index 65b15c5..9022d5f 100644 --- a/gettext-csharp.spec +++ b/gettext-csharp.spec @@ -22,11 +22,11 @@ Name: gettext-csharp BuildRequires: fdupes mono-devel perl-libintl-perl tcl Requires: mono Url: http://www.gnu.org/software/gettext/ -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: Development/Tools/Other AutoReqProv: on Version: 0.17 -Release: 97 +Release: 98 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 daf3174..4a7b39c 100644 --- a/gettext-java.spec +++ b/gettext-java.spec @@ -21,11 +21,11 @@ Name: gettext-java BuildRequires: fdupes gcc-c++ gcc-java perl-libintl-perl tcl Url: http://www.gnu.org/software/gettext/ -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: Development/Tools/Other AutoReqProv: on Version: 0.17 -Release: 109 +Release: 110 Summary: Java Support for Native Language Support (NLS) PreReq: %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/gettext-runtime.changes b/gettext-runtime.changes index 8b9c067..840429d 100644 --- a/gettext-runtime.changes +++ b/gettext-runtime.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Dec 13 17:13:10 CET 2009 - jengelh@medozas.de + +- add baselibs.conf as a source + +------------------------------------------------------------------- +Tue Dec 8 10:39:08 CET 2009 - jengelh@medozas.de + +- enable parallel building + ------------------------------------------------------------------- Thu Jul 23 16:23:44 CEST 2009 - ke@suse.de diff --git a/gettext-runtime.spec b/gettext-runtime.spec index c2aadfe..954a6d1 100644 --- a/gettext-runtime.spec +++ b/gettext-runtime.spec @@ -21,12 +21,12 @@ Name: gettext-runtime %define pacname gettext Version: 0.17 -Release: 64 +Release: 65 BuildRequires: gcc-c++ perl-libintl-perl tcl # To get an updated linkdupes.sh (in case there are new dupes), temproarily enable: #BuildRequires: fdupes Url: http://www.gnu.org/software/gettext/ -License: GPL v3 or later ; LGPL v2.0 or later +License: GPLv3+ ; LGPLv2.0+ Group: Development/Tools/Other # bug437293 %ifarch ppc64 @@ -43,6 +43,7 @@ Source: %pacname-%version.tar.bz2 Source1: gettext-rpmlintrc Source2: suse-start-po-mode.el Source3: gettext-linkdupes.sh +Source4: baselibs.conf Patch: gettext-0.12.1-sigfpe.patch Patch2: gettext-0.12.1-gettextize.patch Patch3: gettext-codecleanup.patch @@ -73,7 +74,7 @@ Authors: Bruno Haible %package -n gettext-tools -License: LGPL v2.1 or later +License: LGPLv2.1+ Summary: Tools for Native Language Support (NLS) Group: Development/Tools/Other Requires: %{name} = %{version}, cvs @@ -131,7 +132,7 @@ autoreconf -fiv export CFLAGS="$RPM_OPT_FLAGS -pipe -W -Wall -Dgcc_is_lint" export CXXFLAGS="$CFLAGS -Dgcc_is_lint" %configure --enable-shared -make 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