- Ville Skytta: patch for non-failing %%post, %%preun

- Resolves: #223703
epel9
Petr Machata 18 years ago
parent 17794ac242
commit 7443cb8f51

@ -1,7 +1,7 @@
Summary: A GNU program for formatting C code. Summary: A GNU program for formatting C code.
Name: indent Name: indent
Version: 2.2.9 Version: 2.2.9
Release: 14%{?dist} Release: 15%{?dist}
License: GPL License: GPL
Group: Applications/Text Group: Applications/Text
URL: http://www.gnu.org/software/indent/ URL: http://www.gnu.org/software/indent/
@ -58,11 +58,11 @@ make -C regression
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post %post
/sbin/install-info %{_infodir}/indent.info.gz %{_infodir}/dir --entry="* indent: (indent). Program to format source code." /sbin/install-info %{_infodir}/indent.info.gz %{_infodir}/dir --entry="* indent: (indent). Program to format source code." || :
%preun %preun
if [ "$1" = 0 ]; then if [ "$1" = 0 ]; then
/sbin/install-info --delete %{_infodir}/indent.info.gz %{_infodir}/dir --entry="* indent: (indent). Program to format source code." /sbin/install-info --delete %{_infodir}/indent.info.gz %{_infodir}/dir --entry="* indent: (indent). Program to format source code." || :
fi fi
%files -f %{name}.lang %files -f %{name}.lang
@ -73,6 +73,10 @@ fi
%changelog %changelog
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 2.2.9-15
- Ville Skytta: patch for non-failing %%post, %%preun
- Resolves: #223703
* Mon Jul 17 2006 Karsten Hopp <karsten@redhat.de> 2.2.9-14 * Mon Jul 17 2006 Karsten Hopp <karsten@redhat.de> 2.2.9-14
- add buildrequires makeinfo - add buildrequires makeinfo

Loading…
Cancel
Save