The unified diff between revisions [4775b468..] and [5db0a3df..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'monotone.spec'

#
#
# patch "monotone.spec"
#  from [2816529346d63a7fc3689adbf0532157f305b978]
#    to [a86e1d9969df82ed932bffcefb6ab07a43c873d0]
#
============================================================
--- monotone.spec	2816529346d63a7fc3689adbf0532157f305b978
+++ monotone.spec	a86e1d9969df82ed932bffcefb6ab07a43c873d0
@@ -33,10 +33,19 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT

 %post
-%_install_info monotone
+if [ -x /sbin/install-info ]
+then
+/sbin/install-info --info-dir=%{_infodir} \
+             --entry="* monotone: (monotone).              Monotone version control system" \
+             --section=Programming \
+	     %{_infodir}/monotone.info.gz
+fi

 %preun
-%_remove_install_info monotone
+if [ -x /sbin/install-info ]
+then
+/sbin/install-info --info-dir=%{_infodir} --remove monotone
+fi

 %files
 %defattr(-,root,root,-)