summaryrefslogtreecommitdiff
path: root/epson-inkjet-printer-escpr.spec.in
blob: 06951b092197f1a0e5098c0df6347b9a7440ac06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63

%define pkg     @PACKAGE_TARNAME@
%define ver     @PACKAGE_VERSION@
%define rel     @PACKAGE_RELEASE@

%define cupsfilterdir   @CUPS_FILTER_DIR@
%define cupsppddir      @CUPS_PPD_DIR@

Name: %{pkg}
Version: %{ver}
Release: %{rel}
Source0: %{name}-%{version}.tar.gz
License: GPL
Vendor: @VENDOR_NAME@
URL: http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
Packager: @PACKAGE_BUGREPORT@
BuildRoot: %{_tmppath}/%{name}-%{version}
Group: Applications/System
Summary: @PACKAGE_NAME@

%description
This software is a filter program used with Common UNIX Printing
System (CUPS) from the Linux. This can supply the high quality print
with Seiko Epson Color Ink Jet Printers.

This product supports only EPSON ESC/P-R printers. This package can be
used for all EPSON ESC/P-R printers.

For detail list of supported printer, please refer to below site:
http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX

%prep
%setup -q

%build
%configure \
	--with-cupsfilterdir=%{cupsfilterdir} \
	--with-cupsppddir=%{cupsppddir}
make

%install
rm -rf ${RPM_BUILD_ROOT}
make install-strip DESTDIR=${RPM_BUILD_ROOT}

%post
/sbin/ldconfig

%postun
/sbin/ldconfig

%clean
make clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README README.ja
%{cupsfilterdir}/epson-escpr
%{cupsfilterdir}/epson-escpr-wrapper
%{_libdir}/libescpr.*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/paper_list.csv
%{cupsppddir}/*.ppd