auto-import changelog data from indent-2.2.7-3.src.rpm

Wed Feb 27 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.7-3
- Rebuild
Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 2.2.7
- use find_lang for translations
- do not gzip man-page
epel9
cvsdist 21 years ago
parent a917ecb58d
commit 920d712330

@ -1 +1 @@
indent-2.2.6.tar.gz
indent-2.2.7.tar.gz

@ -1,7 +1,7 @@
Summary: A GNU program for formatting C code.
Name: indent
Version: 2.2.6
Release: 2
Version: 2.2.7
Release: 3
License: GPL
Group: Applications/Text
URL: http://www.gnu.org/software/indent/
@ -31,7 +31,8 @@ rm -rf $RPM_BUILD_ROOT
%makeinstall
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
gzip -9nf $RPM_BUILD_ROOT/%{_infodir}/indent.info*
%find_lang %name
%clean
rm -rf $RPM_BUILD_ROOT
@ -42,17 +43,27 @@ rm -rf $RPM_BUILD_ROOT
%preun
if [ "$1" = 0 ]; then
/sbin/install-info --delete %{_infodir}/indent.info.gz %{_infodir}/dir --entry="* indent: (indent). Program to format source code."
fi
%files
%files -f %{name}.lang
%defattr(-,root,root)
/usr/bin/indent
/usr/bin/*
%{_mandir}/*/*
%{_infodir}/*
%changelog
* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.7-3
- Rebuild
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 2.2.7
- use find_lang for translations
- do not gzip man-page
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
- Bump release + rebuild.

@ -1 +1 @@
1f5f9b27226a3292f857fedcd12a07e4 indent-2.2.6.tar.gz
2bcd2c54bd6da6b6694eef9efa0316ff indent-2.2.7.tar.gz

Loading…
Cancel
Save