xcb-util-renderutil-vl.spec 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. Name: xcb-util-renderutil
  2. Version: 0.3.8
  3. Release: 2%{?_dist_release}
  4. Summary: XCB util-renderutil module
  5. Group: System Environment/Libraries
  6. License: MIT
  7. URL: http://xcb.freedesktop.org
  8. Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildRequires: xcb-util-devel
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. Packager: Takemikaduchi
  14. %description
  15. XCB util-renderutil module provides the following library:
  16. - renderutil: Convenience functions for the Render extension.
  17. %package devel
  18. Summary: Development and header files for %{name}
  19. Group: System Environment/Libraries
  20. Requires: %{name} = %{version}-%{release}, pkgconfig
  21. %description devel
  22. Development files for %{name}.
  23. %prep
  24. %setup -q
  25. %build
  26. %configure --with-pic --disable-static
  27. make %{?_smp_mflags}
  28. %check
  29. make check
  30. %install
  31. rm -rf %{buildroot}
  32. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
  33. rm %{buildroot}%{_libdir}/*.la
  34. %post -p /sbin/ldconfig
  35. %postun -p /sbin/ldconfig
  36. %clean
  37. rm -rf %{buildroot}
  38. %files
  39. %defattr(-,root,root,-)
  40. %doc README
  41. %{_libdir}/libxcb-render-util.so.*
  42. %files devel
  43. %defattr(-,root,root,-)
  44. %{_libdir}/pkgconfig/xcb-renderutil.pc
  45. %{_libdir}/libxcb-render-util.so
  46. %{_includedir}/xcb/xcb_renderutil.h
  47. %changelog
  48. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.8-2
  49. - rebuild with VineSeed environment
  50. * Sun Jun 16 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.8-1
  51. - initial build