Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
Subject: application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
Subject: X Windows problem (xauth)
Subject: Upgrading openoffice 1 1 rpm
Subject: FTP: connection refused
Subject: FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
Subject: broadcom network interface
make mrproper
Couldn 't open PID file /var/run/named/named pid Permission denied
sendmail configuration on redhat
kernel 2 6 and /dev/sound/mixer not found
Subject: Promise 378 controller
Subject: Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
Subject: Lotus Notes under Wine
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
/etc/security/limits conf question
Intel E/1000 driver
rpm database corrupt
Command stream end of file while reading
qla2300 modules
 
Ghostscript 8?

Ghostscript 8?

2007-05-23       - By Giulio Orsero

 Back
Reply:     1     2     3     4     5     6     7  

On 5/23/07, Domenico Viggiani <dviggiani@(protected)> wrote:
> Hi,
> is there some chance to upgrade Ghostscript shipped with RH3 (v.7.xx) to
> version 8 by RPMs?

If it's just for HylaFAX, you can build your own rpm with just vanilla
ghostscript, without the mess of patches used in the official RH rpms
(which are needed for printing to various esotic printers).

==== example spec file
Summary:   ghostscript gs interpreter
Name:      ghostscript
Version:   8.15
Release:   1.gol
Source0:   ghostscript-%{version}.tar.bz2
License:   GPL
Group:     Applications/Publishing
Buildroot: %{_tmppath}/%{name}-%{version}-root

%description
ghostscript gs interpreter

%prep
%setup -q

%build

%configure --without-x --with-ijs
perl -pi -e 's|^(GS_LIB_DEFAULT.*)$|$1:%{_datadir}/fonts/default/ghostscript:%{_
datadir}/fonts/default/Type1|' Makefile

make

%install
rm -rf   $RPM_BUILD_ROOT
make \
       datadir=$RPM_BUILD_ROOT%{_datadir} \
       gsdir=$RPM_BUILD_ROOT%{_datadir}/ghostscript \
       gsdatadir=$RPM_BUILD_ROOT%{_datadir}/ghostscript/%{version} \
       bindir=$RPM_BUILD_ROOT%{_bindir} \
       scriptdir=$RPM_BUILD_ROOT%{_bindir} \
       mandir=$RPM_BUILD_ROOT%{_mandir} \
       install

rm -rf $RPM_BUILD_ROOT%{_datadir}/ghostscript/%{version}/doc
#(
#cd $RPM_BUILD_ROOT%{_datadir}/ghostscript
#ln -s 8.15rc1 8.15
#)

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc doc/*
%{_bindir}/*
%{_datadir}/ghostscript/*/*/*
%{_mandir}/*/*

%changelog
* something
====

--
giulioo@(protected)

--
Taroon-list mailing list
Taroon-list@(protected)
https://www.redhat.com/mailman/listinfo/taroon-list