auto-import changelog data from gettext-0.14.1-6.src.rpm

Tue Jun 08 2004 Leon Ho <llch@redhat.com>
- use --without-included-gettext to avoid the need of libintl.so (#125497)
- remove preloadable_libintl.so
This commit is contained in:
cvsdist 2004-09-09 05:07:51 +00:00
parent b9ad5256f2
commit c03e840fae
1 changed files with 8 additions and 4 deletions

View File

@ -3,7 +3,7 @@
Summary: GNU libraries and utilities for producing multi-lingual messages.
Name: gettext
Version: 0.14.1
Release: 5
Release: 6
License: GPL/LGPL
Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
@ -53,7 +53,8 @@ rm -rf %{buildroot}
%build
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
%configure --with-included-gettext --enable-shared --with-pic-=yes
%configure --without-included-gettext --enable-nls \
--enable-shared --with-pic-=yes
make
%install
@ -100,7 +101,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/libasprintf
rm -rf $RPM_BUILD_ROOT/usr/doc
rm -rf $RPM_BUILD_ROOT%{_datadir}/emacs
rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias
rm -rf $RPM_BUILD_ROOT%{_libdir}/preloadable_libintl.so
%clean
rm -rf %{buildroot}
@ -133,7 +134,6 @@ exit 0
%{_libdir}/libgettextlib*.so
%{_libdir}/libgettextsrc*.so
%{_libdir}/libintl.so*
%{_infodir}/gettext*
%{_mandir}/*/*
#%config %{_libdir}/charset.alias
@ -164,6 +164,10 @@ exit 0
%changelog
* Tue Jun 08 2004 Leon Ho <llch@redhat.com>
- use --without-included-gettext to avoid the need of libintl.so (#125497)
- remove preloadable_libintl.so
* Sun Jun 06 2004 Leon Ho <llch@redhat.com>
- moved some of the shared lib to main pkg
- added more build requires