automatic update by autodist [release 1.2.2-1mamba;Fri Jan 24 2014]

This commit is contained in:
Automatic Build System 2024-01-05 21:35:29 +01:00
parent 2b90a38b4c
commit 6d7c804c7f
2 changed files with 54 additions and 0 deletions

View File

@ -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.

52
cups-bjnp.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 1.2.2-1mamba
- automatic update by autodist
* Thu Feb 28 2013 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
- automatic version update by autodist
* Fri Jan 11 2013 Automatic Build System <autodist@mambasoft.it> 1.2-1mamba
- automatic version update by autodist
* Thu Oct 27 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1mamba
- package created by autospec