libxklavier-vl.spec 3.6 KB

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