From 920d71233079baa7e4cce41930713f0b854b4f52 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:14:12 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20indent-?= =?UTF-8?q?2.2.7-3.src.rpm=20Wed=20Feb=2027=202002=20Trond=20Eivind=20Glom?= =?UTF-8?q?sr=F8d=20=202.2.7-3=20-=20Rebuild=20Wed=20Jan?= =?UTF-8?q?=2009=202002=20Tim=20Powers=20=20-=20automated?= =?UTF-8?q?=20rebuild=20Fri=20Dec=2028=202001=20Florian=20La=20Roche=20=20-=20update=20to=202.2.7=20-=20use=20?= =?UTF-8?q?find=5Flang=20for=20translations=20-=20do=20not=20gzip=20man-pa?= =?UTF-8?q?ge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- indent.spec | 23 +++++++++++++++++------ sources | 2 +- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index e425e26..0286dbb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -indent-2.2.6.tar.gz +indent-2.2.7.tar.gz diff --git a/indent.spec b/indent.spec index 9ba7b54..2e8d35d 100644 --- a/indent.spec +++ b/indent.spec @@ -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 2.2.7-3 +- Rebuild + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Fri Dec 28 2001 Florian La Roche +- update to 2.2.7 +- use find_lang for translations +- do not gzip man-page + * Sun Jun 24 2001 Elliot Lee - Bump release + rebuild. diff --git a/sources b/sources index d2b5f16..b8de79e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f5f9b27226a3292f857fedcd12a07e4 indent-2.2.6.tar.gz +2bcd2c54bd6da6b6694eef9efa0316ff indent-2.2.7.tar.gz