From 6d7c804c7ff172f4692d6a0e9aa7f6bd58ab3500 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:35:29 +0100 Subject: [PATCH] automatic update by autodist [release 1.2.2-1mamba;Fri Jan 24 2014] --- README.md | 2 ++ cups-bjnp.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 cups-bjnp.spec diff --git a/README.md b/README.md index ce8162e..a11db2d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # cups-bjnp +CUPS back-end for the canon printers using the proprietary USB over IP BJNP protocol. This back-end allows Cups to print over the network to a Canon printer. It currently supports Cups 1.2 and later. It is designed using reverse engineering. + diff --git a/cups-bjnp.spec b/cups-bjnp.spec new file mode 100644 index 0000000..e25713f --- /dev/null +++ b/cups-bjnp.spec @@ -0,0 +1,52 @@ +Name: cups-bjnp +Version: 1.2.2 +Release: 1mamba +Summary: CUPS back-end for the canon printers using the proprietary USB over IP BJNP protocol +Group: System/Spooling +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://sourceforge.net/projects/cups-bjnp/ +Source: http://downloads.sourceforge.net/project/cups-bjnp/cups-bjnp/%{version}/cups-bjnp-%{version}.tar.gz +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libcups-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +CUPS back-end for the canon printers using the proprietary USB over IP BJNP protocol. This back-end allows Cups to print over the network to a Canon printer. It currently supports Cups 1.2 and later. It is designed using reverse engineering. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_prefix}/lib/cups/backend/bjnp +%doc AUTHORS COPYING +# ChangeLog NEWS README TODO + +%changelog +* Fri Jan 24 2014 Automatic Build System 1.2.2-1mamba +- automatic update by autodist + +* Thu Feb 28 2013 Automatic Build System 1.2.1-1mamba +- automatic version update by autodist + +* Fri Jan 11 2013 Automatic Build System 1.2-1mamba +- automatic version update by autodist + +* Thu Oct 27 2011 Silvan Calarco 1.0-1mamba +- package created by autospec