kdebindings-vl.spec 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. Name: kdebindings
  2. Summary: KDE bindings to non-C++ languages.
  3. Summary(ja): C++ 言語以外の KDE バインディング集
  4. Version: 4.12.5
  5. Release: 1%{?_dist_release}
  6. # http://techbase.kde.org/Policies/Licensing_Policy
  7. License: LGPLv2+
  8. Group: System Environment/Libraries
  9. URL: http://developer.kde.org/language-bindings/
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildArch: noarch
  12. Requires: smokegen >= %{version}
  13. Requires: smokekde >= %{version}
  14. Requires: smokeqt >= %{version}
  15. # old/discontinued kde-4.6 modules
  16. Obsoletes: php-qt < 4.7.0
  17. Obsoletes: php-qt-devel < 4.7.0
  18. %description
  19. Kdebindings metapackage, to ease migration to split applications.
  20. %package devel
  21. Summary: Development files for kdebindings.
  22. Summary(ja): kdebindings の開発用ファイル
  23. Group: Development/Libraries
  24. Requires: %{name} = %{version}-%{release}
  25. Requires: smokegen-devel >= %{version}
  26. Requires: smokekde-devel >= %{version}
  27. Requires: smokeqt-devel >= %{version}
  28. %description devel
  29. Header files for developing applications using %{name}.
  30. %prep
  31. %build
  32. %install
  33. %files
  34. # empty
  35. %files devel
  36. # empty
  37. %changelog
  38. * Sun Nov 9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.12.5-1
  39. - metapackaged
  40. * Thu Jun 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
  41. - new upstream release
  42. * Thu Apr 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
  43. - updated to 4.6.1
  44. - added BR: kdesdk-devel
  45. - disabled attica plugins temporaly
  46. - rebuilt with mono-2.10.1
  47. * Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
  48. - rebuilt with rpm-4.8.1 for pkg-config
  49. * Sat Sep 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
  50. - new upstream release
  51. - added Patch50
  52. - added more japanese summaries
  53. * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
  54. - new upstream release
  55. * Sun Jul 4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
  56. - new upstream release
  57. * Fri May 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
  58. - new upstream release
  59. * Thu Apr 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
  60. - new upstream release
  61. * Tue Mar 9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
  62. - new upstream release
  63. - added -DCMAKE_SKIP_RPATH:BOOL=OFF option to cmake
  64. (see https://bugs.kde.org/show_bug.cgi?id=214824)
  65. - built with new toolchain
  66. * Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
  67. - new upstream release
  68. * Thu Oct 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-4
  69. - merged 4.3.1-2 %changelog
  70. - re-define %%{mono_dir} to %{_prefix}/lib/mono (again)
  71. * Tue Oct 27 2009 Shu KONNO <owa@bg.wakwak.com> 4.3.2-3
  72. - use %%{_prefix}/lib for mono-dll (for x86_64)
  73. * Tue Oct 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-2
  74. - new upstream release
  75. - built with PyQt4-4.6
  76. * Sun Sep 06 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.3.1-2
  77. - define %%{mono_dir} to specify mono library install path
  78. * Sun Sep 6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
  79. - new upstream release
  80. - fixed ruby modules installation path
  81. * Thu Aug 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
  82. - new upstream release
  83. - spilt sub package based on Fedora
  84. * Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
  85. - applied new versioning policy
  86. - added Patch1
  87. (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484191)
  88. * Fri Nov 23 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.8-0vl3
  89. - added --with-qt-libraries option
  90. * Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
  91. - rebuild for VineSeed
  92. * Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
  93. - new upstream release
  94. * Mon Jun 25 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
  95. - rebuild for VineSeed
  96. * Thu May 31 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
  97. - new upstream release
  98. - update Patch0
  99. - drop Patch1
  100. * Mon Jan 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
  101. - new upstream release
  102. - add Patch1
  103. - add --enable-libsuffix option
  104. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
  105. - rebuild for VineSeed
  106. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
  107. - new upstream release
  108. * Wed Aug 2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
  109. - rebuild for VineSeed
  110. * Wed Aug 2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
  111. - new upstream release
  112. * Thu Jun 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
  113. - rebuild for VineSeed
  114. * Thu Jun 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
  115. - new upstream release
  116. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
  117. - rebuild for VineSeed
  118. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
  119. - new upstream release
  120. * Wed Feb 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
  121. - rebuild for VineSeed
  122. * Wed Feb 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
  123. - new upstream release
  124. - renew BuildPrereq and build section
  125. - renew %%files
  126. - enable python
  127. - change spec to make main and devel package
  128. - add BuildPrereq: ruby ruby-devel
  129. - add Patch0 to install ruby-bindings under /usr/lib/ruby
  130. * Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-1vl1
  131. - build for VineSeed
  132. - disable python and mozilla
  133. - objprelink (i386 only)
  134. * Wed Nov 21 2001 Than Ngo <than@redhat.com> <bero@redhat.com> 2.2.2-1
  135. - 2.2.2
  136. - build kmozilla binding only on x86/alpha
  137. * Thu Aug 9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-2
  138. - Make sure %%{name}-kmozilla isn't built on ia64
  139. * Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.2
  140. - Move python bindings to separate package
  141. - Add perl bindings
  142. - Shut up rpmlint
  143. * Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  144. - 2.1
  145. * Sun Jan 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  146. - initial RPM