@ -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.8
Version: 2.2.9
Release: 3
Release: 2
License: GPL
License: GPL
Group: Applications/Text
Group: Applications/Text
URL: http://www.gnu.org/software/indent/
URL: http://www.gnu.org/software/indent/
@ -31,7 +31,8 @@ make
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
%makeinstall
%makeinstall
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir $RPM_BUILD_ROOT/usr/bin/texinfo2man \
$RPM_BUILD_ROOT/usr/doc/indent/indent.html
%find_lang %name
%find_lang %name
@ -48,12 +49,21 @@ fi
%files -f %{name}.lang
%files -f %{name}.lang
%defattr(-,root,root)
%defattr(-,root,root)
/usr/bin/*
/usr/bin/indent
%{_mandir}/*/*
%{_mandir}/*/*
%{_infodir}/*
%{_infodir}/*
%changelog
%changelog
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Wed Jan 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 2.2.9
* Wed Nov 27 2002 Elliot Lee <sopwith@redhat.com> 2.2.8-4
- Don't use wildcard on bindir
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
- automated rebuild