auto-import changelog data from gettext-0.14.1-4.src.rpm
Thu Jun 03 2004 Leon Ho <llch@redhat.com> - add conditionals for patch and requires auto* (#125216)
This commit is contained in:
parent
64f4df359d
commit
d6b3807468
10
gettext.spec
10
gettext.spec
@ -3,7 +3,7 @@
|
|||||||
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.14.1
|
Version: 0.14.1
|
||||||
Release: 3
|
Release: 4
|
||||||
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
|
||||||
@ -12,6 +12,9 @@ Source1: po-mode-init.el
|
|||||||
Source2: msghack.py
|
Source2: msghack.py
|
||||||
Patch0: gettext-0.14.1-amd64-libtool.patch
|
Patch0: gettext-0.14.1-amd64-libtool.patch
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
|
%ifarch x86_64 ppc64 s390x
|
||||||
|
BuildRequires: automake >= 1.8, autoconf >= 2.5
|
||||||
|
%endif
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -43,7 +46,9 @@ want to add gettext support for your project.
|
|||||||
%prep
|
%prep
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%ifarch x86_64 ppc64 s390x
|
||||||
%patch0 -p1 -b .x86_64
|
%patch0 -p1 -b .x86_64
|
||||||
|
%endif
|
||||||
|
|
||||||
%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} . || :
|
||||||
@ -156,6 +161,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 03 2004 Leon Ho <llch@redhat.com>
|
||||||
|
- add conditionals for patch and requires auto* (#125216)
|
||||||
|
|
||||||
* Wed Jun 02 2004 Leon Ho <llch@redhat.com>
|
* Wed Jun 02 2004 Leon Ho <llch@redhat.com>
|
||||||
- packaged lib files for devel
|
- packaged lib files for devel
|
||||||
- moved some of the files to different sub-pkg
|
- moved some of the files to different sub-pkg
|
||||||
|
Loading…
Reference in New Issue
Block a user