xcb-util-image-vl.spec 1.7 KB

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