smokegen-vl.spec 6.1 KB

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