smokegen-vl.spec 6.2 KB

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