package created by autospec [release 1.0.1-1mamba;Sun Apr 24 2011]

This commit is contained in:
Tiziana Ferro 2024-01-05 19:49:53 +01:00
parent 8131c84768
commit 8a921db89b
2 changed files with 51 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# xplsprinters # 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.

48
xplsprinters.spec Normal file
View File

@ -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 <tiziana.ferro@email.it>
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 <tiziana.ferro@email.it> 1.0.1-1mamba
- package created by autospec