smokeqt-vl.spec 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. %define _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo 4.8.6)
  2. Name: smokeqt
  3. Version: 4.14.3
  4. Release: 2%{?_dist_release}
  5. Summary: Bindings for Qt libraries
  6. License: LGPLv2+
  7. Group: System Environment/Libraries
  8. URL: https://projects.kde.org/projects/kde/kdebindings/smoke
  9. Source0: http://download.kde.org/stable/%{version}/src/%{name}-%{version}.tar.xz
  10. BuildRequires: cmake
  11. BuildRequires: phonon-devel
  12. BuildRequires: qimageblitz-devel
  13. BuildRequires: qt4-devel
  14. BuildRequires: qwt-qt4-devel
  15. BuildRequires: qscintilla-devel >= 2.4
  16. BuildRequires: smokegen-devel >= %{version}
  17. Conflicts: kdebindings < 4.7.0
  18. Requires: qt4 >= %{_qt4_version}
  19. Requires: smokegen >= %{version}
  20. %description
  21. This package includes Bindings for Qt libraries.
  22. %package devel
  23. Summary: Development files for %{name}
  24. Summary(ja): %{name} の開発用ファイル
  25. Group: Development/Libraries
  26. Requires: %{name} = %{version}-%{release}
  27. Requires: smokegen-devel
  28. Conflicts: kdebindings-devel < 4.7.0
  29. %description devel
  30. %{summary}.
  31. %prep
  32. %setup -q
  33. %build
  34. mkdir -p %{_target_platform}
  35. pushd %{_target_platform}
  36. %cmake ..
  37. popd
  38. make %{?_smp_mflags} -C %{_target_platform}
  39. %install
  40. rm -rf $RPM_BUILD_ROOT
  41. make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
  42. %post -p /sbin/ldconfig
  43. %postun -p /sbin/ldconfig
  44. %clean
  45. rm -rf $RPM_BUILD_ROOT
  46. %files
  47. %doc AUTHORS COPYING.LIB
  48. %{_libdir}/libsmokephonon.so.3*
  49. %{_libdir}/libsmokeqimageblitz.so.3*
  50. %{_libdir}/libsmokeqsci.so.3*
  51. %{_libdir}/libsmokeqt3support.so.3*
  52. %{_libdir}/libsmokeqtcore.so.3*
  53. %{_libdir}/libsmokeqtdbus.so.3*
  54. %{_libdir}/libsmokeqtdeclarative.so.3*
  55. %{_libdir}/libsmokeqtgui.so.3*
  56. %{_libdir}/libsmokeqthelp.so.3*
  57. %{_libdir}/libsmokeqtmultimedia.so.3*
  58. %{_libdir}/libsmokeqtnetwork.so.3*
  59. %{_libdir}/libsmokeqtopengl.so.3*
  60. %{_libdir}/libsmokeqtscript.so.3*
  61. %{_libdir}/libsmokeqtsql.so.3*
  62. %{_libdir}/libsmokeqtsvg.so.3*
  63. %{_libdir}/libsmokeqttest.so.3*
  64. %{_libdir}/libsmokeqtuitools.so.3*
  65. %{_libdir}/libsmokeqtwebkit.so.3*
  66. %{_libdir}/libsmokeqtxml.so.3*
  67. %{_libdir}/libsmokeqtxmlpatterns.so.3*
  68. %{_libdir}/libsmokeqwt.so.3*
  69. %files devel
  70. %{_libdir}/libsmoke*.so
  71. %{_includedir}/smoke/*
  72. %{_datadir}/smokegen/*
  73. %{_datadir}/smoke/*
  74. %changelog
  75. * Sun Jul 03 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
  76. - rebuild with gcc-5.4.0
  77. * Sun Jan 4 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.3-1
  78. - new upstream release
  79. * Sun Nov 9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.2-1
  80. - splitted from kdebindings
  81. * Thu Jun 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
  82. - new upstream release
  83. * Thu Apr 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
  84. - updated to 4.6.1
  85. - added BR: kdesdk-devel
  86. - disabled attica plugins temporaly
  87. - rebuilt with mono-2.10.1
  88. * Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
  89. - rebuilt with rpm-4.8.1 for pkg-config
  90. * Sat Sep 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
  91. - new upstream release
  92. - added Patch50
  93. - added more japanese summaries
  94. * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
  95. - new upstream release
  96. * Sun Jul 4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
  97. - new upstream release
  98. * Fri May 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
  99. - new upstream release
  100. * Thu Apr 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
  101. - new upstream release
  102. * Tue Mar 9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
  103. - new upstream release
  104. - added -DCMAKE_SKIP_RPATH:BOOL=OFF option to cmake
  105. (see https://bugs.kde.org/show_bug.cgi?id=214824)
  106. - built with new toolchain
  107. * Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
  108. - new upstream release
  109. * Thu Oct 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-4
  110. - merged 4.3.1-2 %changelog
  111. - re-define %%{mono_dir} to %{_prefix}/lib/mono (again)
  112. * Tue Oct 27 2009 Shu KONNO <owa@bg.wakwak.com> 4.3.2-3
  113. - use %%{_prefix}/lib for mono-dll (for x86_64)
  114. * Tue Oct 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-2
  115. - new upstream release
  116. - built with PyQt4-4.6
  117. * Sun Sep 06 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.3.1-2
  118. - define %%{mono_dir} to specify mono library install path
  119. * Sun Sep 6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
  120. - new upstream release
  121. - fixed ruby modules installation path
  122. * Thu Aug 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
  123. - new upstream release
  124. - spilt sub package based on Fedora
  125. * Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
  126. - applied new versioning policy
  127. - added Patch1
  128. (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484191)
  129. * Fri Nov 23 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.8-0vl3
  130. - added --with-qt-libraries option
  131. * Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
  132. - rebuild for VineSeed
  133. * Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
  134. - new upstream release
  135. * Mon Jun 25 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
  136. - rebuild for VineSeed
  137. * Thu May 31 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
  138. - new upstream release
  139. - update Patch0
  140. - drop Patch1
  141. * Mon Jan 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
  142. - new upstream release
  143. - add Patch1
  144. - add --enable-libsuffix option
  145. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
  146. - rebuild for VineSeed
  147. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
  148. - new upstream release
  149. * Wed Aug 2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
  150. - rebuild for VineSeed
  151. * Wed Aug 2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
  152. - new upstream release
  153. * Thu Jun 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
  154. - rebuild for VineSeed
  155. * Thu Jun 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
  156. - new upstream release
  157. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
  158. - rebuild for VineSeed
  159. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
  160. - new upstream release
  161. * Wed Feb 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
  162. - rebuild for VineSeed
  163. * Wed Feb 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
  164. - new upstream release
  165. - renew BuildPrereq and build section
  166. - renew %%files
  167. - enable python
  168. - change spec to make main and devel package
  169. - add BuildPrereq: ruby ruby-devel
  170. - add Patch0 to install ruby-bindings under /usr/lib/ruby
  171. * Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-1vl1
  172. - build for VineSeed
  173. - disable python and mozilla
  174. - objprelink (i386 only)
  175. * Wed Nov 21 2001 Than Ngo <than@redhat.com> <bero@redhat.com> 2.2.2-1
  176. - 2.2.2
  177. - build kmozilla binding only on x86/alpha
  178. * Thu Aug 9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-2
  179. - Make sure %%{name}-kmozilla isn't built on ia64
  180. * Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.2
  181. - Move python bindings to separate package
  182. - Add perl bindings
  183. - Shut up rpmlint
  184. * Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  185. - 2.1
  186. * Sun Jan 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  187. - initial RPM