auto-import changelog data from gettext-0.12.1-1.src.rpm
Fri Sep 19 2003 Leon Ho <llch@redhat.com> - rebuilt 0.12.1 - fix including files and excludes some patches Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Wed May 14 2003 Leon Ho <llch@redhat.com> - 0.11.5
This commit is contained in:
parent
b3c85cf5bd
commit
aea03de69d
@ -1 +1 @@
|
||||
gettext-0.11.4.tar.gz
|
||||
gettext-0.12.1.tar.gz
|
||||
|
29
gettext.spec
29
gettext.spec
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
||||
Name: gettext
|
||||
Version: 0.11.4
|
||||
Release: 7
|
||||
Version: 0.12.1
|
||||
Release: 1
|
||||
License: GPL/LGPL
|
||||
Group: Development/Tools
|
||||
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
||||
@ -21,7 +21,6 @@ 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.4-ulonglong.patch
|
||||
Patch11: gettext-0.11.4-gettextize.patch
|
||||
Prereq: /sbin/install-info
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -40,10 +39,6 @@ programs.
|
||||
%prep
|
||||
rm -rf %{buildroot}
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
#%patch4 -p1
|
||||
%patch10 -p1 -b .ulonglong
|
||||
%patch11 -p1 -b .gettextize
|
||||
|
||||
%build
|
||||
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
|
||||
@ -82,6 +77,8 @@ rm -rf $RPM_BUILD_ROOT/usr/doc
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/emacs
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/{libintl.a,libintl.la}
|
||||
rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias
|
||||
rm -f $RPM_BUILD_ROOT%{_includedir}/{autosprintf.h,gettext-po.h}
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
|
||||
|
||||
%clean
|
||||
@ -98,10 +95,12 @@ exit 0
|
||||
|
||||
%files -f trans.list
|
||||
%defattr(-,root,root)
|
||||
%doc ABOUT-NLS AUTHORS BUGS COPYING DISCLAIM README
|
||||
%doc NEWS THANKS TODO
|
||||
%doc gettext-runtime/ABOUT-NLS AUTHORS gettext-runtime/BUGS
|
||||
%doc COPYING gettext-tools/misc/DISCLAIM README
|
||||
%doc NEWS THANKS gettext-tools/TODO
|
||||
/bin/*
|
||||
/usr/bin/*
|
||||
/usr/share/doc/*
|
||||
%{_libdir}/gettext
|
||||
%{_infodir}/*
|
||||
%{_mandir}/*/*
|
||||
@ -110,6 +109,8 @@ exit 0
|
||||
%{_datadir}/aclocal/*
|
||||
%{_libdir}/libgettextlib.*
|
||||
%{_libdir}/libgettextsrc.*
|
||||
%{_libdir}/libgettextpo.*
|
||||
%{_libdir}/libasprintf.*
|
||||
|
||||
# These aren't in glibc...
|
||||
%dir /usr/share/locale/en@boldquot
|
||||
@ -118,6 +119,16 @@ exit 0
|
||||
%dir /usr/share/locale/en@quot/LC_MESSAGES
|
||||
|
||||
%changelog
|
||||
* Fri Sep 19 2003 Leon Ho <llch@redhat.com>
|
||||
- rebuilt 0.12.1
|
||||
- fix including files and excludes some patches
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed May 14 2003 Leon Ho <llch@redhat.com>
|
||||
- 0.11.5
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user