]> git.pld-linux.org Git - packages/faces.git/commitdiff
almost raw
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 19 Aug 1999 20:07:26 +0000 (20:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    faces.spec -> 1.1

faces.spec [new file with mode: 0644]

diff --git a/faces.spec b/faces.spec
new file mode 100644 (file)
index 0000000..c614b85
--- /dev/null
@@ -0,0 +1,125 @@
+Summary: A list monitor with a visual output.
+Name: faces
+Version: 1.6.1
+Release: 16
+Copyright: freeware
+Group: Applications/Internet
+Source: ftp://ftp.cs.indiana.edu/pub/faces/faces/faces-1.6.1.tar.Z
+Patch0: faces-1.6.1-make.patch
+Patch1: faces-1.6.1-awk.patch
+Patch2: faces-1.6.1-string.patch
+Patch3: faces-1.6.1-fix.patch
+Requires: libgr-progs
+BuildRoot: /var/tmp/faces-root
+
+%description
+Faces is a program for visually monitoring a list (typically a list of
+incoming mail messages, a list of jobs in a print queue or a list of
+system users).  Faces operates in five different modes: monitoring for
+new mail, monitoring an entire mail file, monitoring a specified print
+queue, monitoring users on a machine and custom monitoring.  Faces also
+includes a utility for including a face image (a compressed, scanned
+image) with mail messages.  The image has to be compressed in a certain
+way, which can then be uncompressed and displayed on-the-fly in the mail
+program.  This feature of faces is typically used with the exmh mail
+handling system.
+
+Install faces if you'd like to use its list monitoring capability or its
+face image inclusion capability.  If you would like to include face
+images in email, you'll also need to install the faces-xface package.  If
+you would like to develop xface applications, you'll need to also install
+faces-devel.
+
+%package xface
+Requires: libgr-progs
+Summary: Utilities needed by mailers for handling Faces' X-face images.
+Group: Applications/Internet
+
+%description xface
+Faces-xface includes the utilities that mail user agent programs need to
+handle X-Face mail headers.  When an email program reads the X-face
+header line in an email message, it calls these utilities to display
+the face image included in the message.
+
+You'll need to install faces-xface if you want your mail program to
+display Faces' X-face images.
+
+%package devel
+Summary: The Faces program's library and header files.
+Group: Development/Libraries
+
+%description devel
+Faces-devel contains the faces program development environment,
+(i.e., the static libraries and header files).
+
+If you want to develop Faces applications, you'll need to install
+faces-devel.  You'll also need to install the faces package.
+
+%prep
+%setup -q -n faces
+%patch0 -p1 -b .make
+%patch1 -p1 -b .awk
+%patch2 -p1 -b .string
+%patch3 -p1 -b .fix
+
+%build
+make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" -f Makefile.dist x11
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/usr/{bin,include,lib,man/man1,man/man3}
+
+make -f Makefile.dist \
+       BINDIR=$RPM_BUILD_ROOT/usr/bin \
+       LIBDIR=$RPM_BUILD_ROOT/usr/lib \
+       MANDIR=$RPM_BUILD_ROOT/usr/man \
+       install
+
+install -m644 compface/compface.h $RPM_BUILD_ROOT/usr/include/compface.h
+
+mkdir -p $RPM_BUILD_ROOT/usr/lib/faces
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+/usr/bin/compface
+/usr/man/man1/compface.1
+/usr/man/man3/compface.3
+/usr/bin/icon2ikon
+/usr/bin/ikon2icon
+/usr/bin/fs2ikon
+/usr/bin/rs2icon
+/usr/bin/fs2xbm
+/usr/bin/xbm2ikon
+/usr/bin/xbmcut48
+/usr/bin/xbmsize48
+/usr/bin/addxface
+/usr/bin/mailq.faces
+/usr/bin/from.faces
+/usr/bin/lpqall.faces
+/usr/bin/rotary.faces
+/usr/bin/facesaddr
+/usr/bin/facesall
+/usr/bin/mkfacesindex
+/usr/bin/newscheck.faces
+/usr/bin/newsfrom.faces
+/usr/bin/faces
+/usr/bin/face_update
+/usr/bin/faces.sendmail
+/usr/man/man1/faces.1
+/usr/man/man1/face_update.1
+/usr/lib/faces
+
+%files xface
+%defattr(-,root,root)
+/usr/bin/uncompface
+/usr/man/man1/uncompface.1
+/usr/man/man3/uncompface.3
+/usr/bin/ikon2xbm
+
+%files devel
+%defattr(-,root,root)
+/usr/include/compface.h
+/usr/lib/libcompface.a
This page took 0.088577 seconds and 4 git commands to generate.