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

Revision 9339, 2.4 KB checked in by Takemikaduchi, 9 years ago (diff)

portreserve: update to 0.0.5
kdeutils: fix spec
ttyrec: rebuild

Line 
1Summary: a tty recorder
2Name: ttyrec
3Version: 1.0.8
4Release: 2%{?_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* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-2
54- rebuild with VineSeed environment
55
56* Sat Jun 11 2011 IWAI, Masaharu <iwai@alib.jp> 1.0.8-1
57- new upstream release
58- drop Patch0: upstream merged
59- update URL and Source0's URL
60- apply new versioning policy
61- using UTF-8 in spec file
62- add Vendor and Distribution tags
63- add Packager: iwaim
64
65* Mon Aug 27 2007 Shu KONNO <owa@bg.wakwak.com> 1.0.6-0vl4
66- s/Copyright/License/
67
68* Sun Jun 26 2005 HOTTA Michihide <hotta@net-newbie.com> 1.0.6-0vl3
69- add ttyrec-1.0.6-pty.patch
70
71* Sun May  4 2003 IWAI Masaharu <iwai@alib.jp> 1.0.6-0vl2
72- fix %%{files}
73
74* Fri May  2 2003 IWAI Masaharu <iwai@alib.jp> 1.0.6-0vl1
75- Updated to new upstream version 1.0.6
76
77* Fri Sep 20 2002 yoshihiro ota <ota@j.email.ne.jp>
78- Updated to new upstream version 1.0.5.
79- Cleaned up spec file.
80
81* Fri May 18 2001 akira yamada <akira@vinelinux.org>
82- Updated to new upstream version 1.0.4.
83
84* Fri Dec 29 2000 akira yamada <akira@vinelinux.org>
85- Updated to new upstream version 1.0.2.
86
87* Wed Dec 27 2000 akira yamada <akira@vinelinux.org>
88- Initial packaging.
Note: See TracBrowser for help on using the repository browser.