xcb-util-renderutil-vl.spec 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. Name: xcb-util-renderutil
  2. Summary: XCB util-renderutil module
  3. Version: 0.3.9
  4. Release: 2%{?_dist_release}
  5. Group: system
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: MIT
  9. URL: http://xcb.freedesktop.org
  10. Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildRequires: xcb-util-devel
  13. %description
  14. XCB util-renderutil module provides the following library:
  15. - renderutil: Convenience functions for the Render extension.
  16. %package devel
  17. Summary: Development and header files for %{name}
  18. Summary(ja): %{name} の開発用ファイル
  19. Group: programming
  20. Requires: %{name} = %{version}-%{release}
  21. Requires: pkgconfig
  22. %description devel
  23. Development files for %{name}.
  24. %debug_package
  25. %prep
  26. %setup -q
  27. %build
  28. %configure --with-pic --disable-static
  29. make %{?_smp_mflags}
  30. %check
  31. make check
  32. %install
  33. rm -rf %{buildroot}
  34. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
  35. rm %{buildroot}%{_libdir}/*.la
  36. %clean
  37. rm -rf %{buildroot}
  38. %files
  39. %defattr(-,root,root,-)
  40. %doc COPYING NEWS 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. * Tue Sep 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.3.9-2
  49. - rebuilt with current environment.
  50. - dropped ldconfig scriptlets.
  51. * Fri Oct 31 2014 Ryoichi INAAGKI <ryo1@toki.waseda.jp> 0.3.9-1
  52. - new upstream release
  53. - moved devel package to Development/Libraries Group
  54. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.8-2
  55. - rebuild with VineSeed environment
  56. * Sun Jun 16 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.8-1
  57. - initial build