auto-import changelog data from gettext-0.11.4-1.src.rpm
Sun Jul 28 2002 Trond Eivind Glomsrd <teg@redhat.com> 0.11.4-1 - 0.11.4 Fri Jun 21 2002 Tim Powers <timp@redhat.com> - automated rebuild Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild Tue May 14 2002 Trond Eivind Glomsrd <teg@redhat.com> 0.11.2-1 - 0.11.2 - include some new files
This commit is contained in:
parent
78b6f80634
commit
69a981f869
@ -1 +1 @@
|
||||
gettext-0.11.1.tar.gz
|
||||
gettext-0.11.4.tar.gz
|
||||
|
24
gettext.spec
24
gettext.spec
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
||||
Name: gettext
|
||||
Version: 0.11.1
|
||||
Release: 2
|
||||
Version: 0.11.4
|
||||
Release: 1
|
||||
License: GPL/LGPL
|
||||
Group: Development/Tools
|
||||
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
||||
@ -20,7 +20,6 @@ Patch6: gettext-0.10.35-destdir.patch
|
||||
Patch7: gettext-0.10.35-drepper.patch
|
||||
Patch8: gettext-0.10.35-oka-plus.patch
|
||||
Patch9: gettext-0.10.38-msghack.patch
|
||||
Patch10: gettext-0.11.1-c99.patch
|
||||
Prereq: /sbin/install-info
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -41,11 +40,10 @@ rm -rf %{buildroot}
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
#%patch4 -p1
|
||||
%patch10 -p1
|
||||
|
||||
%build
|
||||
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
|
||||
%configure --disable-shared --with-included-gettext
|
||||
%configure --with-included-gettext --disable-shared --with-pic-=yes
|
||||
make
|
||||
|
||||
%install
|
||||
@ -93,11 +91,14 @@ exit 0
|
||||
%doc NEWS THANKS TODO
|
||||
/bin/*
|
||||
/usr/bin/*
|
||||
/usr/lib/gettext
|
||||
%{_infodir}/*
|
||||
%{_mandir}/*/*
|
||||
#%config %{_libdir}/charset.alias
|
||||
%{_datadir}/gettext
|
||||
%{_datadir}/aclocal/*
|
||||
/usr/lib/libgettextlib.*
|
||||
/usr/lib/libgettextsrc.*
|
||||
|
||||
# These aren't in glibc...
|
||||
%dir /usr/share/locale/en@boldquot
|
||||
@ -106,6 +107,19 @@ exit 0
|
||||
%dir /usr/share/locale/en@quot/LC_MESSAGES
|
||||
|
||||
%changelog
|
||||
* Sun Jul 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.4-1
|
||||
- 0.11.4
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Tue May 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.2-1
|
||||
- 0.11.2
|
||||
- include some new files
|
||||
|
||||
* Fri Apr 5 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.1-2
|
||||
- Add patch to make it compile with C99 compilers (#62313)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user