auto-import changelog data from gettext-0.10.40-2.7.src.rpm
Wed Dec 05 2001 Trond Eivind Glomsrd <teg@redhat.com> 0.10.40-2.7 - improve automake handling - build in old environment Wed Nov 14 2001 Trond Eivind Glomsrd <teg@redhat.com> 0.10.40-2 - Add URL - Add automake workaround (#56081) Sun Sep 16 2001 Trond Eivind Glomsrd <teg@redhat.com> 0.10.40-1 - 0.10.40 - libintl is now LGPLed (it was GPLed). Note that RHL uses the glibc version, and don't include libintl from gettext. - include new man pages - don't include the elisp mode - bundle it into the main emacs package, like we do for XEmacs. - README-alpha no longer exists, so don't list it as a doc file
This commit is contained in:
parent
1b1bfafb89
commit
d07d99135c
@ -1 +1 @@
|
|||||||
gettext-0.10.38.tar.gz
|
gettext-0.10.40.tar.gz
|
||||||
|
35
gettext.spec
35
gettext.spec
@ -1,10 +1,13 @@
|
|||||||
|
%define libtoolize :
|
||||||
|
|
||||||
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.10.38
|
Version: 0.10.40
|
||||||
Release: 7a
|
Release: 2.7
|
||||||
License: GPL
|
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
|
||||||
|
URL: http://www.gnu.org/software/gettext/
|
||||||
Source1: po-mode-init.el
|
Source1: po-mode-init.el
|
||||||
Source2: msghack.py
|
Source2: msghack.py
|
||||||
Patch0: gettext-0.10-misc.patch
|
Patch0: gettext-0.10-misc.patch
|
||||||
@ -19,7 +22,6 @@ Patch8: gettext-0.10.35-oka-plus.patch
|
|||||||
Patch9: gettext-0.10.38-msghack.patch
|
Patch9: gettext-0.10.38-msghack.patch
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: emacs
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU gettext package provides a set of tools and documentation for
|
The GNU gettext package provides a set of tools and documentation for
|
||||||
@ -41,7 +43,7 @@ rm -rf %{buildroot}
|
|||||||
#patch9 -p1
|
#patch9 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export EMACS=emacs
|
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
|
||||||
%configure --disable-shared --with-included-gettext
|
%configure --disable-shared --with-included-gettext
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -86,16 +88,15 @@ exit 0
|
|||||||
|
|
||||||
%files -f trans.list
|
%files -f trans.list
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ABOUT-NLS AUTHORS BUGS COPYING DISCLAIM README
|
%doc ABOUT-NLS AUTHORS BUGS COPYING DISCLAIM README
|
||||||
%doc README-alpha NEWS THANKS TODO
|
%doc NEWS THANKS TODO
|
||||||
/bin/*
|
/bin/*
|
||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
%{_mandir}/*/*
|
||||||
#%config %{_libdir}/charset.alias
|
#%config %{_libdir}/charset.alias
|
||||||
%{_datadir}/gettext
|
%{_datadir}/gettext
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
#%{_datadir}/emacs/site-lisp/*.el*
|
|
||||||
%{_datadir}/emacs/site-lisp/site-start.d/po-mode-init.el
|
|
||||||
|
|
||||||
# These aren't in glibc...
|
# These aren't in glibc...
|
||||||
%dir /usr/share/locale/en@boldquot
|
%dir /usr/share/locale/en@boldquot
|
||||||
@ -104,6 +105,22 @@ exit 0
|
|||||||
%dir /usr/share/locale/en@quot/LC_MESSAGES
|
%dir /usr/share/locale/en@quot/LC_MESSAGES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 5 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.40-2.7
|
||||||
|
- improve automake handling
|
||||||
|
- build in old environment
|
||||||
|
|
||||||
|
* Wed Nov 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.40-2
|
||||||
|
- Add URL
|
||||||
|
- Add automake workaround (#56081)
|
||||||
|
|
||||||
|
* Sun Sep 16 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.40-1
|
||||||
|
- 0.10.40 - libintl is now LGPLed (it was GPLed). Note that RHL
|
||||||
|
uses the glibc version, and don't include libintl from gettext.
|
||||||
|
- include new man pages
|
||||||
|
- don't include the elisp mode - bundle it into the main emacs package,
|
||||||
|
like we do for XEmacs.
|
||||||
|
- README-alpha no longer exists, so don't list it as a doc file
|
||||||
|
|
||||||
* Fri Aug 24 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.38-7
|
* Fri Aug 24 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.38-7
|
||||||
- Rebuild - this should fix #52463
|
- Rebuild - this should fix #52463
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user