From 8f2ab249ce113664afae4658a5a6efb5fe49eb7c Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 08:32:41 +0000 Subject: auto-import changelog data from mgetty-1.1.30-5.src.rpm Tue Nov 18 2003 Nalin Dahyabhai 1.1.30-5 - fix paths given for faxq-helper in faxq and faxrm (#92090) --- diff --git a/mgetty-1.1.30-path.patch b/mgetty-1.1.30-path.patch new file mode 100644 index 0000000..7b314da --- /dev/null +++ b/mgetty-1.1.30-path.patch @@ -0,0 +1,24 @@ +Fix path for faxq-helper. + +--- mgetty-1.1.30/fax/faxrm.in 2002-11-16 17:16:51.000000000 -0500 ++++ mgetty-1.1.30/fax/faxrm.in 2003-11-18 08:49:39.000000000 -0500 +@@ -16,7 +16,7 @@ + echo="@ECHO@" + # + # helper program for privileged queue access +-FAXQ_HELPER=/usr/local/lib/mgetty+sendfax/faxq-helper ++FAXQ_HELPER=@LIBDIR@/faxq-helper + # + + if [ ! -d $FAX_SPOOL_OUT ] +--- mgetty-1.1.30/fax/faxq.in 2003-11-18 08:50:33.000000000 -0500 ++++ mgetty-1.1.30/fax/faxq.in 2003-11-18 08:50:29.000000000 -0500 +@@ -21,7 +21,7 @@ + + # + # helper program for privileged queue access +-FAXQ_HELPER=/usr/local/lib/mgetty+sendfax/faxq-helper ++FAXQ_HELPER=@LIBDIR@/faxq-helper + + if cd $FAX_SPOOL_OUT + then : diff --git a/mgetty.spec b/mgetty.spec index 5c74497..a4ad102 100644 --- a/mgetty.spec +++ b/mgetty.spec @@ -5,7 +5,7 @@ Summary: A getty replacement for use with data and fax modems. Name: mgetty Version: 1.1.30 -Release: 4 +Release: 5 Source: ftp://alpha.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-Dec16.tar.gz Source1: ftp://alpha.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-Dec16.tar.gz.asc Source2: logrotate.mgetty @@ -22,10 +22,11 @@ Patch6: mgetty-1.1.26-issue-doc.patch Patch7: mgetty-1.1.29-helper.patch Patch8: mgetty-1.1.30-mktemp.patch Patch9: mgetty-1.1.30-unioninit.patch +Patch10: mgetty-1.1.30-path.patch License: GPL Group: Applications/Communications Prereq: /sbin/install-info -BuildPrereq: groff, tetex, tetex-latex, texinfo +BuildPrereq: groff, tetex, tetex-latex, texinfo XFree86-devel Buildroot: %{_tmppath}/%{name}-root Requires: mktemp URL: http://www.leo.org/~doering/mgetty/index.html @@ -102,6 +103,7 @@ install mgetty. %patch7 -p1 -b .helper %patch8 -p1 -b .mktemp %patch9 -p1 -b .unioninit +%patch10 -p1 -b .path cp policy.h-dist policy.h %build @@ -312,6 +314,9 @@ fi %{_mandir}/man1/viewfax.1x* %changelog +* Tue Nov 18 2003 Nalin Dahyabhai 1.1.30-5 +- fix paths given for faxq-helper in faxq and faxrm (#92090) + * Wed Jun 04 2003 Elliot Lee - rebuilt