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:
parent
b9ad5256f2
commit
c03e840fae
12
gettext.spec
12
gettext.spec
@ -3,7 +3,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.1
|
Version: 0.14.1
|
||||||
Release: 5
|
Release: 6
|
||||||
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
|
||||||
@ -53,7 +53,8 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
|
[ -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
|
make
|
||||||
|
|
||||||
%install
|
%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/usr/doc
|
||||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/emacs
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/emacs
|
||||||
rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias
|
rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/preloadable_libintl.so
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -133,7 +134,6 @@ exit 0
|
|||||||
|
|
||||||
%{_libdir}/libgettextlib*.so
|
%{_libdir}/libgettextlib*.so
|
||||||
%{_libdir}/libgettextsrc*.so
|
%{_libdir}/libgettextsrc*.so
|
||||||
%{_libdir}/libintl.so*
|
|
||||||
%{_infodir}/gettext*
|
%{_infodir}/gettext*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
#%config %{_libdir}/charset.alias
|
#%config %{_libdir}/charset.alias
|
||||||
@ -164,6 +164,10 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Sun Jun 06 2004 Leon Ho <llch@redhat.com>
|
||||||
- moved some of the shared lib to main pkg
|
- moved some of the shared lib to main pkg
|
||||||
- added more build requires
|
- added more build requires
|
||||||
|
Loading…
Reference in New Issue
Block a user