From 8a921db89b3c7c7659698572c8c293a30571edac Mon Sep 17 00:00:00 2001 From: Tiziana Ferro Date: Fri, 5 Jan 2024 19:49:53 +0100 Subject: [PATCH] package created by autospec [release 1.0.1-1mamba;Sun Apr 24 2011] --- README.md | 3 +++ xplsprinters.spec | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 xplsprinters.spec diff --git a/README.md b/README.md index f563cf0..ed43d9f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # xplsprinters +xplsprinters is a utility for Xprint, the printing system for the X Window system. +It can deliver both a list of printers and attributes supported for a specific list of printers. + diff --git a/xplsprinters.spec b/xplsprinters.spec new file mode 100644 index 0000000..d1267bf --- /dev/null +++ b/xplsprinters.spec @@ -0,0 +1,48 @@ +Name: xplsprinters +Version: 1.0.1 +Release: 1mamba +Summary: xplsprinters — shows a list of Xprint printers and it's attributes +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/%{name}-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libXau-devel +BuildRequires: libXp-devel +BuildRequires: libXprintUtil-devel +BuildRequires: libXt-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +xplsprinters is a utility for Xprint, the printing system for the X Window system. +It can deliver both a list of printers and attributes supported for a specific list of printers. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall DESTDIR="%{buildroot}" + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/%{name} +%{_mandir}/man?/* +%doc COPYING ChangeLog README + +%changelog +* Sun Apr 24 2011 Tiziana Ferro 1.0.1-1mamba +- package created by autospec