From 243e952a12c402bb02b72d56144db38a3551e427 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:49:59 +0100 Subject: [PATCH] update to 1.1.0 [release 1.1.0-1mamba;Sat Jul 16 2022] --- README.md | 1 - xpr.spec | 17 ++++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 279a295..5898d36 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # xpr xpr takes as input a window dump file produced by xwd and formats it for output on PostScript printers, the Digital LN03 or LA100, the IBM PP3812 page printer, the HP LaserJet (or other PCL printers), or the HP PaintJet. - xdpr uses the commands xwd, xpr, and lpr or lp to dump an X window, process it for a particular printer type, and print it out on the printer of your choice. diff --git a/xpr.spec b/xpr.spec index f2aab21..f2a1705 100644 --- a/xpr.spec +++ b/xpr.spec @@ -1,26 +1,26 @@ Name: xpr -Version: 1.0.5 +Version: 1.1.0 Release: 1mamba Summary: xpr applications - printing X window Group: Graphical Desktop/Applications/Utilities Vendor: openmamba Distribution: openmamba -Packager: Tiziana Ferro -URL: http://xorg.freedesktop.org/ -Source: http://xorg.freedesktop.org/releases/individual/app/xpr-%{version}.tar.bz2 +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: https://xorg.freedesktop.org/archive/individual/app/xpr-%{version}.tar.xz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libX11-devel BuildRequires: libXmu-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description xpr takes as input a window dump file produced by xwd and formats it for output on PostScript printers, the Digital LN03 or LA100, the IBM PP3812 page printer, the HP LaserJet (or other PCL printers), or the HP PaintJet. - xdpr uses the commands xwd, xpr, and lpr or lp to dump an X window, process it for a particular printer type, and print it out on the printer of your choice. +%debug_package + %prep %setup -q @@ -40,9 +40,12 @@ xdpr uses the commands xwd, xpr, and lpr or lp to dump an X window, process it f %{_bindir}/xdpr %{_bindir}/%{name} %{_mandir}/man?/* -%doc COPYING ChangeLog README +%doc COPYING %changelog +* Sat Jul 16 2022 Silvan Calarco 1.1.0-1mamba +- update to 1.1.0 + * Sun Mar 18 2018 Automatic Build System 1.0.5-1mamba - automatic update by autodist