clutter-vl.spec 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. %define clutter_version 1.2.4
  2. %define clutter_release 1%{?_dist_release}
  3. Name: clutter
  4. Version: %{clutter_version}
  5. Release: %{clutter_release}
  6. Summary: Open Source software library for creating rich graphical user interfaces
  7. Summary(ja): リッチなGUIを作成するためのオープンソースライブラリ
  8. Group: System Environment/Libraries
  9. License: LGPLv2+
  10. URL: http://www.clutter-project.org/
  11. Source0: http://www.clutter-project.org/sources/%{name}/1.0/%{name}-%{version}.tar.bz2
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. Requires: gobject-introspection
  14. # FIXME to remove when all the bits have been merged into their
  15. # libraries
  16. Requires: gir-repository
  17. BuildRequires: glib2-devel
  18. BuildRequires: mesa-libGL-devel
  19. BuildRequires: gtk2-devel
  20. BuildRequires: pkgconfig
  21. BuildRequires: pango-devel
  22. BuildRequires: libXdamage-devel
  23. BuildRequires: gettext
  24. BuildRequires: gtk-doc
  25. BuildRequires: gobject-introspection-devel >= 0.6.4
  26. BuildRequires: gir-repository-devel
  27. %description
  28. Clutter is an open source software library for creating fast,
  29. visually rich graphical user interfaces. The most obvious example
  30. of potential usage is in media center type applications.
  31. We hope however it can be used for a lot more.
  32. %description -l ja
  33. Clutterは高速で視覚的にリッチなGUIを作成するためのオープンソースライブラリです。
  34. 最も明白な使用例は、メディアセンター型アプリケーションでの使用です。
  35. しかしながら、我々はいろいろな分野で使用されることを願っています。
  36. %package devel
  37. Summary: Clutter development environment
  38. Summary(ja): Clutterの開発環境
  39. Group: Development/Libraries
  40. Requires: %{name} = %{version}-%{release}
  41. Requires: pkgconfig glib2-devel pango-devel fontconfig-devel gtk2-devel
  42. Requires: mesa-libGL-devel
  43. Requires: gobject-introspection-devel
  44. %description devel
  45. Header files and libraries for building a extension library for the
  46. clutter
  47. %package doc
  48. Summary: Documentation for %{name}
  49. Summary(ja): %{name}用のドキュメント
  50. Group: Documentation
  51. Requires: %{name} = %{version}-%{release}
  52. %description doc
  53. Clutter is an open source software library for creating fast,
  54. visually rich graphical user interfaces. The most obvious example
  55. of potential usage is in media center type applications.
  56. We hope however it can be used for a lot more.
  57. This package contains documentation for clutter.
  58. %prep
  59. %setup -q
  60. %build
  61. %configure --enable-gtk-doc --enable-introspection
  62. make %{?_smp_mflags}
  63. %install
  64. rm -rf $RPM_BUILD_ROOT
  65. #make DESTDIR=$RPM_BUILD_ROOT install
  66. make DESTDIR=$RPM_BUILD_ROOT install INSTALL="%{__install} -p -c"
  67. %clean
  68. rm -rf $RPM_BUILD_ROOT
  69. %post -p /sbin/ldconfig
  70. %postun -p /sbin/ldconfig
  71. %files
  72. %defattr(-,root,root,-)
  73. %doc AUTHORS COPYING NEWS README
  74. %exclude %{_libdir}/*.la
  75. %{_libdir}/*.so.0
  76. %{_libdir}/*.so.0.*
  77. %{_libdir}/girepository-1.0/*.typelib
  78. %files devel
  79. %defattr(-, root, root)
  80. %doc ChangeLog
  81. %{_includedir}/*
  82. %{_libdir}/*.so
  83. %{_libdir}/pkgconfig/*.pc
  84. %{_datadir}/gir-1.0/*.gir
  85. %files doc
  86. %defattr(-, root, root)
  87. #%dir %{_datadir}/gtk-doc/html/clutter
  88. %{_datadir}/gtk-doc/html/clutter
  89. #%dir %{_datadir}/gtk-doc/html/cogl
  90. %{_datadir}/gtk-doc/html/cogl
  91. %changelog
  92. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-1
  93. - new upstream release
  94. * Sun Mar 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
  95. - new upstream release
  96. * Sat Jan 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-1
  97. - new upstream release
  98. * Tue Dec 1 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
  99. - new upstream release
  100. - build for Vine Linux
  101. - add Summary(ja)
  102. - fix BuildRoot
  103. - remove Obsolete and Provides
  104. * Tue Sep 22 2009 Bastien Nocera <bnocera@redhat.com> 1.0.6-1
  105. - Update to 1.0.6
  106. * Sun Aug 30 2009 Owen Taylor <otaylor@redhat.com> - 1.0.4-1
  107. - Update to 1.0.4, update gobject-introspection requirement
  108. * Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 1.0.2-1
  109. - Update to 1.0.2
  110. * Sun Aug 1 2009 Matthias Clasen <mclasen@redhat.com> 1.0.0-4
  111. - Move ChangeLog to -devel to save some space
  112. * Fri Jul 31 2009 Matthias Clasen <mclasen@redhat.com> 1.0.0-3
  113. - Drop the gir-repository-devel dep, which pulls a bunch of -devel
  114. onto the live cd
  115. * Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 1.0.0-1
  116. - Update to 1.0.0
  117. * Tue Jul 28 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.9.8-3
  118. - fix bz #507389
  119. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-2
  120. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  121. * Fri Jul 17 2009 Bastien Nocera <bnocera@redhat.com> 0.9.8-1
  122. - Update to 0.9.8
  123. * Fri Jul 17 2009 Bastien Nocera <bnocera@redhat.com> 0.9.6-2
  124. - Patch from Owen Taylor <otaylor@redhat.com> to add gobject-
  125. introspection support to clutter (#512260)
  126. * Fri Jul 10 2009 Bastien Nocera <bnocera@redhat.com> 0.9.6-1
  127. - Update to 0.9.6
  128. * Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.4-1
  129. - Update to 0.9.4
  130. * Mon May 18 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
  131. - Update to 0.9.2
  132. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-4
  133. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  134. * Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-3
  135. - Remove noarch from doc subpackage
  136. * Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-2
  137. - Added gtk-doc for cogl
  138. - Created doc subpackage
  139. * Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-1
  140. - Update to 0.8.6
  141. * Mon Oct 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
  142. - Update to 0.8.2
  143. - Removed clutter-0.8.0-clutter-fixed.patch
  144. * Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-1
  145. - Update to 0.8.0
  146. - Added clutter-0.8.0-clutter-fixed.patch
  147. * Sat Jun 14 2008 Allisson Azevedo <allisson@gmail.com> 0.6.4-1
  148. - Update to 0.6.4
  149. * Sat May 17 2008 Allisson Azevedo <allisson@gmail.com> 0.6.2-1
  150. - Update to 0.6.2
  151. * Tue Feb 19 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
  152. - Update to 0.6.0
  153. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.2-2
  154. - Autorebuild for GCC 4.3
  155. * Wed Oct 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.2-1
  156. - Update to 0.4.2
  157. * Mon Sep 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.1-1
  158. - Update to 0.4.1
  159. * Sat Jul 21 2007 Allisson Azevedo <allisson@gmail.com> 0.3.1-1
  160. - Update to 0.3.1
  161. * Thu Apr 12 2007 Allisson Azevedo <allisson@gmail.com> 0.2.3-1
  162. - Update to 0.2.3
  163. * Sun Mar 28 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-4
  164. - Changed buildrequires and requires
  165. * Sun Mar 27 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-3
  166. - Fix .spec
  167. * Sun Mar 24 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-2
  168. - Fix .spec
  169. * Sun Mar 23 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-1
  170. - Initial RPM release