open-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. Summary: A tool which will start a program on a virtual console.
  2. Summary(ja): 仮想コンソール上でプログラムを起動する為のツール
  3. Name: open
  4. Version: 1.4
  5. Release: 24vl1
  6. License: GPL
  7. Group: Applications/System
  8. Source: ftp://sunsite.unc.edu/pub/Linux/utils/console/open-%{version}.tar.gz
  9. Patch: open-1.4-includes.patch
  10. Patch1: open-1.4-cflags.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. ExcludeArch: s390 s390x
  13. %description
  14. The open command starts a specified command with the first available
  15. virtual console, or on a virtual console that you specify.
  16. Install the open package if you regularly use virtual consoles to run
  17. programs.
  18. %description -l ja
  19. open コマンドは指定されたコマンドを一番最初に見付かった仮想コンソール上で
  20. 起動させます.どの仮想コンソールを使うかを指定することも出来ます.
  21. 仮想コンソールでプログラムをよく起動する必要がある場合は
  22. open パッケージをインストールして下さい.
  23. %prep
  24. %setup -q
  25. %patch -p1
  26. %patch1 -p1 -b .cflags
  27. %build
  28. make
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 \
  32. $RPM_BUILD_ROOT%{_bindir}
  33. make BINDIR=$RPM_BUILD_ROOT%{_bindir} \
  34. MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 install
  35. %clean
  36. rm -rf $RPM_BUILD_ROOT
  37. %files
  38. %defattr(-,root,root)
  39. %{_bindir}/*
  40. %attr(644,root,root) %{_mandir}/*/*
  41. %changelog
  42. * Sat Sep 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4-24vl1
  43. - s/Copyright/License/
  44. - added Patch1 from fedora
  45. * Tue Feb 15 2005 Than Ngo <than@redhat.com> 1.4-23
  46. - use $RPM_OPT_FLAGS
  47. * Mon Apr 7 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.4-16vl2
  48. - rebuild
  49. * Fri Dec 06 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.4-16vl1
  50. - based on 1.4-16 from Rawhide and built for Vine Linux
  51. - added Japanese summary and description
  52. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  53. - automated rebuild
  54. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  55. - automated rebuild
  56. * Tue Feb 26 2002 Than Ngo <than@redhat.com> 1.4-14
  57. - rebuild
  58. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  59. - automated rebuild
  60. * Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  61. - add ExcludeArch: s390 s390x
  62. * Fri Feb 23 2001 Than Ngo <than@redhat.com>
  63. - fix wrong permissions (Bug #29005)
  64. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  65. - automatic rebuild
  66. * Sun Jun 18 2000 Than Ngo <than@redhat.de>
  67. - rebuilt in the new build environment, use RPM macros
  68. * Sat May 20 2000 Ngo Than <than@redhat.de>
  69. - rebuild for 7.0
  70. - put man pages /usr/share/man/*
  71. * Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
  72. - rebuild to pick up gzipped man pages / new description
  73. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  74. - auto rebuild in the new build environment (release 6)
  75. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  76. - Injected new description and group.
  77. * Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
  78. - bumped spec number for initial rh 6.0 build
  79. * Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
  80. - build root
  81. * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
  82. - translations modified for de, fr, tr
  83. * Mon Oct 20 1997 Otto Hammersmith <otto@redhat.com>
  84. - updated version
  85. - changed source url to ftp://...
  86. - fixed braindeadness with NAME_MAX
  87. * Tue Jun 17 1997 Erik Troan <ewt@redhat.com>
  88. - built against glibc