source: projects/specs/trunk/s/statserial/statserial-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: A tool which displays the status of serial port modem lines.
2Summary(ja): シリアルポートのモデムラインの状態を表示するツール
3Name: statserial
4Version: 1.1
5Release: 31%{?_dist_release}
6License: BSD
7Group: Applications/System
8Source: ftp://metalab.unc.edu/pub/Linux/system/serial/statserial-1.1.tar.gz
9Patch0: statserial-1.1-config.patch
10Patch1: statserial-1.1-dev.patch
11Patch2: statserial-1.1--n.patch
12Prefix: %{_prefix}
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: ncurses-devel
15ExcludeArch: s390 s390x
16
17
18%description
19The statserial utility displays a table of the signals on a standard
209-pin or 25-pin serial port and indicates the status of the
21handshaking lines.  Statserial is useful for debugging serial port
22and/or modem problems.
23
24%description -l ja
25statserial ユーティリティは,9ピンあるいは25ピンといった標準的な
26シリアルポートの状態を一覧表示します.statserial はシリアルポートと
27モデムの問題をデバッグするのに便利です.
28
29シリアルポートやモデムの問題をデバッグするツールが必要ならば
30statserial パッケージをインストールして下さい.
31
32
33%prep
34%setup -q
35%patch0 -p1 -b .config
36%patch1 -p1 -b .dev
37%patch2 -p1 -b .-n
38
39
40%build
41make LDFLAGS=
42
43
44%install
45rm -rf ${RPM_BUILD_ROOT}
46mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
47mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
48
49install -m 755 -s statserial ${RPM_BUILD_ROOT}%{_bindir}/statserial
50install -m 644 statserial.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/statserial.1
51
52
53%clean
54rm -rf ${RPM_BUILD_ROOT}
55
56
57%files
58%defattr(-,root,root)
59%{_bindir}/statserial
60%{_mandir}/man1/*
61
62
63%changelog
64* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 1.1-31vl5
65- applied new versioning policy, spec in utf-8
66
67* Tue Apr  8 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.1-30vl2
68- rebuild
69
70* Fri Dec 06 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.1-30vl1
71- based on 1.1-30 from Rawhide and built for Vine Linux
72- added Japanese summary and description
73
74* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
75- automated rebuild
76
77* Thu May 23 2002 Tim Powers <timp@redhat.com>
78- automated rebuild
79
80* Mon Apr 22 2002 Tim Waugh <twaugh@redhat.com> 1.1-28
81- Don't strip binaries explicitly (bug #62567).
82
83* Tue Feb 26 2002 Tim Waugh <twaugh@redhat.com> 1.1-27
84- Rebuild in new environment.
85
86* Sat Feb 16 2002 Florian La Roche <Florian.LaRoche@redhat.de>
87- do not specify archaic "-N" anymore for linking
88
89* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
90- automated rebuild
91
92* Fri Nov 16 2001 Tim Waugh <twaugh@redhat.com> 1.1-24
93- s/Copyright:/License:/.
94- Fix -n (bug #56299).
95
96* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de> 1.1-23
97- add ExcludeArch: s390 s390x
98
99* Mon Jun 18 2001 Tim Waugh <twaugh@redhat.com> 1.1-22
100- Build requires ncurses-devel.
101
102* Wed May 30 2001 Tim Waugh <twaugh@redhat.com> 1.1-21
103- Sync description with specspo.
104
105* Wed Aug 30 2000 Matt Wilson <msw@redhat.com> 1.1-20
106- rebuild to cope with glibc locale binary incompatibility, again
107
108* Thu Jul 27 2000 Jeff Johnson <jbj@redhat.com>
109- change default device from /dev/cuar to /dev/ttyS1 (#14624).
110
111* Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com>
112- rebuild to cope with glibc locale binary incompatibility
113
114* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
115- automatic rebuild
116
117* Wed Jun 14 2000 Jeff Johnson <jbj@redhat.com>
118- FHS packaging.
119
120* Mon Feb  7 2000 Jeff Johnson <jbj@redhat.com>
121- compress man pages.
122
123* Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com>
124- rebuilt against new glibc in the sparc tree
125
126* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
127- auto rebuild in the new build environment (release 13)
128
129* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
130- build root
131- include arch sparc
132
133* Fri May 01 1998 Prospector System <bugs@redhat.com>
134- translations modified for de, fr, tr
135
136* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
137- built against glibc
Note: See TracBrowser for help on using the repository browser.