libxklavier-vl.spec 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. Summary: library providing high-level API for X Keyboard Extension
  2. Summary(ja): X キーボード拡張の高レベル API を提供するライブラリ
  3. Name: libxklavier
  4. Version: 5.0
  5. Release: 1%{?_dist_release}
  6. License: LGPL
  7. Group: System Environment/Libraries
  8. URL: http://www.freedesktop.org/wiki/Software/LibXklavier
  9. Source: %{name}-%{version}.tar.bz2
  10. Patch0: libxklavier-3.1-crash.patch
  11. Buildroot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: doxygen
  13. BuildRequires: libxml2-devel
  14. BuildRequires: libxkbfile-devel
  15. BuildRequires: libxml2-devel
  16. BuildRequires: glib2-devel >= 2.6.0
  17. BuildRequires: libX11-devel
  18. BuildRequires: xorg-x11-proto-devel
  19. %description
  20. libxklavier is a library providing high-level API for X Keyboard Extension
  21. known as XKB. This library is intended to support XFree86 and other
  22. commercial X servers. It is useful for creating XKB-related software
  23. (layout indicators etc).
  24. %package devel
  25. Summary: Libraries, includes, etc to develop libxklavier applications
  26. Group: Development/Libraries
  27. Requires: %{name} = %{version}-%{release}
  28. %description devel
  29. Libraries, include files, etc you can use to develop libxklavier applications.
  30. %prep
  31. %setup -q
  32. #patch0 -p1 -b .crash
  33. %build
  34. %configure --with-xkb-base=/usr/share/X11/xkb --disable-static
  35. %__make %{?_smp_mflags}
  36. %install
  37. rm -rf $RPM_BUILD_ROOT
  38. %makeinstall
  39. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  40. %clean
  41. rm -rf %{buildroot}
  42. %post -p /sbin/ldconfig
  43. %postun -p /sbin/ldconfig
  44. %files
  45. %defattr(-, root, root)
  46. %doc AUTHORS ChangeLog NEWS README COPYING.LIB
  47. %{_libdir}/lib*.so.*
  48. #{_datadir}/libxklavier
  49. %files devel
  50. %defattr(-, root, root)
  51. %doc doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.css
  52. %{_libdir}/pkgconfig/*.pc
  53. #{_libdir}/*.a
  54. %{_libdir}/*.so
  55. %{_includedir}/*
  56. %{_datadir}/gtk-doc/html/libxklavier/
  57. %changelog
  58. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0-1
  59. - new upstream release
  60. - add BuildRequires: libX11-devel, xorg-x11-proto-devel
  61. * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.0-1
  62. - new upstream release
  63. - added --disable-static option
  64. * Sun Jan 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.8-1
  65. - new upstream release
  66. - spec in UTF-8
  67. * Mon Sep 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.7-1
  68. - new upstream release
  69. * Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-2
  70. - build with xorg-x11-7.3
  71. - change xkb-base to /usr/share/X11/xkb
  72. * Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.6-1
  73. - new upstream release
  74. * Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5-1vl5
  75. - new upstream release
  76. * Thu Dec 13 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3-0vl1
  77. - new upstream release
  78. * Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.2-0vl1
  79. - new upstream release
  80. - dropped Patch0
  81. * Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-0vl1
  82. - new upstream release
  83. * Wed Mar 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2-0vl1
  84. - new upstream release
  85. * Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl1
  86. - new upstream version
  87. * Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.04-0vl1
  88. - initial build for Vine Linux, based on fedora package.
  89. * Wed Sep 29 2004 Jonathan Blandford <jrb@redhat.com> 1.02-3
  90. - bump version
  91. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  92. - rebuilt
  93. * Tue Apr 20 2004 Jeremy Katz <katzj@redhat.com> - 1.02-1
  94. - update to 1.02 with real fixes for xorg
  95. * Thu Apr 15 2004 Jeremy Katz <katzj@redhat.com> - 1.00-2
  96. - patch for xorg.xml instead of xfree86.xml
  97. * Fri Apr 2 2004 Alex Larsson <alexl@redhat.com> 1.00-1
  98. - update to 1.00
  99. * Mon Mar 15 2004 Bill Nottingham <notting@redhat.com>
  100. - fix typo (#118237)
  101. * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  102. - rebuilt
  103. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  104. - rebuilt
  105. * Tue Jan 27 2004 Alexander Larsson <alexl@redhat.com> 0.97-1
  106. - First version