colord-gtk-vl.spec 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. Summary: Additional GTK support code for colord
  2. Name: colord-gtk
  3. Version: 0.1.23
  4. Release: 1%{?_dist_release}
  5. License: GPLv3
  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. Packager: Takemikaduchi
  14. %description
  15. Additional GTK support code for colord
  16. %package devel
  17. Summary: Development tools for %{name}
  18. Summary(ja): %{name} の開発環境
  19. Group: Development/Libraries
  20. Requires: %{name} = %{version}-%{release}
  21. Requires: pkgconfig
  22. %description devel
  23. Header files and libraries for building a extension library for the
  24. %{name}.
  25. %prep
  26. %setup -q
  27. %build
  28. %configure --disable-static
  29. make %{?_smp_mflags}
  30. %install
  31. rm -rf ${RPM_BUILD_ROOT}
  32. make install DESTDIR=$RPM_BUILD_ROOT
  33. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  34. %find_lang %{name}
  35. %post -p /sbin/ldconfig
  36. %postun -p /sbin/ldconfig
  37. %files -f %{name}.lang
  38. %defattr(-,root,root,-)
  39. %doc AUTHORS COPYING ChangeLog NEWS README
  40. %{_libdir}/libcolord-gtk.so.*
  41. %{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
  42. %files devel
  43. %defattr(-,root,root,-)
  44. %{_includedir}/colord-1
  45. %{_libdir}/libcolord-gtk.so
  46. %{_libdir}/pkgconfig/colord-gtk.pc
  47. %{_datadir}/gir-1.0/ColordGtk-1.0.gir
  48. %changelog
  49. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.23-1
  50. - initial build