Accepting request 105239 from Printing
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/105239 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epson-inkjet-printer-escpr?expand=0&rev=4
This commit is contained in:
commit
dfb722e75f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c00639f31d37acef0c48a1063355df3e04e738cbb3e9fbdf17934fbfee59a2ae
|
|
||||||
size 1053151
|
|
3
epson-inkjet-printer-escpr-1.1.1-1lsb3.2.tar.gz
Normal file
3
epson-inkjet-printer-escpr-1.1.1-1lsb3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9a818ca37c92fef1a7dd7ecac28e9e8c714894b930b149661c261c58d1ea3633
|
||||||
|
size 1067162
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 8 12:39:53 CET 2012 - jsmeix@suse.de
|
||||||
|
|
||||||
|
- Upgraded to version 1.1.1:
|
||||||
|
Provided '1284DeviceID' attributes in the PPD files.
|
||||||
|
Several more supported devices (WP 4010/4023/4520/4533 series).
|
||||||
|
A few bug fixes (in particular for PX-B700 and PX-B750F devices).
|
||||||
|
For details see the NEWS file.
|
||||||
|
- Use traditional bash scriptlets for post/postun with
|
||||||
|
an explicite "exit 0" line at the end to be fail safe
|
||||||
|
and therefore also "PreReq: /sbin/ldconfig" explicitly.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 09:55:34 CEST 2011 - jsmeix@suse.de
|
Tue Oct 4 09:55:34 CEST 2011 - jsmeix@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package epson-inkjet-printer-escpr
|
# spec file for package epson-inkjet-printer-escpr
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,17 +15,22 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: epson-inkjet-printer-escpr
|
Name: epson-inkjet-printer-escpr
|
||||||
BuildRequires: cups cups-devel
|
BuildRequires: cups
|
||||||
Version: 1.1.0
|
BuildRequires: cups-devel
|
||||||
Release: 1
|
Version: 1.1.1
|
||||||
License: GPL-2.0
|
Release: 0
|
||||||
Url: http://avasys.jp/english/linux_e/
|
Url: http://avasys.jp/english/linux_e/
|
||||||
Group: Hardware/Printing
|
|
||||||
Summary: Epson ESC/P-R Inkjet Printer Driver
|
Summary: Epson ESC/P-R Inkjet Printer Driver
|
||||||
|
License: GPL-2.0
|
||||||
|
Group: Hardware/Printing
|
||||||
|
# URL to download Source0: http://avasys.jp/eng/linux_driver/download/lsb/epson-inkjet/escpr/
|
||||||
Source0: epson-inkjet-printer-escpr-%{version}-1lsb3.2.tar.gz
|
Source0: epson-inkjet-printer-escpr-%{version}-1lsb3.2.tar.gz
|
||||||
# This software is a filter program used with CUPS:
|
# This software is a filter program used with CUPS:
|
||||||
Requires: cups
|
Requires: cups
|
||||||
|
# Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets for post/postun:
|
||||||
|
PreReq: /sbin/ldconfig
|
||||||
# Install into this non-root directory (required when norootforbuild is used):
|
# Install into this non-root directory (required when norootforbuild is used):
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -112,9 +117,13 @@ done
|
|||||||
set -x
|
set -x
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post
|
||||||
|
/sbin/ldconfig
|
||||||
|
exit 0
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun
|
||||||
|
/sbin/ldconfig
|
||||||
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
# The files sections list all mandatory files explicitly one by one.
|
# The files sections list all mandatory files explicitly one by one.
|
||||||
|
Loading…
Reference in New Issue
Block a user