source: projects/specs/branches/6/f/faces/faces-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: A list monitor with a visual output.
2Summary(ja): 視覚出力を持つリストモニター
3Name: faces
4Version: 1.6.1
5Release: 19%{?_dist_release}
6License: freeware
7Group: Applications/Internet
8Source: ftp://ftp.cs.indiana.edu/pub/faces/faces/faces-1.6.1.tar.Z
9Patch0: faces-1.6.1-make.patch
10Patch1: faces-1.6.1-awk.patch
11Patch2: faces-1.6.1-string.patch
12Patch3: faces-1.6.1-fix.patch
13Patch4: faces-1.6.1-ikon2xbm.patch
14
15# 2007.06.18 from Mandriva 2007.1
16Patch101: faces-1.6.1-misc-fixes.patch.bz2
17Patch102: faces-1.6.1-datadir-faces.patch.bz2
18Patch103: faces-1.6.1-errno.patch.bz2
19Patch104: faces-1.6.1-faces_chmod.patch.bz2
20Patch105: faces-1.6.1-dotsyms.patch.bz2
21Patch106: faces-1.6.1-gcc3.4-fix.patch.bz2
22Patch107: faces-1.6.1-make.patch.bz2
23Patch108: faces-1.6.1-awk.patch.bz2
24Patch109: faces-1.6.1-string.patch.bz2
25Patch110: faces-1.6.1-fix.patch.bz2
26Patch111: faces-1.6.1-ikon2xbm.patch.bz2
27
28Requires: netpbm-progs
29Obsoletes: compface
30BuildRoot: %{_tmppath}/%{name}-%{version}-root
31BuildRequires: byacc, XOrg-devel
32
33Vendor: Project Vine
34Distribution: Vine Linux
35
36%description
37Faces is a program for visually monitoring a list (typically a list of
38incoming mail messages, a list of jobs in a print queue or a list of
39system users).  Faces operates in five different modes: monitoring for
40new mail, monitoring an entire mail file, monitoring a specified print
41queue, monitoring users on a machine and custom monitoring.  Faces also
42includes a utility for including a face image (a compressed, scanned
43image) with mail messages.  The image has to be compressed in a certain
44way, which can then be uncompressed and displayed on-the-fly in the mail
45program.  This feature of faces is typically used with the exmh mail
46handling system.
47
48Install faces if you'd like to use its list monitoring capability or
49its face image inclusion capability.  If you would like to include
50face images in email, you'll also need to install the faces-xface
51package.  If you would like to develop xface applications, you'll need
52to also install faces-devel.
53
54%description -l ja
55顔視覚的にリスト(メールメッセージのリスト、印刷待ち行列の仕事のリスト
56またはシステムユーザーのリスト)をモニターするためのプログラムです。
57顔5つの異なるモードで動く:新しいメールのためにモニターして、全メール
58ファイルをモニターして、指定された印刷待ち行列をモニターして、機械と
59カスタムメイドのモニタリングに関してユーザーをモニターすること。faces
60もメールメッセージで顔画像(圧縮した、調べられたイメージ)を含むための
61有用性を含みます。イメージは特定の方向で圧縮されなければなりません。
62そして、それはそれから圧縮されていなくなることができて、メール
63プログラムで高速で示されることができます。
64faces のこのつくりが、exmhメール処理システムで、典型的に使われます。
65
66あなたが能力またはその顔画像包含能力をモニターしているそのリストを使い
67たいと思うならば、faces をインストールしてください。あなたが顔画像を
68電子メールに含めたいと思うならば、あなたは faces-xface パッケージを
69インストールする必要があります。あなたが xface アプリケーションを開発
70したいと思うならば、あなたはまた、faces-devel をインストールする必要が
71あります。
72
73
74%package xface
75Requires: netpbm-progs
76Summary: Utilities needed by mailers for handling Faces' X-face images.
77Summary(ja): X-Face 画像を MUA にて使用するためのユーティリティ
78Group: Applications/Internet
79
80%description xface
81The Faces program includes the ability to send a compressed image
82along with an email message.  Faces-xface includes the utilities that
83mail user agent programs need to handle X-Face mail header. When an
84email program reads the X-face header line in an email message, it
85calls these utilities to display the face image included in the
86message.
87
88You'll need to install faces-xface if you want your mail program to
89display Faces' X-face images.
90
91%description -l ja xface
92faces プログラムは、電子メールメッセージに加えて圧縮したイメージを送る
93能力を含みます。faces-xface は、MUA プログラムが X-Faceメールヘッダを
94取り扱う必要があるユーティリティを含みます。電子メールプログラムが
95X-Face ヘッダ行を電子メールメッセージで読むとき、メッセージに含まれる
96顔画像を示すことはこれらのユーティリティを呼びます。
97
98X-Face 画像を表示することを望むならば、あなたは faces-xface を
99インストールする必要があります。
100
101
102%package devel
103Summary: The Faces program's library and header files.
104Summary(ja): faces プログラムのライブラリとヘッダファイル
105Group: Development/Libraries
106
107%description devel
108Faces-devel contains the faces program development environment,
109(i.e., the static libraries and header files).
110
111If you want to develop Faces applications, you'll need to install
112faces-devel.  You'll also need to install the faces package.
113
114%description -l ja devel
115faces プログラム開発環境(静的ライブラリとヘッダファイル)です。
116
117faces アプリケーションを開発したいならば、faces-xface を
118インストールする必要があります。
119さらに、faces パッケージもインストールする必要があります。
120
121
122
123
124%prep
125%setup -q -n faces
126%patch0 -p1 -b .make
127%patch1 -p1 -b .awk
128%patch2 -p1 -b .string
129%patch3 -p1 -b .fix
130%patch4 -p1 -b .ikon2xbm
131
132# 2007.06.18 from Mandriva
133##%patch101 -p1 -b .misc-fixes
134##%patch102 -p1 -b .datadir-faces
135%patch103 -p1 -b .errno
136##%patch104 -p1 -b .faces_chmod
137%patch106 -p1 -b .gcc34
138##%patch105 -p1 -b .dotsyms
139
140
141%build
142make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" \
143        X11LIBDIR=-L%{_prefix}/X11R6/%{_lib} \
144        FACEDIR=%{_libdir} \
145        -f Makefile.dist x11
146
147
148%install
149rm -rf $RPM_BUILD_ROOT
150mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_includedir},%{_libdir}}
151mkdir -p $RPM_BUILD_ROOT%{_mandir}/{man1,man3}
152
153make -f Makefile.dist \
154        BINDIR=$RPM_BUILD_ROOT%{_bindir} \
155        LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
156        MANDIR=$RPM_BUILD_ROOT%{_mandir} \
157        install
158
159install -m644 compface/compface.h $RPM_BUILD_ROOT%{_includedir}/compface.h
160
161mkdir -p $RPM_BUILD_ROOT%{_libdir}/faces
162
163
164%clean
165rm -rf $RPM_BUILD_ROOT
166
167
168%files
169%defattr(-,root,root)
170%{_bindir}/compface
171%{_bindir}/icon2ikon
172%{_bindir}/ikon2icon
173%{_bindir}/fs2ikon
174%{_bindir}/rs2icon
175%{_bindir}/fs2xbm
176%{_bindir}/xbm2ikon
177%{_bindir}/xbmcut48
178%{_bindir}/xbmsize48
179%{_bindir}/addxface
180%{_bindir}/mailq.faces
181%{_bindir}/from.faces
182%{_bindir}/lpqall.faces
183%{_bindir}/rotary.faces
184%{_bindir}/facesaddr
185%{_bindir}/facesall
186%{_bindir}/mkfacesindex
187%{_bindir}/newscheck.faces
188%{_bindir}/newsfrom.faces
189%{_bindir}/faces
190%{_bindir}/face_update
191%{_bindir}/faces.sendmail
192
193%{_mandir}/man1/compface.1*
194%{_mandir}/man3/compface.3*
195%{_mandir}/man1/faces.1*
196%{_mandir}/man1/face_update.1*
197
198%{_libdir}/faces
199
200
201%files xface
202%defattr(-,root,root)
203%{_bindir}/uncompface
204%{_mandir}/man1/uncompface.1*
205%{_mandir}/man3/uncompface.3*
206%{_bindir}/ikon2xbm
207
208
209%files devel
210%defattr(-,root,root)
211%{_includedir}/compface.h
212%{_libdir}/libcompface.a
213
214
215%changelog
216* Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 1.6.1-19vl5
217- applied new versioning policy, spec in utf-8
218
219* Mon Jun 18 2007 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.6.1-18vl6
220- rebuilt(got a Mandriva2007.1 patches, Patch103,106)
221- add Japanese summary, description
222
223* Fri Aug 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.6.1-18vl5
224- s/Copyright/License/
225- add BuildRequires: byacc, XOrg-devel
226- specify X11LIBDIR, FACEDIR
227
228* Thu Jun 12 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.1-18vl4
229- rebuild with new toolchains
230
231* Mon Feb 19 2001 Jun Nishii <jun@vinelinux.org>
232- 1.6.1-18vl3
233- requires netpbm-progs instead of libgr-progs
234
235* Mon Jan 08 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
236- 1.6.1-18vl2
237- use better macros
238
239* Fri Sep 08 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
240- 1.6.1-18vl1
241- modified %files section to handle compressed man page(s)
242
243* Thu Sep 23 1999 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rins.st.ryukoku.ac.jp>
244- Obsoletes: compface added (for Vine Plus 1.1 package)
245
246* Sun Sep  5 1999 Jeff Johnson <jbj@redhat.com>
247- fix ikon2xbm problem (#2965).
248
249* Thu Apr 08 1999 Preston Brown <pbrown@redhat.com>
250- fix xbm2ikon problem (bug # 1060).
251
252* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
253- auto rebuild in the new build environment (release 14)
254
255* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
256- Injected new description and group.
257
258* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
259- bumped spec number for initial rh 6.0 build
260
261* Sat Aug 15 1998 Jeff Johnson <jbj@redhat.com>
262- build root
263
264* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
265- faces-devel moved to Development/Libraries
266
267* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
268- translations modified for de, fr, tr
269
270* Tue Oct 21 1997 Donnie Barnes <djb@redhat.com>
271- spec file cleanups
272
273* Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
274- changed netpbm requirement to libgr-progs requirement
275
276* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
277- built against glibc
Note: See TracBrowser for help on using the repository browser.