From 0348a5d753d1c657c9759024d1f4c1455e25a45a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 03:59:56 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20ctags-4?= =?UTF-8?q?.0.2-1.src.rpm=20Sun=20Jul=2016=202000=20Florian=20La=20Roche?= =?UTF-8?q?=20=20-=20update=20to=204.0.2=20from?= =?UTF-8?q?=20sourceforge=20Wed=20Jul=2012=202000=20Prospector=20=20-=20automatic=20rebuild=20Sat=20Jun=2017=202000?= =?UTF-8?q?=20Matt=20Wilson=20=20-=20added=20defattr=20Mon?= =?UTF-8?q?=20Jun=2012=202000=20Preston=20Brown=20=20-?= =?UTF-8?q?=20FHS=20paths=20Mon=20May=2008=202000=20Bernhard=20Rosenkr=E4n?= =?UTF-8?q?zer=20=20-=20Update=20to=203.5.2=20-=20minor?= =?UTF-8?q?=20cleanups=20to=20spec=20file=20Wed=20Feb=2016=202000=20Bernha?= =?UTF-8?q?rd=20Rosenkr=E4nzer=20=20-=20Update=20to=203.4?= =?UTF-8?q?=20to=20fix=20bug=20#9446=20Thu=20Feb=2003=202000=20Preston=20B?= =?UTF-8?q?rown=20=20-=20compress=20man=20page.=20Sun?= =?UTF-8?q?=20Mar=2021=201999=20Cristian=20Gafton=20=20?= =?UTF-8?q?-=20auto=20rebuild=20in=20the=20new=20build=20environment=20(re?= =?UTF-8?q?lease=204)=20-=20version=203.2=20Wed=20Feb=2024=201999=20Presto?= =?UTF-8?q?n=20Brown=20=20-=20Injected=20new=20descript?= =?UTF-8?q?ion=20and=20group.=20Fri=20Apr=2024=201998=20Prospector=20Syste?= =?UTF-8?q?m=20=20-=20translations=20modified=20for=20de,?= =?UTF-8?q?=20fr,=20tr=20Thu=20Apr=2009=201998=20Cristian=20Gafton=20=20-=20upgraded=20to=202.0.3=20Mon=20Nov=2003=201?= =?UTF-8?q?997=20Michael=20K.=20Johnson=20=20-=20remo?= =?UTF-8?q?ved=20etags.=20Emacs=20provides=20its=20own;=20and=20needs=20to?= =?UTF-8?q?=20support=20more=20than=20=20=20=20=20just=20C.=20Thu=20Oct=20?= =?UTF-8?q?23=201997=20Donnie=20Barnes=20=20-=20updated=20?= =?UTF-8?q?from=201.5=20to=201.6=20Thu=20Jul=2010=201997=20Erik=20Troan=20?= =?UTF-8?q?=20-=20built=20against=20glibc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + ctags.spec | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 94 insertions(+) create mode 100644 ctags.spec diff --git a/.cvsignore b/.cvsignore index e69de29..f27431d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +ctags-4.0.2.tar.gz diff --git a/ctags.spec b/ctags.spec new file mode 100644 index 0000000..cafdb1b --- /dev/null +++ b/ctags.spec @@ -0,0 +1,92 @@ +Summary: A C programming language indexing and/or cross-reference tool. +Name: ctags +Version: 4.0.2 +Release: 1 +License: GPL +Group: Development/Tools +Source: ftp://ctags.sourceforge.net/pub/ctags/ctags-%{version}.tar.gz +URL: http://home.HiWAAY.net/~darren +Buildroot: %{_tmppath}/%{name}-%{version}-root + +%description +Ctags generates an index (or tag) file of C language objects found in +C source and header files. The index makes it easy for text editors or +other utilities to locate the indexed items. Ctags can also generate a +cross reference file which lists information about the various objects +found in a set of C language files in human readable form. Exuberant +Ctags improves on ctags because it can find all types of C language tags, +including macro definitions, enumerated values (values inside enum{...}), +function and method definitions, enum/struct/union tags, external +function prototypes, typedef names and variable declarations. Exuberant +Ctags is far less likely to be fooled by code containing #if preprocessor +conditional constructs than ctags. Exuberant ctags supports output of +Emacs style TAGS files and can be used to print out a list of selected +objects found in source files. + +Install ctags if you are going to use your system for C programming. + +%prep +%setup -q + +%build +%configure +make + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc FAQ INSTALL NEWS QUOTES README +%{_bindir}/* +%{_mandir}/man1/* + +%changelog +* Sun Jul 16 2000 Florian La Roche +- update to 4.0.2 from sourceforge + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Sat Jun 17 2000 Matt Wilson +- added defattr + +* Mon Jun 12 2000 Preston Brown +- FHS paths + +* Mon May 8 2000 Bernhard Rosenkränzer +- Update to 3.5.2 +- minor cleanups to spec file + +* Tue Feb 16 2000 Bernhard Rosenkränzer +- Update to 3.4 to fix bug #9446 + +* Thu Feb 03 2000 Preston Brown +- compress man page. + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 4) +- version 3.2 + +* Wed Feb 24 1999 Preston Brown +- Injected new description and group. + +* Fri Apr 24 1998 Prospector System +- translations modified for de, fr, tr + +* Thu Apr 09 1998 Cristian Gafton +- upgraded to 2.0.3 + +* Mon Nov 03 1997 Michael K. Johnson +- removed etags. Emacs provides its own; and needs to support + more than just C. + +* Thu Oct 23 1997 Donnie Barnes +- updated from 1.5 to 1.6 + +* Thu Jul 10 1997 Erik Troan +- built against glibc diff --git a/sources b/sources index e69de29..643433e 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6f5acb5dd493df9614b14e50c7ea088a ctags-4.0.2.tar.gz