source: projects/specs/trunk/o/open/open-vl.spec @ 521

Revision 521, 3.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: A tool which will start a program on a virtual console.
2Summary(ja): ²¾ÁÛ¥³¥ó¥½¡¼¥ë¾å¤Ç¥×¥í¥°¥é¥à¤òµ¯Æ°¤¹¤ë°Ù¤Î¥Ä¡¼¥ë
3Name: open
4Version: 1.4
5Release: 24vl1
6License: GPL
7Group: Applications/System
8Source: ftp://sunsite.unc.edu/pub/Linux/utils/console/open-%{version}.tar.gz
9Patch: open-1.4-includes.patch
10Patch1: open-1.4-cflags.patch
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12ExcludeArch: s390 s390x
13
14
15%description
16The open command starts a specified command with the first available
17virtual console, or on a virtual console that you specify.
18
19Install the open package if you regularly use virtual consoles to run
20programs.
21
22%description -l ja
23open ¥³¥Þ¥ó¥É¤Ï»ØÄꤵ¤ì¤¿¥³¥Þ¥ó¥É¤ò°ìÈֺǽé¤Ë¸«ÉÕ¤«¤Ã¤¿²¾ÁÛ¥³¥ó¥½¡¼¥ë¾å¤Ç
24µ¯Æ°¤µ¤»¤Þ¤¹¡¥¤É¤Î²¾ÁÛ¥³¥ó¥½¡¼¥ë¤ò»È¤¦¤«¤ò»ØÄꤹ¤ë¤³¤È¤â½ÐÍè¤Þ¤¹¡¥
25
26²¾ÁÛ¥³¥ó¥½¡¼¥ë¤Ç¥×¥í¥°¥é¥à¤ò¤è¤¯µ¯Æ°¤¹¤ëɬÍפ¬¤¢¤ë¾ì¹ç¤Ï
27open ¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ²¼¤µ¤¤¡¥
28
29
30%prep
31%setup -q
32%patch -p1
33%patch1 -p1 -b .cflags
34
35%build
36make
37
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 \
43         $RPM_BUILD_ROOT%{_bindir}
44
45make BINDIR=$RPM_BUILD_ROOT%{_bindir} \
46     MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 install
47
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52
53%files
54%defattr(-,root,root)
55%{_bindir}/*
56%attr(644,root,root) %{_mandir}/*/*
57
58
59%changelog
60* Sat Sep 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4-24vl1
61- s/Copyright/License/
62- added Patch1 from fedora
63  * Tue Feb 15 2005 Than Ngo <than@redhat.com> 1.4-23
64  - use $RPM_OPT_FLAGS
65
66* Mon Apr  7 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.4-16vl2
67- rebuild
68
69* Fri Dec 06 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.4-16vl1
70- based on 1.4-16 from Rawhide and built for Vine Linux
71- added Japanese summary and description
72
73* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
74- automated rebuild
75
76* Thu May 23 2002 Tim Powers <timp@redhat.com>
77- automated rebuild
78
79* Tue Feb 26 2002 Than Ngo <than@redhat.com> 1.4-14
80- rebuild
81
82* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
83- automated rebuild
84
85* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
86- add ExcludeArch: s390 s390x
87
88* Fri Feb 23 2001 Than Ngo <than@redhat.com>
89- fix wrong permissions (Bug #29005)
90
91* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
92- automatic rebuild
93
94* Sun Jun 18 2000 Than Ngo <than@redhat.de>
95- rebuilt in the new build environment, use RPM macros
96
97* Sat May 20 2000 Ngo Than <than@redhat.de>
98- rebuild for 7.0
99- put man pages /usr/share/man/*
100
101* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
102- rebuild to pick up gzipped man pages / new description
103
104* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
105- auto rebuild in the new build environment (release 6)
106
107* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
108- Injected new description and group.
109
110* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
111- bumped spec number for initial rh 6.0 build
112
113* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
114- build root
115
116* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
117- translations modified for de, fr, tr
118
119* Mon Oct 20 1997 Otto Hammersmith <otto@redhat.com>
120- updated version
121- changed source url to ftp://...
122- fixed braindeadness with NAME_MAX
123
124* Tue Jun 17 1997 Erik Troan <ewt@redhat.com>
125- built against glibc
Note: See TracBrowser for help on using the repository browser.