source: projects/specs/trunk/s/shared-color-profiles/shared-color-profiles-vl.spec @ 8119

Revision 8119, 1.5 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

Line 
1%define pkg_version 0.1.5
2%define pkg_release 2%{?_dist_release}
3
4Summary:        Color profiles from contributors for color calibration
5Name:           shared-color-profiles
6Version:        %{pkg_version}
7Release:        %{pkg_release}
8Source0:        http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.gz
9License:        GPLv2, zlib
10Group:          User Interface/Desktops
11URL:            http://github.com/hughsie/shared-color-profiles
12
13BuildArch: noarch
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15
16Vendor: Project Vine
17Distribution: Vine Linux
18Packager: Takemikaduchi
19
20
21%description
22Shared Color Profiles contain ICC profiles from different vendors that are all
23free, either public domain, CC-BY-SA or CC-BY-ND.
24
25These include a Adobe RGB compatible and sRGB compatible, as well as various
26user or manufacturer supplied profiles.
27
28
29%prep
30%setup -q
31
32
33%build
34%configure
35%{__make} %{?_smp_mflags}
36
37
38%install
39%{__rm} -rf ${RPM_BUILD_ROOT}
40%{__make} install DESTDIR=${RPM_BUILD_ROOT}
41
42
43%clean
44%{__rm} -rf ${RPM_BUILD_ROOT}
45
46
47%files
48%defattr(-,root,root)
49%doc COPYING ChangeLog NEWS README
50%{_datadir}/color/icc
51%{_datadir}/shared-color-profiles
52
53
54%changelog
55* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.5-2
56- rebuild with VineSeed environment
57
58* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.5-1
59- new upstream release
60
61* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
62- new upstream release
63
64* Sat May 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.1-1
65- initial build for Vine Linux
66
Note: See TracBrowser for help on using the repository browser.