From 8bf617fe98048b44c0e8becb4fb4d9bf717694c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 22 Mar 2015 14:31:41 +0200 Subject: [PATCH] info files are in -tools --- gettext.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gettext.spec b/gettext.spec index 5007535..092fac2 100644 --- a/gettext.spec +++ b/gettext.spec @@ -40,7 +40,7 @@ Summary(tr.UTF-8): Desteği için kitaplık ve araçlar Summary(uk.UTF-8): Бібліотеки та утиліти для підтримки національних мов Name: gettext Version: 0.19.4 -Release: 2 +Release: 3 License: LGPL v2+ (libintl), GPL v3+ (tools) Group: Development/Tools Source0: http://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.xz @@ -441,11 +441,11 @@ cp -a gettext-tools/gnulib-lib/.libs/libgettextlib.a \ %clean rm -rf $RPM_BUILD_ROOT -%post devel -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 +%post tools -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} -%postun devel -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 +%postun tools -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig -- 2.44.0