|
|
Author: karsten
Update of /cvs/dist/rpms/gettext/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18933
Modified Files:
gettext.spec
Log Message:
--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
Index: gettext.spec
===================================================================
RCS file: /cvs/dist/rpms/gettext/devel/gettext.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- gettext.spec 11 Feb 2006 03:04:50 -0000 1.50
+++ gettext.spec 22 Feb 2006 09:52:41 -0000 1.51
@@ -5,7 +5,7 @@
Summary: GNU libraries and utilities for producing multi-lingual messages.
Name: gettext
Version: 0.14.5
-Release: 2.2.2
+Release: 3
License: GPL/LGPL
Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
@@ -79,7 +79,7 @@
export JAVAC='gcj -C'
export JAR='fastjar'
%configure --without-included-gettext --enable-nls \
- --enable-shared --with-pic-=yes
+ --enable-shared --with-pic-=yes --disable-csharp
make
%install
@@ -218,7 +218,11 @@
%{_libdir}/%{name}/gnu.gettext.*
%changelog
-* Fri Feb 10 2006 Jesse Keating <jkeating@xxxxxxxxxx> - 0.14.5-2.2.2
+* Wed Feb 22 2006 Karsten Hopp <karsten@xxxxxxxxx> 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@xxxxxxxxxx> - 0.14.5-3
- bump again for double-long bug on ppc(64)
* Tue Feb 07 2006 Jesse Keating <jkeating@xxxxxxxxxx> - 0.14.5-2.2.1
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|