libxklavier-vl.spec 4.8 KB

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