source: projects/specs/trunk/m/modemtool/modemtool-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: A tool for selecting the serial port your modem is connected to.
2Summary(ja): ¥â¥Ç¥à¤¬Àܳ¤µ¤ì¤Æ¤¤¤ë¥·¥ê¥¢¥ë¥Ý¡¼¥È¤òÁªÂò¤¹¤ë¥Ä¡¼¥ë¡£
3Name: modemtool
4Version: 1.22
5Release: 3vl1
6Copyright: GPL
7Group: Applications/System
8Source: modemtool-%{version}.tar.gz
9Patch0: modemtool-cua.patch
10# added for Vine
11Source1: modem-1.22.ja.py
12Source2: modemtool.i18n
13Patch1: modemtool-ppc.patch
14Requires: python, pythonlib
15#BuildArchitectures: noarch
16BuildRoot: %{_tmppath}/modemtool-root
17Vendor: Project Vine
18Distribution: Vine Linux
19
20%description
21The modemtool is a simple graphical configuration tool for selecting
22the serial port to which your modem is connected.
23
24Install modemtool if you use a modem.
25
26%description -l ja
27modemtool ¤Ï¥â¥Ç¥à¤¬Àܳ¤µ¤ì¤Æ¤¤¤ë¥·¥ê¥¢¥ë¥Ý¡¼¥È¤òÁªÂò¤¹¤ë¥·¥ó¥×¥ë¤Ç
28¥°¥é¥Õ¥£¥«¥ë¤ÊÀßÄê¥Ä¡¼¥ë¤Ç¤¹¡£
29
30¥â¥Ç¥à¤ò»ÈÍѤ¹¤ë¤Ê¤é modemtool ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£
31
32%prep
33%setup -q
34%patch -p1 -b .cua
35
36cp %{SOURCE1} modem-ja.py
37cp %{SOURCE2} modemtool
38%ifarch ppc
39%patch1 -p1 -b .ppc
40%endif
41
42%build
43
44%install
45rm -rf $RPM_BUILD_ROOT
46mkdir -p $RPM_BUILD_ROOT/usr/{bin,lib/rhs/control-panel}
47
48make    PREFIX=$RPM_BUILD_ROOT/usr \
49        INSTALLBIN="install -m755" INSTALLDATA="install -m644" \
50        install
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(-,root,root)
57/usr/bin/modemtool
58/usr/lib/rhs/control-panel/modemtool.init
59/usr/lib/rhs/control-panel/modemtool.xpm
60/usr/lib/rhs/control-panel/python/modem.py
61
62%changelog
63* Sat May 12 2001 <sagami@vinelinux.org>
64- 1.22-3vl1: follow up with RH 1.22-3
65
66* Mon Feb 21 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
67- 1.21_jp-2
68- added ppc patch extracted from 1.21-6a on LinuxPPC-Dev-Rel-1.1
69
70* Thu Aug 10 1999 Norihito Ohmori <ohmori@flatout.org>
71- Japanize
72- Japanese %summary and %description added.
73
74* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
75- auto rebuild in the new build environment (release 6)
76
77* Thu Mar 18 1999 Bill Nottingham <notting@redhat.com>
78- cua -> ttyS
79
80* Mon Aug 17 1998 Jeff Johnson <jbj@redhat.com>
81- build root
82
83* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
84- translations modified for de, fr, tr
85
86* Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
87- made a noarch package
Note: See TracBrowser for help on using the repository browser.