]> git.pld-linux.org Git - packages/faces.git/blob - faces.spec
almost raw
[packages/faces.git] / faces.spec
1 Summary: A list monitor with a visual output.
2 Name: faces
3 Version: 1.6.1
4 Release: 16
5 Copyright: freeware
6 Group: Applications/Internet
7 Source: ftp://ftp.cs.indiana.edu/pub/faces/faces/faces-1.6.1.tar.Z
8 Patch0: faces-1.6.1-make.patch
9 Patch1: faces-1.6.1-awk.patch
10 Patch2: faces-1.6.1-string.patch
11 Patch3: faces-1.6.1-fix.patch
12 Requires: libgr-progs
13 BuildRoot: /var/tmp/faces-root
14
15 %description
16 Faces is a program for visually monitoring a list (typically a list of
17 incoming mail messages, a list of jobs in a print queue or a list of
18 system users).  Faces operates in five different modes: monitoring for
19 new mail, monitoring an entire mail file, monitoring a specified print
20 queue, monitoring users on a machine and custom monitoring.  Faces also
21 includes a utility for including a face image (a compressed, scanned
22 image) with mail messages.  The image has to be compressed in a certain
23 way, which can then be uncompressed and displayed on-the-fly in the mail
24 program.  This feature of faces is typically used with the exmh mail
25 handling system.
26
27 Install faces if you'd like to use its list monitoring capability or its
28 face image inclusion capability.  If you would like to include face
29 images in email, you'll also need to install the faces-xface package.  If
30 you would like to develop xface applications, you'll need to also install
31 faces-devel.
32
33 %package xface
34 Requires: libgr-progs
35 Summary: Utilities needed by mailers for handling Faces' X-face images.
36 Group: Applications/Internet
37
38 %description xface
39 Faces-xface includes the utilities that mail user agent programs need to
40 handle X-Face mail headers.  When an email program reads the X-face
41 header line in an email message, it calls these utilities to display
42 the face image included in the message.
43
44 You'll need to install faces-xface if you want your mail program to
45 display Faces' X-face images.
46
47 %package devel
48 Summary: The Faces program's library and header files.
49 Group: Development/Libraries
50
51 %description devel
52 Faces-devel contains the faces program development environment,
53 (i.e., the static libraries and header files).
54
55 If you want to develop Faces applications, you'll need to install
56 faces-devel.  You'll also need to install the faces package.
57
58 %prep
59 %setup -q -n faces
60 %patch0 -p1 -b .make
61 %patch1 -p1 -b .awk
62 %patch2 -p1 -b .string
63 %patch3 -p1 -b .fix
64
65 %build
66 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" -f Makefile.dist x11
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70 mkdir -p $RPM_BUILD_ROOT/usr/{bin,include,lib,man/man1,man/man3}
71
72 make -f Makefile.dist \
73         BINDIR=$RPM_BUILD_ROOT/usr/bin \
74         LIBDIR=$RPM_BUILD_ROOT/usr/lib \
75         MANDIR=$RPM_BUILD_ROOT/usr/man \
76         install
77
78 install -m644 compface/compface.h $RPM_BUILD_ROOT/usr/include/compface.h
79
80 mkdir -p $RPM_BUILD_ROOT/usr/lib/faces
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %files
86 %defattr(-,root,root)
87 /usr/bin/compface
88 /usr/man/man1/compface.1
89 /usr/man/man3/compface.3
90 /usr/bin/icon2ikon
91 /usr/bin/ikon2icon
92 /usr/bin/fs2ikon
93 /usr/bin/rs2icon
94 /usr/bin/fs2xbm
95 /usr/bin/xbm2ikon
96 /usr/bin/xbmcut48
97 /usr/bin/xbmsize48
98 /usr/bin/addxface
99 /usr/bin/mailq.faces
100 /usr/bin/from.faces
101 /usr/bin/lpqall.faces
102 /usr/bin/rotary.faces
103 /usr/bin/facesaddr
104 /usr/bin/facesall
105 /usr/bin/mkfacesindex
106 /usr/bin/newscheck.faces
107 /usr/bin/newsfrom.faces
108 /usr/bin/faces
109 /usr/bin/face_update
110 /usr/bin/faces.sendmail
111 /usr/man/man1/faces.1
112 /usr/man/man1/face_update.1
113 /usr/lib/faces
114
115 %files xface
116 %defattr(-,root,root)
117 /usr/bin/uncompface
118 /usr/man/man1/uncompface.1
119 /usr/man/man3/uncompface.3
120 /usr/bin/ikon2xbm
121
122 %files devel
123 %defattr(-,root,root)
124 /usr/include/compface.h
125 /usr/lib/libcompface.a
This page took 0.064133 seconds and 3 git commands to generate.