colord-gtk-vl.spec 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. Summary: Additional GTK support code for colord
  2. Name: colord-gtk
  3. Version: 0.1.26
  4. Release: 1%{?_dist_release}
  5. License: LGPLv2+
  6. Group: Applications/System
  7. URL: http://gitorious.org/colord/colord-gtk
  8. Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
  9. BuildRequires: colord-devel >= 0.1.23
  10. BuildRequires: gtk3-devel >= 3.0.0
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. %description
  14. Additional GTK support code for colord
  15. %package devel
  16. Summary: Development tools for %{name}
  17. Summary(ja): %{name} の開発環境
  18. Group: Development/Libraries
  19. Requires: %{name} = %{version}-%{release}
  20. Requires: pkgconfig
  21. %description devel
  22. Header files and libraries for building a extension library for the
  23. %{name}.
  24. %prep
  25. %setup -q
  26. %build
  27. %configure --disable-static
  28. make %{?_smp_mflags}
  29. %install
  30. rm -rf ${RPM_BUILD_ROOT}
  31. make install DESTDIR=$RPM_BUILD_ROOT
  32. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  33. %find_lang %{name}
  34. %post -p /sbin/ldconfig
  35. %postun -p /sbin/ldconfig
  36. %files -f %{name}.lang
  37. %defattr(-,root,root,-)
  38. %license COPYING
  39. %doc AUTHORS ChangeLog NEWS README
  40. %{_bindir}/cd-convert
  41. %{_libdir}/libcolord-gtk.so.*
  42. %{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
  43. %files devel
  44. %defattr(-,root,root,-)
  45. %{_includedir}/colord-1
  46. %{_libdir}/libcolord-gtk.so
  47. %{_libdir}/pkgconfig/colord-gtk.pc
  48. %{_datadir}/gir-1.0/ColordGtk-1.0.gir
  49. %changelog
  50. * Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.26-1
  51. - new upstream release.
  52. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.25-3
  53. - rebuild with colord-1.1.7
  54. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.25-2
  55. - rebuild with VineSeed environment
  56. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.25-1
  57. - new upstream release
  58. * Thu Jan 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.24-1
  59. - new upstream release
  60. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.23-1
  61. - initial build