libxklavier-vl.spec 4.7 KB

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