SPECS: adobe-ICC-profiles.spec (NEW) - initial - Adobe ICC profiles

blues blues at pld-linux.org
Thu Sep 13 22:50:09 CEST 2007


Author: blues                        Date: Thu Sep 13 20:50:09 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial - Adobe ICC profiles

---- Files affected:
SPECS:
   adobe-ICC-profiles.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/adobe-ICC-profiles.spec
diff -u /dev/null SPECS/adobe-ICC-profiles.spec:1.1
--- /dev/null	Thu Sep 13 22:50:09 2007
+++ SPECS/adobe-ICC-profiles.spec	Thu Sep 13 22:50:04 2007
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+#######
+# 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
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/09/13 20:50:04  blues
+- initial - Adobe ICC profiles
+
================================================================


More information about the pld-cvs-commit mailing list