]> git.pld-linux.org Git - packages/gettext.git/blobdiff - gettext.spec
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
[packages/gettext.git] / gettext.spec
index 2d8735c1ad2a575965e70d6dbbd0d9584f6b1c68..7c80e840577f1bcc84b1d99570a1d2815573e98f 100644 (file)
@@ -271,7 +271,7 @@ Summary(pl.UTF-8):  Zamiennik gettextize
 License:       GPL v3+
 Group:         Development/Tools
 Requires:      %{name}-devel >= 0.10.35
-Requires:      cvs
+Requires:      cvs-client
 
 %description autopoint
 The `autopoint' program copies standard gettext infrastructure files
@@ -389,11 +389,11 @@ rm -rf $RPM_BUILD_ROOT
 %post  -n libasprintf -p /sbin/ldconfig
 %postun        -n libasprintf -p /sbin/ldconfig
 
-%post -n libasprintf-devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%post -n libasprintf-devel     -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun -n libasprintf-devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%postun -n libasprintf-devel   -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files -f %{name}-runtime.lang
 %defattr(644,root,root,755)
This page took 0.099584 seconds and 4 git commands to generate.