- bring back autopoint requires cvs (#517361)
- require info rather than /sbin/install-info - drop install_info and remove_install_info macros
This commit is contained in:
parent
b2731c010e
commit
4c137c70f8
30
gettext.spec
30
gettext.spec
@ -5,14 +5,12 @@
|
|||||||
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.17
|
Version: 0.17
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
License: GPLv3 and LGPLv2+
|
License: GPLv3 and LGPLv2+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://www.gnu.org/software/gettext/
|
URL: http://www.gnu.org/software/gettext/
|
||||||
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
||||||
Source2: msghack.py
|
Source2: msghack.py
|
||||||
Requires(post): /sbin/install-info
|
|
||||||
Requires(preun): /sbin/install-info
|
|
||||||
BuildRequires: autoconf >= 2.5
|
BuildRequires: autoconf >= 2.5
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool, bison, gcc-c++
|
BuildRequires: libtool, bison, gcc-c++
|
||||||
@ -30,6 +28,10 @@ BuildRequires: zip, unzip
|
|||||||
# need expat for xgettext on glade
|
# need expat for xgettext on glade
|
||||||
Buildrequires: expat-devel
|
Buildrequires: expat-devel
|
||||||
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
# for autopoint:
|
||||||
|
Requires: cvs
|
||||||
|
Requires(post): info
|
||||||
|
Requires(preun): info
|
||||||
Patch5: gettext-0.17-open-args.patch
|
Patch5: gettext-0.17-open-args.patch
|
||||||
Patch6: gettext-0.17-autopoint-CVS-441481.patch
|
Patch6: gettext-0.17-autopoint-CVS-441481.patch
|
||||||
Patch7: gettext-0.17-rpathFix.patch
|
Patch7: gettext-0.17-rpathFix.patch
|
||||||
@ -54,8 +56,8 @@ Group: Development/Tools
|
|||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): info
|
||||||
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -178,20 +180,15 @@ make check
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define install_info /sbin/install-info
|
|
||||||
%define remove_install_info /sbin/install-info --delete
|
|
||||||
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%{install_info} %{_infodir}/gettext.info.gz %{_infodir}/dir || :
|
/sbin/install-info %{_infodir}/gettext.info.gz %{_infodir}/dir || :
|
||||||
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ "$1" = 0 ]; then
|
if [ "$1" = 0 ]; then
|
||||||
%{remove_install_info} %{_infodir}/gettext.info.gz %{_infodir}/dir || :
|
/sbin/install-info --delete %{_infodir}/gettext.info.gz %{_infodir}/dir || :
|
||||||
fi
|
fi
|
||||||
exit 0
|
|
||||||
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -199,12 +196,12 @@ exit 0
|
|||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%{install_info} %{_infodir}/autosprintf.info %{_infodir}/dir || :
|
/sbin/install-info %{_infodir}/autosprintf.info %{_infodir}/dir || :
|
||||||
|
|
||||||
|
|
||||||
%preun devel
|
%preun devel
|
||||||
if [ "$1" = 0 ]; then
|
if [ "$1" = 0 ]; then
|
||||||
%{remove_install_info} %{_infodir}/autosprintf.info %{_infodir}/dir || :
|
/sbin/install-info --delete %{_infodir}/autosprintf.info %{_infodir}/dir || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
@ -271,6 +268,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 1 2009 Jens Petersen <petersen@redhat.com> - 0.17-15
|
||||||
|
- bring back autopoint requires cvs (#517361)
|
||||||
|
- requires info rather than /sbin/install-info
|
||||||
|
- drop install_info and remove_install_info macros
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-14
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-14
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user