2013-12-19 12:56:15 +00:00
|
|
|
%global version_no_dot 27
|
2013-05-23 13:29:38 +00:00
|
|
|
|
|
|
|
Name: c2esp
|
2013-12-19 12:56:15 +00:00
|
|
|
Version: 2.7
|
2013-12-29 21:18:57 +00:00
|
|
|
Release: 1%{?dist}
|
2013-05-23 13:29:38 +00:00
|
|
|
Summary: CUPS driver for Kodak AiO printers
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://sourceforge.net/projects/cupsdriverkodak/
|
2013-12-29 21:18:57 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/cupsdriverkodak/c2esp-%{version_no_dot}.tar.gz
|
2013-12-19 12:56:15 +00:00
|
|
|
|
2013-05-23 13:29:38 +00:00
|
|
|
|
|
|
|
# _cups_serverbin macro
|
|
|
|
BuildRequires: cups-devel
|
|
|
|
|
|
|
|
# postscriptdriver tags
|
|
|
|
BuildRequires: python-cups cups
|
|
|
|
|
|
|
|
# cupsfilters/image.h
|
|
|
|
BuildRequires: cups-filters-devel
|
|
|
|
|
|
|
|
# JBIG1 lossless image compression
|
|
|
|
BuildRequires: jbigkit-devel
|
|
|
|
|
2013-12-19 12:56:15 +00:00
|
|
|
# directory structure
|
2013-05-23 13:29:38 +00:00
|
|
|
Requires: cups-filesystem
|
|
|
|
|
|
|
|
%description
|
|
|
|
CUPS filters and drivers for Kodak ESP and Hero all in one printers.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2013-12-29 21:18:57 +00:00
|
|
|
%setup -q -n c2esp-%{version_no_dot}
|
2013-05-23 13:29:38 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
2013-12-29 21:18:57 +00:00
|
|
|
%configure
|
|
|
|
make %{_smp_mflags} -C src/
|
2013-05-23 13:29:38 +00:00
|
|
|
|
2013-12-29 21:18:57 +00:00
|
|
|
%install
|
|
|
|
# do not install doc/ or scripts/
|
|
|
|
make -C src/ install DESTDIR=%{buildroot}
|
2013-05-23 13:29:38 +00:00
|
|
|
|
|
|
|
%files
|
2013-12-29 21:18:57 +00:00
|
|
|
%doc doc/COPYING doc/README
|
2013-05-23 13:29:38 +00:00
|
|
|
%{_cups_serverbin}/filter/c2esp
|
|
|
|
%{_cups_serverbin}/filter/c2espC
|
|
|
|
%{_cups_serverbin}/filter/command2esp
|
|
|
|
%{_datadir}/cups/drv/c2esp
|
|
|
|
|
|
|
|
%changelog
|
2013-12-29 21:18:57 +00:00
|
|
|
* Sun Dec 29 2013 Jiri Popelka <jpopelka@redhat.com> - 2.7-1
|
|
|
|
- 2.7
|
|
|
|
|
2013-12-19 12:56:15 +00:00
|
|
|
* Thu Dec 19 2013 Jiri Popelka <jpopelka@redhat.com> - 2.7-0.1.rc1
|
|
|
|
- 2.7~rc1
|
|
|
|
|
2013-08-03 04:13:10 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-23 13:29:38 +00:00
|
|
|
* Thu May 09 2013 Jiri Popelka <jpopelka@redhat.com> - 2.6-1
|
|
|
|
- initial build
|