source: projects/specs/trunk/t/ttyrec/ttyrec-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: a tty recorder
2Name: ttyrec
3Version: 1.0.6
4Release: 0vl4
5License: BSD
6Group: Applications/Text
7Source: http://namazu.org/~satoru/ttyrec/ttyrec-%{version}.tar.gz
8URL: http://namazu.org/~satoru/ttyrec/
9Patch: ttyrec-1.0.6-pty.patch
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11Summary(ja): tty¥ì¥³¡¼¥À¡¼
12%description
13ttyrec is a tty recorder. A recorded data can be playback with the
14included ttyplay command. ttyrec is just a derivative of script
15command for recording timing information with microsecond accuracy as
16well. It can record emacs -nw, vi, lynx, or any programs running on
17tty.
18
19%description -l ja
20ttyrec¤Ïtty¤òÏ¿²è¤·¤Þ¤¹¡£Ï¿²è¤·¤¿¥Ç¡¼¥¿¤ÏÉÕ°¤Îttyplay¥³¥Þ¥ó¥É¤ÇºÆÀ¸¤Ç
21¤­¤Þ¤¹¡£ttyrec¤Ïscript¥³¥Þ¥ó¥É¤Ë¥Þ¥¤¥¯¥íÉÃñ°Ì¤Ç»þ´Ö¾ðÊó¤òËä¤á¹þ¤àµ¡Ç½
22¤òÄɲä·¤¿¤À¤±¤ÎÂåʪ¤Ç¤¹¡£emacs -nw¤Ç¤âvi¤Ç¤âlynx¤Ç¤âtty¾å¤ÇÆ°¤¯¥×¥í¥°
23¥é¥à¤Ê¤é²¿¤Ç¤âÏ¿²è¤Ç¤­¤Þ¤¹¡£
24
25%prep
26%setup -q
27%patch -p1 -b .pty
28
29%build
30make
31
32%install
33rm -rf ${RPM_BUILD_ROOT}
34mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
35mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
36
37install -m 755 tty{rec,play,time} $RPM_BUILD_ROOT%{_bindir}
38install -m 644 *.1 $RPM_BUILD_ROOT%{_mandir}/man1
39
40%clean
41rm -rf ${RPM_BUILD_ROOT}
42
43%files
44%defattr(-, root, root)
45%doc README
46%{_bindir}/*
47%{_mandir}/*/*
48
49%changelog
50* Mon Aug 27 2007 Shu KONNO <owa@bg.wakwak.com> 1.0.6-0vl4
51- s/Copyright/License/
52
53* Sun Jun 26 2005 HOTTA Michihide <hotta@net-newbie.com> 1.0.6-0vl3
54- add ttyrec-1.0.6-pty.patch
55
56* Sun May  4 2003 IWAI Masaharu <iwai@alib.jp> 1.0.6-0vl2
57- fix %%{files}
58
59* Fri May  2 2003 IWAI Masaharu <iwai@alib.jp> 1.0.6-0vl1
60- Updated to new upstream version 1.0.6
61
62* Fri Sep 20 2002 yoshihiro ota <ota@j.email.ne.jp>
63- Updated to new upstream version 1.0.5.
64- Cleaned up spec file.
65
66* Fri May 18 2001 akira yamada <akira@vinelinux.org>
67- Updated to new upstream version 1.0.4.
68
69* Fri Dec 29 2000 akira yamada <akira@vinelinux.org>
70- Updated to new upstream version 1.0.2.
71
72* Wed Dec 27 2000 akira yamada <akira@vinelinux.org>
73- Initial packaging.
Note: See TracBrowser for help on using the repository browser.