]> git.pld-linux.org Git - packages/adobe-ICC-profiles.git/blob - adobe-ICC-profiles.spec
- removed quotes around escaped text (really please test before comitting sth)
[packages/adobe-ICC-profiles.git] / adobe-ICC-profiles.spec
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
5 # - check _iccdir ?
6 Summary:        Adobe ICC profiles
7 Summary(pl.UTF-8):      Profile ICC firmy Adobe
8 Name:           adobe-ICC-profiles
9 Version:        20070807
10 Release:        0.1
11 License:        Free to use, distribution restricted
12 Group:          Applications/Graphics
13 #Source0:       http://download.adobe.com/pub/adobe/iccprofiles/win/AdobeICCProfilesWin_end-user.zip
14 Source0:        http://download.adobe.com/pub/adobe/iccprofiles/win/AdobeICCProfilesWin_bundler.zip
15 # NoSource0-md5:        296d093d5171a8cc333ff7a360441fed
16 URL:            http://www.adobe.com/support/downloads/product.jsp?product=62&platform=Windows
17 BuildRequires:  unzip
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _iccdir         %{_datadir}/color/icc
22
23 %description
24 Adobe wants to enable consistent, high-quality color workflows. For
25 color workflows to succeed, color information must be shared by many
26 people, from original creator to final publisher. For this reason,
27 Adobe is supplying its ICC profiles as a free download for graphics
28 professionals to use across their workflows.
29
30 3 RGB profiles:
31 - Adobe RGB (1998)
32 - Apple RGB
33 - ColorMatch RGB
34
35 12 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
49 %description -l pl.UTF-8
50 Adobe chce umożliwoć spójne przepływy kolorów wysokiej jakości. Aby
51 przepływy kolorów były możliwe, informacje o kolorach muszą być
52 współdzielone przez wiele osób, od początkowego twórcy do ostatecznego
53 wydawcy. W tym celu Adobe udostępnia profile ICC do darmowego pobrania
54 przez profesjonalnych grafików do używania w ciągu całej pracy.
55
56 3 profile RGB:
57 - Adobe RGB (1998)
58 - Apple RGB
59 - ColorMatch RGB
60
61 12 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
75 %prep
76 %setup -q -n Adobe\ ICC\ Profiles\ \(bundler\)
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80 install -d $RPM_BUILD_ROOT%{_iccdir}
81 install */*.icc $RPM_BUILD_ROOT%{_iccdir}
82
83 %clean
84 rm -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.108688 seconds and 3 git commands to generate.