Accepting request 103328 from home:jsmeix:branches:Printing
Upgrade to epson-inkjet-printer-escpr 1.1.1 OBS-URL: https://build.opensuse.org/request/show/103328 OBS-URL: https://build.opensuse.org/package/show/Printing/epson-inkjet-printer-escpr?expand=0&rev=6
This commit is contained in:
parent
b22e5c6ad2
commit
49c5617a76
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,17 +15,22 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: epson-inkjet-printer-escpr
|
||||
BuildRequires: cups cups-devel
|
||||
Version: 1.1.0
|
||||
Release: 1
|
||||
License: GPL-2.0
|
||||
BuildRequires: cups
|
||||
BuildRequires: cups-devel
|
||||
Version: 1.1.1
|
||||
Release: 0
|
||||
Url: http://avasys.jp/english/linux_e/
|
||||
Group: Hardware/Printing
|
||||
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
|
||||
# This software is a filter program used with 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):
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -112,9 +117,13 @@ done
|
||||
set -x
|
||||
popd
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%files
|
||||
# The files sections list all mandatory files explicitly one by one.
|
||||
|
Loading…
Reference in New Issue
Block a user