]> git.pld-linux.org Git - packages/adobe-ICC-profiles.git/commitdiff
- initial - Adobe ICC profiles
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 13 Sep 2007 20:50:04 +0000 (20:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adobe-ICC-profiles.spec -> 1.1

adobe-ICC-profiles.spec [new file with mode: 0644]

diff --git a/adobe-ICC-profiles.spec b/adobe-ICC-profiles.spec
new file mode 100644 (file)
index 0000000..58da17e
--- /dev/null
@@ -0,0 +1,63 @@
+#######
+# TODO:
+# - what is the real license? If not distributable - make license_agreement bcond
+#   http://www.adobe.com/support/downloads/license.html
+Summary:       Adobe ICC profiles
+Name:          adobe-ICC-profiles
+Version:       20070807
+Release:       0.1
+License:       Free to use, non-distributable ?
+Group:         X11/Applications/Graphics
+#Source0:      http://download.adobe.com/pub/adobe/iccprofiles/win/AdobeICCProfilesWin_end-user.zip
+Source0:       http://download.adobe.com/pub/adobe/iccprofiles/win/AdobeICCProfilesWin_bundler.zip
+# NoSource0-md5:       296d093d5171a8cc333ff7a360441fed
+URL:           http://www.adobe.com/support/downloads/product.jsp?product=62&platform=Windows
+#ExclusiveArch:        %{ix86}
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _iccdir         %{_datadir}/color/icc
+
+%description
+Build quality color workflows with Adobe ICC profiles.
+Adobe wants to enable consistent, high-quality color workflows. For color
+workflows to succeed, color information must be shared by many people, from
+original creator to final publisher. For this reason, we are supplying our
+ICC profiles as a free download for graphics professionals to use across
+their workflows.
+
+3 RGB profiles:
+- Adobe RGB (1998)
+- Apple RGB
+- ColorMatch RGB
+
+12 CMYK profiles:
+- US Web Coated (SWOP) v2
+- US Web Uncoated v2
+- US Sheetfed Coated v2
+- US Sheetfed Uncoated v2
+- Coated FOGRA27 (ISO 12647-2:2004)
+- Web Coated FOGRA28 (ISO 12647-2:2004)
+- Uncoated FOGRA29 (ISO 12647-2:2004)
+- Coated FOGRA39 (ISO 12647-2:2004)
+- Japan Web Coated (Ad)
+- Japan Color 2001 Coated
+- Japan Color 2001 Uncoated
+- Japan Color 2002 Newspaper 
+
+%prep
+%setup -q -n 'Adobe\ ICC\ Profiles\ \(bundler\)'
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_iccdir}
+install */*.icc $RPM_BUILD_ROOT%{_iccdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.pdf
+%dir %{_iccdir}
+%{_iccdir}/*.icc
This page took 0.06364 seconds and 4 git commands to generate.