From efe9290a97fdf843fd9af8fe9ec7f2fac24255ca Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 6 Jun 2006 13:01:22 +0000 Subject: [PATCH] update to 5.6 --- .cvsignore | 1 + ctags.spec | 21 ++++++++++++--------- sources | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index b0d51b3..6d5e3a2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ ctags-5.5.4.tar.gz +ctags-5.6.tar.gz diff --git a/ctags.spec b/ctags.spec index bf64a8b..3b7a198 100644 --- a/ctags.spec +++ b/ctags.spec @@ -1,7 +1,7 @@ Summary: A C programming language indexing and/or cross-reference tool. Name: ctags -Version: 5.5.4 -Release: 4.2.1 +Version: 5.6 +Release: 1 License: GPL Group: Development/Tools Source: http://prdownloads.sourceforge.net/ctags/ctags-%{version}.tar.gz @@ -29,25 +29,28 @@ Install ctags if you are going to use your system for C programming. %setup -q %build -%configure +%configure --disable-etags + make %install -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} + %makeinstall -rm -f $RPM_BUILD_ROOT%{_bindir}/etags -rm -f $RPM_BUILD_ROOT%{_mandir}/man1/etags* %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files %defattr(-,root,root) %doc COPYING EXTENDING.html FAQ INSTALL NEWS README -%{_bindir}/ctags -%{_mandir}/man1/ctags* +%{_bindir}/* +%{_mandir}/man1/* %changelog +* Tue Jun 06 2006 Than Ngo 5.6-1 +- update to 5.6 + * Fri Feb 10 2006 Jesse Keating - 5.5.4-4.2.1 - bump again for double-long bug on ppc(64) diff --git a/sources b/sources index 5d5d97d..447e474 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a84124caadd4103270e0b84596ecfe83 ctags-5.5.4.tar.gz +9026a6c6950751bc4fd1be37e8a2070f ctags-5.6.tar.gz