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

Revision 4169, 2.3 KB checked in by iwaim, 13 years ago (diff)

ttyrec-1.0.8-1

Line 
1Summary: a tty recorder
2Name: ttyrec
3Version: 1.0.8
4Release: 1%{?_dist_release}
5License: BSD
6Group: Applications/Text
7Source: http://0xcc.net/ttyrec/ttyrec-%{version}.tar.gz
8URL: http://0xcc.net/ttyrec/
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10Summary(ja): ttyレコーダー
11
12Vendor: Project Vine
13Distribution: Vine Linux
14Packager: iwaim
15
16%description
17ttyrec is a tty recorder. A recorded data can be playback with the
18included ttyplay command. ttyrec is just a derivative of script
19command for recording timing information with microsecond accuracy as
20well. It can record emacs -nw, vi, lynx, or any programs running on
21tty.
22
23%description -l ja
24ttyrecはttyを録画します。録画したデータは付属のttyplayコマンドで再生で
25きます。ttyrecはscriptコマンドにマイクロ秒単位で時間情報を埋め込む機能
26を追加しただけの代物です。emacs -nwでもviでもlynxでもtty上で動くプログ
27ラムなら何でも録画できます。
28
29%prep
30%setup -q
31
32%build
33make
34
35%install
36rm -rf ${RPM_BUILD_ROOT}
37mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
38mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
39
40install -m 755 tty{rec,play,time} $RPM_BUILD_ROOT%{_bindir}
41install -m 644 *.1 $RPM_BUILD_ROOT%{_mandir}/man1
42
43%clean
44rm -rf ${RPM_BUILD_ROOT}
45
46%files
47%defattr(-, root, root)
48%doc README
49%{_bindir}/*
50%{_mandir}/*/*
51
52%changelog
53* Sat Jun 11 2011 IWAI, Masaharu <iwai@alib.jp> 1.0.8-1
54- new upstream release
55- drop Patch0: upstream merged
56- update URL and Source0's URL
57- apply new versioning policy
58- using UTF-8 in spec file
59- add Vendor and Distribution tags
60- add Packager: iwaim
61
62* Mon Aug 27 2007 Shu KONNO <owa@bg.wakwak.com> 1.0.6-0vl4
63- s/Copyright/License/
64
65* Sun Jun 26 2005 HOTTA Michihide <hotta@net-newbie.com> 1.0.6-0vl3
66- add ttyrec-1.0.6-pty.patch
67
68* Sun May  4 2003 IWAI Masaharu <iwai@alib.jp> 1.0.6-0vl2
69- fix %%{files}
70
71* Fri May  2 2003 IWAI Masaharu <iwai@alib.jp> 1.0.6-0vl1
72- Updated to new upstream version 1.0.6
73
74* Fri Sep 20 2002 yoshihiro ota <ota@j.email.ne.jp>
75- Updated to new upstream version 1.0.5.
76- Cleaned up spec file.
77
78* Fri May 18 2001 akira yamada <akira@vinelinux.org>
79- Updated to new upstream version 1.0.4.
80
81* Fri Dec 29 2000 akira yamada <akira@vinelinux.org>
82- Updated to new upstream version 1.0.2.
83
84* Wed Dec 27 2000 akira yamada <akira@vinelinux.org>
85- Initial packaging.
Note: See TracBrowser for help on using the repository browser.