shared-color-profiles-vl.spec 1.5 KB

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