]> git.pld-linux.org Git - packages/texinfo.git/commitdiff
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep auto/aidath/texinfo-4_13a-4
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 18 May 2009 14:49:55 +0000 (14:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: rpm >= 4.4.9-56 for the %{pld_release} macro

Changed files:
    texinfo.spec -> 1.119

texinfo.spec

index 7e1183f5379fe256b1c0c95061ee728f2b34f6eb..2d09c95f1eaed53ce263e79726c81ca1a11c605f 100644 (file)
@@ -24,6 +24,7 @@ BuildRequires:        automake >= 1:1.10.1
 BuildRequires: gettext-devel >= 0.17
 BuildRequires: help2man
 BuildRequires: ncurses-devel >= 5.0
+BuildRequires: rpm >= 4.4.9-56
 BuildRequires: zlib-devel
 Requires:      info = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -222,8 +223,8 @@ rm -rf $RPM_BUILD_ROOT
 %postun        -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%post -n info
-/usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%post -n info -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
This page took 0.158849 seconds and 4 git commands to generate.