libgnomekbd-vl.spec 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. Summary: A keyboard configuration library
  2. Summary(ja): キーボード設定ライブラリ
  3. Name: libgnomekbd
  4. Version: 3.26.0
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: LGPL
  8. URL: http://gswitchit.sourceforce.net
  9. Source0: http://ftp.gnome.org/pub/gnome/sources/libgnomekbd/3.6/libgnomekbd-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk3-devel >= 2.91.7
  12. BuildRequires: libxklavier-devel >= 5.0
  13. BuildRequires: libSM-devel
  14. BuildRequires: desktop-file-utils
  15. BuildRequires: perl(XML::Parser)
  16. BuildRequires: gettext
  17. BuildRequires: intltool
  18. Requires(pre): glib2
  19. Requires(post): glib2
  20. Requires(preun): glib2
  21. Vendor: Project Vine
  22. Distribution: Vine Linux
  23. %description
  24. The libgnomekbd package contains a GNOME library which manages
  25. keyboard configuration and offers various widgets related to
  26. keyboard configuration.
  27. %package devel
  28. Summary: Development files for %{name}
  29. Group: Development/Libraries
  30. Requires: %{name} = %{version}-%{release}
  31. Requires: libxklavier-devel >= 5.0
  32. Requires: pkgconfig
  33. %description devel
  34. The libgnomekbd-devel package contains libraries and header files for
  35. developing applications that use libgnomekbd.
  36. %prep
  37. %setup -q
  38. %build
  39. %configure --disable-static --enable-compile-warnings=no
  40. %__make %{?_smp_mflags}
  41. %install
  42. rm -rf $RPM_BUILD_ROOT
  43. make install DESTDIR=$RPM_BUILD_ROOT
  44. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  45. %find_lang %{name}
  46. %clean
  47. rm -rf $RPM_BUILD_ROOT
  48. %post
  49. /sbin/ldconfig
  50. touch --no-create %{_datadir}/icons/hicolor || :
  51. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  52. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
  53. fi
  54. update-desktop-database &> /dev/null ||:
  55. %posttrans
  56. gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
  57. %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
  58. %postun
  59. /sbin/ldconfig
  60. touch --no-create %{_datadir}/icons/hicolor || :
  61. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  62. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
  63. fi
  64. %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
  65. %files -f %{name}.lang
  66. %defattr(-,root,root,-)
  67. %doc AUTHORS COPYING.LIB
  68. %{_bindir}/gkbd-keyboard-display
  69. %{_libdir}/*.so.*
  70. %{_libdir}/girepository-1.0/Gkbd-3.0.typelib
  71. %{_datadir}/applications/gkbd-keyboard-display.desktop
  72. %{_datadir}/glib-2.0/schemas/*.xml
  73. %{_datadir}/libgnomekbd/ui/*
  74. %{_datadir}/libgnomekbd/icons/*.svg
  75. %{_datadir}/GConf/gsettings/libgnomekbd.convert
  76. %files devel
  77. %defattr(-,root,root,-)
  78. %{_includedir}/libgnomekbd/*
  79. %{_libdir}/*.so
  80. %{_libdir}/pkgconfig/libgnomekbd.pc
  81. %{_libdir}/pkgconfig/libgnomekbdui.pc
  82. %{_datadir}/gir-1.0/Gkbd-3.0.gir
  83. %changelog
  84. * Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.26.0-1
  85. - new upstream release.
  86. * Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-2
  87. - rebuild with VineSeed environment
  88. * Thu Sep 27 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  89. - new upstream release
  90. * Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0.2-1
  91. - new upstream release
  92. * Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  93. - new upstream release
  94. - add BuildRequires: libSM-devel
  95. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  96. - new upstream release
  97. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
  98. - new upstream release
  99. - change BuildRequires: gtk3-devel instead of gtk2-devel
  100. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  101. - new upstream release
  102. - remove BuildRequires: libgnomeui-devel
  103. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
  104. - rebuild with rpm-4.8.1 for pkg-config file
  105. * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
  106. - new upstream release
  107. * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  108. - new upstream release
  109. - drop Patch1
  110. * Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.0-2
  111. - remove old Patches
  112. - add Patch1 to fix invalid default value in schema
  113. https://bugzilla.gnome.org/show_bug.cgi?id=615077
  114. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  115. - new upstream release
  116. - fix BuildRequires: libxklavier-devel >= 5.0
  117. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
  118. - new upstream release
  119. * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
  120. - new upstream release
  121. - remove BR: libglade2-devel
  122. * Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  123. - new upstream release
  124. * Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  125. - new upstream release
  126. * Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
  127. - new upstream release
  128. * Thu Dec 13 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.0-0vl1
  129. - new upstream release
  130. * Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
  131. - initial build for Vine Linux
  132. * Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
  133. - Update to 2.18.0
  134. * Wed Jan 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.2-2
  135. - Port former control-center patches to improve keyboard drawing
  136. * Tue Nov 7 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
  137. - Update to 2.17.2
  138. * Tue Nov 7 2006 Matthias Clasen <mclasen@redhat.com> - 0.1-4
  139. - Fix up Requires
  140. * Thu Nov 2 2006 Matthias Clasen <mclasen@redhat.com> - 0.1-3
  141. - Don't use --Werror
  142. * Sat Oct 28 2006 Matthias Clasen <mclasen@redhat.com> - 0.1-2
  143. - Fix a memory allocation error
  144. * Sat Oct 28 2006 Matthias Clasen <mclasen@redhat.com> - 0.1-1
  145. - Initial release