Summary: A printer configuration tool with a graphical user interface. Name: printtool Version: 3.44 Release: 1vl1a Copyright: GPL Group: Applications/Publishing Source: printtool-%{PACKAGE_VERSION}.tar.gz Source1: printtool.exe Source2: printtool-3.44.ja Source3: printtool.desktop Patch: printtool-en.patch Requires: ghostscript tcl tk control-panel vine-printfilters >= 1.50 lpr >= 0.16 BuildArchitectures: noarch Buildroot: %{_tmppath}/%{name}-root Vendor: Project Vine Distribution: Vine Linux Summary(ja): グラフィカルユーザインタフェースを備えたプリンタ設定ツール %description The printtool is a printer configuration tool with a graphical user interface. Printtool can manage both local and remote printers, including Windows (SMB) and NetWare (NCP) printers. Printtool should be installed so that you can manage local and remote printers. %description -l ja printtool はグラフィカルユーザインターフェースを用いて印刷の設定をする ツールです。printtool ではローカルプリンタと Windows (SMB)、Netware (NCP) を含むリモートプリンタを扱うことができます。 printtool はローカルとリモートプリンタを制御できるようにするために インストールすべきです。 %prep %setup -q -n printtool %patch -p0 %build make sed -e 's/catch {exec chmod 755 $spool_dir}/catch {exec chmod 775 $spool_dir}/' < printtool > printtool.en cp %{SOURCE1} printtool sed -e 's/catch {exec chmod 755 $spool_dir}/catch {exec chmod 775 $spool_dir}/' < %{SOURCE2} > printtool.ja %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/etc/X11/wmconfig mkdir -p $RPM_BUILD_ROOT/usr/{bin,lib/rhs/control-panel} make PREFIX=$RPM_BUILD_ROOT/usr \ INSTALLBIN="install -m0755" INSTALLDATA="install -m0644" \ install install -m0755 printtool.en $RPM_BUILD_ROOT/usr/bin install -m0755 printtool.ja $RPM_BUILD_ROOT/usr/bin mkdir -p $RPM_BUILD_ROOT/etc/X11/applnk/System install %{SOURCE3} $RPM_BUILD_ROOT/etc/X11/applnk/System %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc README CHANGES /usr/bin/printtool /usr/bin/printtool.en /usr/bin/printtool.ja /usr/lib/rhs/control-panel/printtool.init /usr/lib/rhs/control-panel/printtool.xpm %attr(0600,root,root) %config(missingok) /etc/X11/applnk/System/printtool.desktop %changelog * Sun Aug 20 2000 Jun Nishii - 3.44-1vl1 * Fri Oct 29 1999 Norihito Ohmori - duplex printing bug fix - default is nothing. - Japanese Translation bug fix. - change using vine-printfilters - Japanese Text (EUC, JIS, SJIS) Test Print Support - Turn off default value of direct Text print - ADHOC Support for $LANG (by Daisuke Suzuki) - Japanize (by Norihito Ohmori and Daisuke Suzuki) * Tue Oct 5 1999 Bill Nottingham - fix printer port detection * Tue Aug 24 1999 Bill Nottingham - don't put spaces in a spool directory * Sat Aug 21 1999 Bill Nottingham - add ignore stuff * Mon Aug 7 1999 Bill Nottingham - should require ghostscript * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 3) * Fri Mar 19 1999 Bill Nottingham - text changes * Mon Feb 9 1999 Bill Nottingham - uniprint support, courtesy Osamu Aoki * Mon Dec 28 1998 Bill Nottingham - ditto * Tue Dec 8 1998 Bill Nottingham - oops. fix SMB printers, again * Wed Nov 18 1998 Bill Nottingham - add workgroup field for SMB printers * Fri Oct 2 1998 Bill Nottingham - fix typo * Thu Sep 9 1998 Bill Nottingham - fix description * Thu Sep 2 1998 Bill Nottingham - added NCP support * Sun Aug 23 1998 Jeff Johnson - /etc/rc.d/init.d/lpd.init is now just lpd. (problem #768) * Mon Aug 17 1998 Jeff Johnson - build root * Wed Nov 26 1997 Michael Fulbright - fixed to print warning if smbclient not installed * Fri Nov 7 1997 Michael Fulbright - added wmconfig * Wed Nov 5 1997 Michael Fulbright - fixed add/edit printer boxes with new packing cause old one broke bad * Wed Oct 22 1997 Michael Fulbright - put nice new xpm icon in place - fixed up help titles - corrected lots of misspellings * Tue Oct 14 1997 Erik Troan - made a noarch package * Tue Apr 22 1997 Michael Fulbright - Moved to version 3.2. - Fixed problem with EXTRA_GS_OPIONS * Fri Mar 12 1997 Michael Fulbright - Moved up to version 3.1. - Added support for mpage - allows nup printing and adjustable margins. - Simplified configuraion for stair-stepped text and sending EOF. - Fixed PS filter to send a '\004' instead of a '\014' as EOF character. * Wed Mar 12 1997 Michael Fulbright - Added A4 paper test page support. * Fri Mar 7 1997 Michael Fulbright - Split print filters off into rh-printfilters package. - Removed some undesirable debug messages. * Fri Feb 14 1997 Michael Fulbright - Fixed a 'sh -x' left in head of smbprint script