2007-01-16 00:08:17 +01:00
|
|
|
#
|
2011-09-22 14:08:46 +02:00
|
|
|
# spec file for package cups-backends
|
2007-01-16 00:08:17 +01:00
|
|
|
#
|
2012-02-14 15:44:04 +01:00
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:08:17 +01:00
|
|
|
#
|
2009-05-29 00:51:44 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:08:17 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: cups-backends
|
2011-09-22 14:08:46 +02:00
|
|
|
Summary: Additional Backends for CUPS
|
2012-02-14 15:44:04 +01:00
|
|
|
License: GPL-2.0
|
2007-01-16 00:08:17 +01:00
|
|
|
Group: Hardware/Printing
|
|
|
|
Version: 1.0
|
2012-02-14 15:44:04 +01:00
|
|
|
Release: 0
|
2011-09-22 14:08:46 +02:00
|
|
|
Source0: cups-pipe.sh
|
|
|
|
Requires: cups
|
2007-01-16 00:08:17 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains free additional backends for CUPS.
|
|
|
|
|
|
|
|
%prep
|
2011-09-22 14:08:46 +02:00
|
|
|
# There is nothing to do here because Source0 is installed directly from RPM_SOURCE_DIR.
|
2007-01-16 00:08:17 +01:00
|
|
|
|
|
|
|
%build
|
2011-09-22 14:08:46 +02:00
|
|
|
# There is nothing to build because Source0 is a bash script.
|
2007-01-16 00:08:17 +01:00
|
|
|
|
|
|
|
%install
|
2011-09-22 14:08:46 +02:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/lib/cups/backend
|
|
|
|
install -m 755 -D ${RPM_SOURCE_DIR}/cups-pipe.sh $RPM_BUILD_ROOT/usr/lib/cups/backend/pipe
|
2007-01-16 00:08:17 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root,root)
|
2011-09-22 14:08:46 +02:00
|
|
|
%dir /usr/lib/cups
|
|
|
|
%dir /usr/lib/cups/backend
|
|
|
|
/usr/lib/cups/backend/pipe
|
2007-01-16 00:08:17 +01:00
|
|
|
|
2007-07-30 20:53:31 +02:00
|
|
|
%changelog
|