indent-vl.spec 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. Summary: A GNU program for formatting C code.
  2. Summary(ja): C のコードを整形する GNU プログラム
  3. Name: indent
  4. Version: 2.2.9
  5. Release: 6%{?_dist_release}
  6. License: GPL
  7. Group: Applications/Text
  8. URL: http://www.gnu.org/software/indent/
  9. Source: ftp://ftp.gnu.org/pub/gnu/indent-%{version}.tar.gz
  10. Patch0: indent-2.2.9-indent_h.patch
  11. Requires(pre): /sbin/install-info
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. %description
  16. Indent is a GNU program for beautifying C code, so that it is easier to
  17. read. Indent can also convert from one C writing style to a different
  18. one. Indent understands correct C syntax and tries to handle incorrect
  19. C syntax.
  20. Install the indent package if you are developing applications in C and
  21. you want a program to format your code.
  22. %description -l ja
  23. Indent は C のコードを読みやすく整形する GNU プログラムです.Indent を
  24. 使うと,C コードのあるスタイルから別のスタイルへと返還することも出来ます.
  25. Indent は C 文法を理解しますので,間違った C の文法を可能な限り解釈しよう
  26. とします.
  27. C によるアプリケーション開発を行っていて,プログラムコードを整形したい
  28. 場合には indent パッケージをインストールして下さい.
  29. %prep
  30. %setup -q
  31. %patch0 -p0 -b .indent_h
  32. %build
  33. %configure
  34. export PATH=$PATH:.
  35. make
  36. %install
  37. rm -rf $RPM_BUILD_ROOT
  38. %makeinstall
  39. rm -f $RPM_BUILD_ROOT/%{_infodir}/dir $RPM_BUILD_ROOT/usr/bin/texinfo2man \
  40. $RPM_BUILD_ROOT/usr/doc/indent/indent.html
  41. %find_lang %name
  42. %clean
  43. rm -rf $RPM_BUILD_ROOT
  44. %post
  45. /sbin/install-info %{_infodir}/indent.info.gz %{_infodir}/dir --entry="* indent: (indent). Program to format source code."
  46. %preun
  47. if [ "$1" = 0 ]; then
  48. /sbin/install-info --delete %{_infodir}/indent.info.gz %{_infodir}/dir --entry="* indent: (indent). Program to format source code."
  49. fi
  50. %files -f %{name}.lang
  51. %defattr(-,root,root)
  52. %{_bindir}/indent
  53. %{_mandir}/*/*
  54. %{_infodir}/*
  55. %changelog
  56. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.9-6
  57. - rebuild with VineSeed environment
  58. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 2.2.9-5
  59. - rebuilt with rpm-4.8.1-3
  60. * Tue Sep 09 2008 Shu KONNO <owa@bg.wakwak.com> 2.2.9-4vl5
  61. - applied new versioning policy, spec in utf-8
  62. - added indent-2.2.9-indent_h.patch
  63. * Fri Mar 17 2006 Shu KONNO <owa@bg.wakwak.com> 2.2.9-3vl2
  64. - rebuilt for x86_64 architecture
  65. * Mon Jul 28 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.9-3vl1
  66. - rebuild with new toolchains
  67. - based on Redhat Rawhide 2.2.9-3
  68. * Mon Jun 18 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  69. - 2.2.6-1vl2
  70. - Oops the spec was in Shift_JIS. Fixed.
  71. * Wed May 16 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  72. - 2.2.6-1vl1
  73. - rebuilt for Vine Linux
  74. * Sun Nov 19 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  75. - update to 2.2.6
  76. * Fri Jul 21 2000 Trond Eivind Glomsr <teg@redhat.com>
  77. - rebuild
  78. * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
  79. - automatic rebuild
  80. * Thu Jun 08 2000 Trond Eivind Glomsr <teg@redhat.com>
  81. - use %%configure, %%makeinstall, %%{_infodir}, %%{_mandir}
  82. and %%{_tmppath}
  83. - don't use %%{_prefix}
  84. * Wed May 10 2000 Trond Eivind Glomsr <teg@redhat.com>
  85. - added URL
  86. - remove manual stripping
  87. * Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
  88. - man pages are compressed
  89. * Thu Jan 20 2000 Bill Nottingham <notting@redhat.com>
  90. - 2.2.5
  91. * Mon Jul 26 1999 Bill Nottingham <notting@redhat.com>
  92. - 2.2.0
  93. * Fri Jul 16 1999 Bill Nottingham <notting@redhat.com>
  94. - update to 2.1.1
  95. * Sun May 30 1999 Jeff Johnson <jbj@redhat.com>
  96. - update to 1.10.0.
  97. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  98. - auto rebuild in the new build environment (release 11)
  99. * Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
  100. - build for 6.0 tree
  101. * Thu Aug 13 1998 Jeff Johnson <jbj@redhat.com>
  102. - build root
  103. * Thu May 07 1998 Prospector System <bugs@redhat.com>
  104. - translations modified for de, fr, tr
  105. * Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
  106. - use install-info
  107. * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
  108. - built against glibc