xcb-util-wm-vl.spec 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. Name: xcb-util-wm
  2. Version: 0.4.1
  3. Release: 3%{?_dist_release}
  4. Summary: XCB util-wm module
  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. BuildRequires: xorg-x11-util-macros
  14. %description
  15. XCB util-image module provides the following library:
  16. - ewmh: Both client and window-manager helpers for EWMH.
  17. - icccm: Both client and window-manager helpers for ICCCM.
  18. %package devel
  19. Summary: Development and header files for %{name}
  20. Summary(ja): %{name} の開発用ファイル
  21. Group: programming
  22. Requires: %{name} = %{version}-%{release}
  23. Requires: pkgconfig
  24. %description devel
  25. Development files for %{name}.
  26. %debug_package
  27. %prep
  28. %setup -q
  29. %build
  30. %configure --with-pic --disable-static
  31. make %{?_smp_mflags}
  32. %check
  33. make check
  34. %install
  35. rm -rf %{buildroot}
  36. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
  37. rm %{buildroot}%{_libdir}/*.la
  38. %clean
  39. rm -rf %{buildroot}
  40. %files
  41. %defattr(-,root,root,-)
  42. %doc COPYING NEWS README
  43. %{_libdir}/libxcb-ewmh.so.*
  44. %{_libdir}/libxcb-icccm.so.*
  45. %files devel
  46. %defattr(-,root,root,-)
  47. %{_libdir}/pkgconfig/xcb-ewmh.pc
  48. %{_libdir}/pkgconfig/xcb-icccm.pc
  49. %{_libdir}/libxcb-ewmh.so
  50. %{_libdir}/libxcb-icccm.so
  51. %{_includedir}/xcb/xcb_ewmh.h
  52. %{_includedir}/xcb/xcb_icccm.h
  53. %changelog
  54. * Tue Sep 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.4.1-3
  55. - rebuilt with current environment.
  56. - dropped ldconfig scriptlets.
  57. * Sat Nov 1 2014 Ryoichi INAAGKI <ryo1@toki.waseda.jp> 0.4.1-2
  58. - moved devel package to Development/Libraries Group
  59. * Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1
  60. - new upstream release
  61. - add BuildRequires: xorg-x11-util-macros
  62. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.9-2
  63. - rebuild with VineSeed environment
  64. * Sun Jun 16 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.9-1
  65. - initial build