auto-import changelog data from gettext-0.14.1-5.src.rpm
Sun Jun 06 2004 Leon Ho <llch@redhat.com> - moved some of the shared lib to main pkg - added more build requires
This commit is contained in:
parent
d6b3807468
commit
b9ad5256f2
27
gettext.spec
27
gettext.spec
@ -3,7 +3,7 @@
|
||||
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
||||
Name: gettext
|
||||
Version: 0.14.1
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: GPL/LGPL
|
||||
Group: Development/Tools
|
||||
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
||||
@ -15,6 +15,7 @@ Prereq: /sbin/install-info
|
||||
%ifarch x86_64 ppc64 s390x
|
||||
BuildRequires: automake >= 1.8, autoconf >= 2.5
|
||||
%endif
|
||||
BuildRequires: libtool, bison
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -115,18 +116,14 @@ exit 0
|
||||
|
||||
%files -f trans.list
|
||||
%defattr(-,root,root)
|
||||
%doc gettext-runtime/ABOUT-NLS AUTHORS gettext-runtime/BUGS
|
||||
%doc gettext-runtime/ABOUT-NLS AUTHORS gettext-runtime/BUGS
|
||||
%doc COPYING gettext-tools/misc/DISCLAIM README
|
||||
%doc NEWS THANKS gettext-tools/TODO
|
||||
%doc NEWS THANKS gettext-tools/TODO
|
||||
%doc gettext-runtime/man/*.1.html
|
||||
%doc gettext-runtime/intl/COPYING*
|
||||
/bin/*
|
||||
/usr/bin/*
|
||||
/usr/share/doc/*
|
||||
%{_libdir}/gettext
|
||||
%{_infodir}/gettext*
|
||||
%{_mandir}/*/*
|
||||
#%config %{_libdir}/charset.alias
|
||||
|
||||
# These aren't in glibc...
|
||||
%dir /usr/share/locale/en@boldquot
|
||||
@ -134,6 +131,15 @@ exit 0
|
||||
%dir /usr/share/locale/en@quot
|
||||
%dir /usr/share/locale/en@quot/LC_MESSAGES
|
||||
|
||||
%{_libdir}/libgettextlib*.so
|
||||
%{_libdir}/libgettextsrc*.so
|
||||
%{_libdir}/libintl.so*
|
||||
%{_infodir}/gettext*
|
||||
%{_mandir}/*/*
|
||||
#%config %{_libdir}/charset.alias
|
||||
%{_libdir}/%{name}
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc gettext-runtime/man/*.3.html examples
|
||||
@ -153,14 +159,15 @@ exit 0
|
||||
%{_libdir}/lib*.a
|
||||
%{_libdir}/lib*.la
|
||||
%{_libdir}/libasprintf.so*
|
||||
%{_libdir}/libgettextlib*.so
|
||||
%{_libdir}/libgettextpo.so*
|
||||
%{_libdir}/libgettextsrc*.so
|
||||
%{_libdir}/libintl.so*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 06 2004 Leon Ho <llch@redhat.com>
|
||||
- moved some of the shared lib to main pkg
|
||||
- added more build requires
|
||||
|
||||
* Thu Jun 03 2004 Leon Ho <llch@redhat.com>
|
||||
- add conditionals for patch and requires auto* (#125216)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user