ctags-vl.spec 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. Summary: A C programming language indexing and/or cross-reference tool.
  2. Name: ctags
  3. Version: 5.8
  4. Release: 1%{?_dist_release}
  5. License: GPL
  6. Group: Development/Tools
  7. URL: http://ctags.sourceforge.net/
  8. Source: http://prdownloads.sourceforge.net/ctags/ctags-%{version}.tar.gz
  9. Buildroot: %{_tmppath}/%{name}-%{version}-root
  10. %description
  11. Ctags generates an index (or tag) file of C language objects found in
  12. C source and header files. The index makes it easy for text editors or
  13. other utilities to locate the indexed items. Ctags can also generate a
  14. cross reference file which lists information about the various objects
  15. found in a set of C language files in human readable form. Exuberant
  16. Ctags improves on ctags because it can find all types of C language tags,
  17. including macro definitions, enumerated values (values inside enum{...}),
  18. function and method definitions, enum/struct/union tags, external
  19. function prototypes, typedef names and variable declarations. Exuberant
  20. Ctags is far less likely to be fooled by code containing #if preprocessor
  21. conditional constructs than ctags. Exuberant ctags supports output of
  22. Emacs style TAGS files and can be used to print out a list of selected
  23. objects found in source files.
  24. Install ctags if you are going to use your system for C programming.
  25. %prep
  26. %setup -q
  27. %build
  28. %configure --disable-etags
  29. make
  30. %install
  31. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  32. %makeinstall
  33. %clean
  34. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  35. %files
  36. %defattr(-,root,root)
  37. %doc COPYING EXTENDING.html FAQ INSTALL NEWS README
  38. %{_bindir}/ctags
  39. %{_mandir}/man1/ctags*
  40. %changelog
  41. * Sun Oct 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.8-1
  42. - new upstream release
  43. * Sun May 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.7-1
  44. - new upstream release
  45. - applied new versioning policy
  46. * Sun May 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.6-0vl1
  47. - updated to 5.6 release
  48. - rebuilt with new toolchain
  49. * Sat May 1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.4-0vl1
  50. - source upgrade
  51. * Sun Apr 20 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.5-1vl1
  52. - update to 5.5 from sourceforge
  53. - change URL
  54. * Fri Aug 17 2001 <sagami@vinelinux.org>
  55. - 5.0.1-2vl1: was ported to Vine
  56. * Wed Jul 11 2001 Jakub Jelinek <jakub@redhat.com>
  57. - rebuilt against binutils-2.11.90.0.8-3 to reserve .dynamic space
  58. * Mon Jun 11 2001 Preston Brown <pbrown@redhat.com>
  59. - 5.0.1
  60. * Thu Jan 04 2001 Preston Brown <pbrown@redhat.com>
  61. - 4.0.3
  62. - remove etags, it is not fully compatible with cmd line of GNU etags.
  63. * Sun Jul 16 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  64. - update to 4.0.2 from sourceforge
  65. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  66. - automatic rebuild
  67. * Sat Jun 17 2000 Matt Wilson <msw@redhat.com>
  68. - added defattr
  69. * Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
  70. - FHS paths
  71. * Mon May 8 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
  72. - Update to 3.5.2
  73. - minor cleanups to spec file
  74. * Tue Feb 16 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
  75. - Update to 3.4 to fix bug #9446
  76. * Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
  77. - compress man page.
  78. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  79. - auto rebuild in the new build environment (release 4)
  80. - version 3.2
  81. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  82. - Injected new description and group.
  83. * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
  84. - translations modified for de, fr, tr
  85. * Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
  86. - upgraded to 2.0.3
  87. * Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com>
  88. - removed etags. Emacs provides its own; and needs to support
  89. more than just C.
  90. * Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
  91. - updated from 1.5 to 1.6
  92. * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
  93. - built against glibc