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.
|
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
||||||
Name: gettext
|
Name: gettext
|
||||||
Version: 0.11.4
|
Version: 0.12.1
|
||||||
Release: 7
|
Release: 1
|
||||||
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
|
||||||
@ -21,7 +21,6 @@ Patch7: gettext-0.10.35-drepper.patch
|
|||||||
Patch8: gettext-0.10.35-oka-plus.patch
|
Patch8: gettext-0.10.35-oka-plus.patch
|
||||||
Patch9: gettext-0.10.38-msghack.patch
|
Patch9: gettext-0.10.38-msghack.patch
|
||||||
Patch10: gettext-0.11.4-ulonglong.patch
|
Patch10: gettext-0.11.4-ulonglong.patch
|
||||||
Patch11: gettext-0.11.4-gettextize.patch
|
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -40,10 +39,6 @@ programs.
|
|||||||
%prep
|
%prep
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
#%patch4 -p1
|
|
||||||
%patch10 -p1 -b .ulonglong
|
|
||||||
%patch11 -p1 -b .gettextize
|
|
||||||
|
|
||||||
%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} . || :
|
||||||
@ -82,6 +77,8 @@ 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%{_libdir}/{libintl.a,libintl.la}
|
rm -f $RPM_BUILD_ROOT%{_libdir}/{libintl.a,libintl.la}
|
||||||
rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias
|
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
|
%clean
|
||||||
@ -98,10 +95,12 @@ 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 gettext-runtime/ABOUT-NLS AUTHORS gettext-runtime/BUGS
|
||||||
%doc NEWS THANKS TODO
|
%doc COPYING gettext-tools/misc/DISCLAIM README
|
||||||
|
%doc NEWS THANKS gettext-tools/TODO
|
||||||
/bin/*
|
/bin/*
|
||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
|
/usr/share/doc/*
|
||||||
%{_libdir}/gettext
|
%{_libdir}/gettext
|
||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
@ -110,6 +109,8 @@ exit 0
|
|||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
%{_libdir}/libgettextlib.*
|
%{_libdir}/libgettextlib.*
|
||||||
%{_libdir}/libgettextsrc.*
|
%{_libdir}/libgettextsrc.*
|
||||||
|
%{_libdir}/libgettextpo.*
|
||||||
|
%{_libdir}/libasprintf.*
|
||||||
|
|
||||||
# These aren't in glibc...
|
# These aren't in glibc...
|
||||||
%dir /usr/share/locale/en@boldquot
|
%dir /usr/share/locale/en@boldquot
|
||||||
@ -118,6 +119,16 @@ exit 0
|
|||||||
%dir /usr/share/locale/en@quot/LC_MESSAGES
|
%dir /usr/share/locale/en@quot/LC_MESSAGES
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user