smokegen-vl.spec 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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.2
  5. Release: 1%{?_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 Nov 9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.2-1
  55. - splitted from kdebindings
  56. * Thu Jun 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
  57. - new upstream release
  58. * Thu Apr 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
  59. - updated to 4.6.1
  60. - added BR: kdesdk-devel
  61. - disabled attica plugins temporaly
  62. - rebuilt with mono-2.10.1
  63. * Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
  64. - rebuilt with rpm-4.8.1 for pkg-config
  65. * Sat Sep 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
  66. - new upstream release
  67. - added Patch50
  68. - added more japanese summaries
  69. * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
  70. - new upstream release
  71. * Sun Jul 4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
  72. - new upstream release
  73. * Fri May 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
  74. - new upstream release
  75. * Thu Apr 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
  76. - new upstream release
  77. * Tue Mar 9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
  78. - new upstream release
  79. - added -DCMAKE_SKIP_RPATH:BOOL=OFF option to cmake
  80. (see https://bugs.kde.org/show_bug.cgi?id=214824)
  81. - built with new toolchain
  82. * Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
  83. - new upstream release
  84. * Thu Oct 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-4
  85. - merged 4.3.1-2 %changelog
  86. - re-define %%{mono_dir} to %{_prefix}/lib/mono (again)
  87. * Tue Oct 27 2009 Shu KONNO <owa@bg.wakwak.com> 4.3.2-3
  88. - use %%{_prefix}/lib for mono-dll (for x86_64)
  89. * Tue Oct 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-2
  90. - new upstream release
  91. - built with PyQt4-4.6
  92. * Sun Sep 06 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.3.1-2
  93. - define %%{mono_dir} to specify mono library install path
  94. * Sun Sep 6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
  95. - new upstream release
  96. - fixed ruby modules installation path
  97. * Thu Aug 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
  98. - new upstream release
  99. - spilt sub package based on Fedora
  100. * Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
  101. - applied new versioning policy
  102. - added Patch1
  103. (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484191)
  104. * Fri Nov 23 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.8-0vl3
  105. - added --with-qt-libraries option
  106. * Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
  107. - rebuild for VineSeed
  108. * Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
  109. - new upstream release
  110. * Mon Jun 25 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
  111. - rebuild for VineSeed
  112. * Thu May 31 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
  113. - new upstream release
  114. - update Patch0
  115. - drop Patch1
  116. * Mon Jan 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
  117. - new upstream release
  118. - add Patch1
  119. - add --enable-libsuffix option
  120. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
  121. - rebuild for VineSeed
  122. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
  123. - new upstream release
  124. * Wed Aug 2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
  125. - rebuild for VineSeed
  126. * Wed Aug 2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
  127. - new upstream release
  128. * Thu Jun 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
  129. - rebuild for VineSeed
  130. * Thu Jun 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
  131. - new upstream release
  132. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
  133. - rebuild for VineSeed
  134. * Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
  135. - new upstream release
  136. * Wed Feb 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
  137. - rebuild for VineSeed
  138. * Wed Feb 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
  139. - new upstream release
  140. - renew BuildPrereq and build section
  141. - renew %%files
  142. - enable python
  143. - change spec to make main and devel package
  144. - add BuildPrereq: ruby ruby-devel
  145. - add Patch0 to install ruby-bindings under /usr/lib/ruby
  146. * Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-1vl1
  147. - build for VineSeed
  148. - disable python and mozilla
  149. - objprelink (i386 only)
  150. * Wed Nov 21 2001 Than Ngo <than@redhat.com> <bero@redhat.com> 2.2.2-1
  151. - 2.2.2
  152. - build kmozilla binding only on x86/alpha
  153. * Thu Aug 9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-2
  154. - Make sure %%{name}-kmozilla isn't built on ia64
  155. * Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.2
  156. - Move python bindings to separate package
  157. - Add perl bindings
  158. - Shut up rpmlint
  159. * Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  160. - 2.1
  161. * Sun Jan 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  162. - initial RPM