File icc-profiles-epson-et2750.spec of Package icc-profiles-epson-et2750
#
# spec file for package icc-profiles-epson-et2750
#
# Copyright (c) 2025 SUSE LLC
#
# 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.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: icc-profiles-epson-et2750
Summary: Epson ET-2750 ICC profiles
Version: 1
Release: 0
Url: http://download.ebz.epson.net/dsc/search/01/search/searchModuleFromResult
Source: epson-et2750.tar.xz
License: SUSE-NonFree
Group: Productivity/Graphics/Other
BuildArch: noarch
%description
Printer and Scanner ICC profiles for Epson ET-2750.
%prep
%autosetup -n epson-et2750
%build
%install
mkdir -p %{buildroot}%{_datadir}/color/icc/epson
for file in *.ic* ; do
install -m644 $file %{buildroot}%{_datadir}/color/icc/epson/$file
done
%files
%{_datadir}/color
%changelog