forked from pool/gettext-runtime
Accepting request 26851 from Base:System
Copy from Base:System/gettext-runtime based on submit request 26851 from user coolo OBS-URL: https://build.opensuse.org/request/show/26851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gettext-runtime?expand=0&rev=17
This commit is contained in:
parent
4e2a0ac722
commit
dd60db66e7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 <bruno@clisp.org>
|
||||
|
||||
%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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user