]> git.pld-linux.org Git - packages/adobe-ICC-profiles.git/blame - adobe-ICC-profiles.spec
- removed quotes around escaped text (really please test before comitting sth)
[packages/adobe-ICC-profiles.git] / adobe-ICC-profiles.spec
CommitLineData
05a184dc
PG
1#######
2# TODO:
3# - what is the real license? If not distributable - make license_agreement bcond
4# http://www.adobe.com/support/downloads/license.html
dae37a08 5# - check _iccdir ?
05a184dc 6Summary: Adobe ICC profiles
dae37a08 7Summary(pl.UTF-8): Profile ICC firmy Adobe
05a184dc
PG
8Name: adobe-ICC-profiles
9Version: 20070807
10Release: 0.1
dae37a08
JB
11License: Free to use, distribution restricted
12Group: Applications/Graphics
05a184dc
PG
13#Source0: http://download.adobe.com/pub/adobe/iccprofiles/win/AdobeICCProfilesWin_end-user.zip
14Source0: http://download.adobe.com/pub/adobe/iccprofiles/win/AdobeICCProfilesWin_bundler.zip
15# NoSource0-md5: 296d093d5171a8cc333ff7a360441fed
16URL: http://www.adobe.com/support/downloads/product.jsp?product=62&platform=Windows
c98dbc75 17BuildRequires: unzip
05a184dc
PG
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%define _iccdir %{_datadir}/color/icc
22
23%description
dae37a08
JB
24Adobe wants to enable consistent, high-quality color workflows. For
25color workflows to succeed, color information must be shared by many
26people, from original creator to final publisher. For this reason,
27Adobe is supplying its ICC profiles as a free download for graphics
28professionals to use across their workflows.
05a184dc
PG
29
303 RGB profiles:
31- Adobe RGB (1998)
32- Apple RGB
33- ColorMatch RGB
34
3512 CMYK profiles:
36- US Web Coated (SWOP) v2
37- US Web Uncoated v2
38- US Sheetfed Coated v2
39- US Sheetfed Uncoated v2
40- Coated FOGRA27 (ISO 12647-2:2004)
41- Web Coated FOGRA28 (ISO 12647-2:2004)
42- Uncoated FOGRA29 (ISO 12647-2:2004)
43- Coated FOGRA39 (ISO 12647-2:2004)
44- Japan Web Coated (Ad)
45- Japan Color 2001 Coated
46- Japan Color 2001 Uncoated
47- Japan Color 2002 Newspaper
48
dae37a08
JB
49%description -l pl.UTF-8
50Adobe chce umożliwoć spójne przepływy kolorów wysokiej jakości. Aby
51przepływy kolorów były możliwe, informacje o kolorach muszą być
52współdzielone przez wiele osób, od początkowego twórcy do ostatecznego
53wydawcy. W tym celu Adobe udostępnia profile ICC do darmowego pobrania
54przez profesjonalnych grafików do używania w ciągu całej pracy.
55
563 profile RGB:
57- Adobe RGB (1998)
58- Apple RGB
59- ColorMatch RGB
60
6112 profili CMYK:
62- US Web Coated (SWOP) v2
63- US Web Uncoated v2
64- US Sheetfed Coated v2
65- US Sheetfed Uncoated v2
66- Coated FOGRA27 (ISO 12647-2:2004)
67- Web Coated FOGRA28 (ISO 12647-2:2004)
68- Uncoated FOGRA29 (ISO 12647-2:2004)
69- Coated FOGRA39 (ISO 12647-2:2004)
70- Japan Web Coated (Ad)
71- Japan Color 2001 Coated
72- Japan Color 2001 Uncoated
73- Japan Color 2002 Newspaper
74
05a184dc 75%prep
703da934 76%setup -q -n Adobe\ ICC\ Profiles\ \(bundler\)
05a184dc
PG
77
78%install
79rm -rf $RPM_BUILD_ROOT
80install -d $RPM_BUILD_ROOT%{_iccdir}
81install */*.icc $RPM_BUILD_ROOT%{_iccdir}
82
83%clean
84rm -rf $RPM_BUILD_ROOT
85
86%files
87%defattr(644,root,root,755)
88%doc *.pdf
89%dir %{_iccdir}
90%{_iccdir}/*.icc
This page took 0.133942 seconds and 4 git commands to generate.