Back to the gqueue rpmsCurrent spec in pydar2:
# $Id: gqueue.spec 4303 2006-04-18 22:05:03Z dries $
# Authority: dag
# Upstream: Diego Bazzanella
Summary: Graphical frontend for lpq and lprm working with Cups queues
Name: gqueue
Version: 0.99.1
Release: 0.2
License: GPL
Group: Applications/System
URL: http://web.tiscali.it/diegobazzanella/
Source: http://web.tiscali.it/diegobazzanella/gqueue-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: cups-devel
%description
gQueue is a GNOME2 frontend for lpq and lprm working with Cups queues.
You can see all jobs in all printer queues or in the default printer queue,
and delete jobs. It has a GNOME panel applet.
%prep
%setup -n %{name}
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%makeinstall
%find_lang %{name}
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/*
%{_datadir}/pixmaps/gqueue/
%changelog
* Sat Apr 08 2006 Dries Verachtert - 0.99.1-0.2
- Rebuild for Fedora Core 5.
* Tue Dec 30 2003 Dag Wieers - 0.99.1-0
- Updated to release 0.99.1.
* Tue Sep 16 2003 Dag Wieers - 0.9-0
- Updated to release 0.9.
* Fri Mar 21 2003 Dag Wieers - 0.8-0
- Updated to release 0.8.
* Wed Mar 12 2003 Dag Wieers - 0.7-0
- Updated to release 0.7.
* Mon Feb 12 2003 Dag Wieers - 0.6-0
- Updated to release 0.6.
* Fri Jan 31 2003 Dag Wieers - 0.4-0
- Initial package. (using DAR)