--disable-csharp, otherwise it'll build a dll when mono is installed in the
buildroot. If mono support is desired, the filelist needs to be expanded with %{_libdir}/GNU.Gettext.dll
This commit is contained in:
parent
a84bc0f8fe
commit
9dbb5c3b8b
10
gettext.spec
10
gettext.spec
@ -5,7 +5,7 @@
|
|||||||
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
||||||
Name: gettext
|
Name: gettext
|
||||||
Version: 0.14.5
|
Version: 0.14.5
|
||||||
Release: 2.2.2
|
Release: 3
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
||||||
@ -79,7 +79,7 @@ rm -rf %{buildroot}
|
|||||||
export JAVAC='gcj -C'
|
export JAVAC='gcj -C'
|
||||||
export JAR='fastjar'
|
export JAR='fastjar'
|
||||||
%configure --without-included-gettext --enable-nls \
|
%configure --without-included-gettext --enable-nls \
|
||||||
--enable-shared --with-pic-=yes
|
--enable-shared --with-pic-=yes --disable-csharp
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -218,7 +218,11 @@ fi
|
|||||||
%{_libdir}/%{name}/gnu.gettext.*
|
%{_libdir}/%{name}/gnu.gettext.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.14.5-2.2.2
|
* Wed Feb 22 2006 Karsten Hopp <karsten@redhat.de> 0.14.5-3
|
||||||
|
- --disable-csharp, otherwise it'll build a dll when mono is
|
||||||
|
installed in the buildroot.
|
||||||
|
|
||||||
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.14.5-3
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.14.5-2.2.1
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.14.5-2.2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user