1 |
%define origname cups-bjnp |
2 |
|
3 |
Summary: CUPS backend for the Canon BJNP network printers |
4 |
Name: cups-drivers-bjnp |
5 |
Version: 1.0 |
6 |
Release: %mkrel 4 |
7 |
License: GPLv2 |
8 |
Source: http://downloads.sourceforge.net/%{origname}/%{origname}-%{version}.tar.gz |
9 |
Group: System/Printing |
10 |
URL: https://sourceforge.net/projects/cups-bjnp |
11 |
BuildRequires: cups-devel |
12 |
Requires: cups |
13 |
|
14 |
%description |
15 |
This package contains a backend for CUPS for Canon printers using the |
16 |
proprietary BJNP network protocol. |
17 |
|
18 |
%prep |
19 |
%setup -q -n %{origname}-%{version} |
20 |
|
21 |
%build |
22 |
%configure2_5x \ |
23 |
--with-cupsbackenddir=%{_prefix}/lib/cups/backend |
24 |
%make |
25 |
|
26 |
%install |
27 |
make DESTDIR=%{buildroot} INSTALL="install -p" install |
28 |
|
29 |
|
30 |
%files |
31 |
%doc COPYING ChangeLog TODO NEWS README |
32 |
%{_prefix}/lib/cups/backend/bjnp |
33 |
|
34 |
|
35 |
|