1Summary:   Colour Management Data from basICColor
2Name:      icc-profiles-basiccolor-printing2009
3License:   zlib
4Group:     Productivity/Graphics/Other
5URL:       http://www.colormanagement.org
6Vendor:    http://www.basiccolor.de
7BuildArch: noarch
8BuildRoot: %{_tmppath}/%{name}-root
9Prefix:    %{_prefix}
10
11BuildRequires:  icc-dirs
12Requires:   icc-profiles-basiccolor-printing2009-coat2
13Requires:   icc-profiles-basiccolor-printing2009-extra
14
15%description
16Printing profiles according to ISO 12647-2. These are CMYK
17ICC profiles for ISO Printing conditions.
18
19
20%package      coat2
21Summary:    Single Cmyk Profile from basICColor
22Group:     Productivity/Graphics/Other
23%description  coat2
24Printing profile according to ISO 12647-2. This is one CMYK
25ICC profile for a ISO Printing condition.
26
27%package      extra
28Summary:    Collection of Cmyk Profiles from basICColor
29Group:     Productivity/Graphics/Other
30%description  extra
31More printing profiles according to ISO 12647-2. This are all remaining
32CMYK ICC profiles for ISO Printing conditions from the 2009 set.
33The ISOcoated_v2_bas.ICC profile is packaged separately.
34
35%package      docu
36Summary:    Printing Profiles Documentation from basICColor
37Group:     Productivity/Graphics/Other
38%description  docu
39Printing profiles according to ISO 12647-2. These are CMYK
40ICC profiles documentation files for ISO Printing conditions.
41
42
43
44%prep
45%setup
46
47%build
48%configure --quick
49
50%install
51make DESTDIR=%{buildroot} install
52
53%clean
54
55
56%files
57%defattr(-, root, root)
58%doc default_profiles/printing/LICENSE-ZLIB-bICC
59
60%files	coat2
61%defattr(-, root, root)
62%{syscolordir}/icc/basICColor/ISOcoated_v2_bas.ICC
63# This should go in the package docs, not with the profiles.
64%doc default_profiles/printing/LICENSE-ZLIB-bICC
65
66%files	extra
67%defattr(-, root, root)
68%{syscolordir}/icc/basICColor/*
69# This should go in the package docs, not with the profiles.
70%doc default_profiles/printing/LICENSE-ZLIB-bICC
71
72%files	docu
73%defattr(-, root, root)
74# This should go in the package docs, not with the profiles.
75%doc default_profiles/printing/LICENSE-ZLIB-bICC default_profiles/printing/*.pdf
76
77
78
79%changelog
80* Sat Jul 10 2011 Kai-Uwe Behrmann <ku.b at gmx.de> - 1.2.0
81- rename to icc-profiles-basiccolor-printing2009.spec
82- rename xxx-ISOcoated_v2_bas to xxx-coat2
83
84* Sat Apr 10 2011 Kai-Uwe Behrmann <ku.b at gmx.de>
85- split into small xxx-ISOcoated_v2_bas and xxx-extra RPMs
86- set ICC profile ID
87
88* Thu Nov 23 2010 Kai-Uwe Behrmann <ku.b at gmx.de>
89- initial package
90
91
92