]> git.pld-linux.org Git - packages/argyllcms.git/blame - argyllcms.spec
- new, based on fc spec
[packages/argyllcms.git] / argyllcms.spec
CommitLineData
b5645116
ER
1%define alphatag 20100201
2%define rel 0.3
3Summary: ICC compatible color management system
4Name: argyllcms
5Version: 1.1.0
6Release: 0.2.%{alphatag}git.%{rel}
7License: GPL v3 and MIT
8Group: X11
9URL: http://github.com/hughsie/hargyllcms
10#Source0: http://people.freedesktop.org/~hughsient/releases/hargyllcms-%{version}-%{?alphatag}.tar.gz
11Source0: http://pkgs.fedoraproject.org/repo/pkgs/argyllcms/h%{name}-%{version}-%{alphatag}.tar.gz/59cdfbefa1c905967b0848634c2fb509/hargyllcms-%{version}-%{alphatag}.tar.gz
12# Source0-md5: 59cdfbefa1c905967b0848634c2fb509
13BuildRequires: libtiff-devel
14BuildRequires: libusb-devel
15BuildRequires: xorg-lib-libX11-devel
16BuildRequires: xorg-lib-libXScrnSaver-devel
17BuildRequires: xorg-lib-libXext-devel
18BuildRequires: xorg-lib-libXinerama-devel
19BuildRequires: xorg-lib-libXrandr-devel
20BuildRequires: xorg-lib-libXxf86vm-devel
21Requires: udev-core
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25The Argyll color management system supports accurate ICC profile
26creation for acquisition devices, CMYK printers, film recorders and
27calibration and profiling of displays.
28
29Spectral sample data is supported, allowing a selection of illuminants
30observer types, and paper fluorescent whitener additive compensation.
31Profiles can also incorporate source specific gamut mappings for
32perceptual and saturation intents. Gamut mapping and profile linking
33uses the CIECAM02 appearance model, a unique gamut mapping algorithm,
34and a wide selection of rendering intents. It also includes code for
35the fastest portable 8 bit raster color conversion engine available
36anywhere, as well as support for fast, fully accurate 16 bit
37conversion. Device color gamuts can also be viewed and compared using
38a VRML viewer.
39
40%package doc
41Summary: Argyll CMS documentation
42Group: Documentation
43# Does not really make sense without Argyll CMS itself
44Requires: %{name} = %{version}-%{release}
45
46%description doc
47The Argyll color management system supports accurate ICC profile
48creation for acquisition devices, CMYK printers, film recorders and
49calibration and profiling of displays.
50
51This package contains the Argyll color management system
52documentation.
53
54%prep
55#%setup -q -n hargyllcms-%{version}
56%setup -q -n h%{name}-%{?version}-%{?alphatag}
57
58# we're not allowed to refer to acquisition devices as scanners
59./legal.sh
60
61%build
62%configure
63%{__make}
64
65%install
66rm -rf $RPM_BUILD_ROOT
67%{__make} install \
68 DESTDIR=$RPM_BUILD_ROOT
69
70# they shouldn't put Makefile.am to ref_DATA
71%{__rm} $RPM_BUILD_ROOT%{_datadir}/color/argyll/ref/Makefile.am
72
73%clean
74rm -rf $RPM_BUILD_ROOT
75
76%files
77%defattr(644,root,root,755)
78%doc *.txt
79%attr(755,root,root) %{_bindir}/*
80%dir %{_datadir}/color/argyll
81%{_datadir}/color/argyll/ref
82/lib/udev/rules.d/55-Argyll.rules
83
84%exclude %{_datadir}/doc/argyll
85
86%files doc
87%defattr(644,root,root,755)
88%doc doc/*.html doc/*.jpg doc/*.txt
This page took 0.545477 seconds and 4 git commands to generate.