clutter-gtk-vl.spec 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. %define clutter_gtk_version 1.4
  2. %define clutter_gtk_release 1%{?_dist_release}
  3. Name: clutter-gtk
  4. Version: %{clutter_gtk_version}.4
  5. Release: %{clutter_gtk_release}
  6. Summary: A basic GTK clutter widget
  7. Group: System Environment/Libraries
  8. License: LGPLv2+
  9. URL: http://www.clutter-project.org
  10. Source0: http://www.clutter-project.org/sources/%{name}/%{clutter_gtk_version}/%{name}-%{version}.tar.xz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: gtk3-devel
  13. BuildRequires: clutter-devel
  14. BuildRequires: gobject-introspection-devel
  15. BuildRequires: autoconf
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. %description
  19. This allows clutter to be embedded in GTK applications.
  20. We hope with further work in the future clutter-gtk will
  21. also allow the reverse, namely embedding GTK in Clutter
  22. %package devel
  23. Summary: Clutter-gtk development environment
  24. Group: Development/Libraries
  25. Requires: %{name} = %{version}-%{release}
  26. Requires: gtk3-devel clutter-devel
  27. %description devel
  28. Header files and libraries for building a extension library for the
  29. clutter-gtk
  30. %prep
  31. %setup -q
  32. %build
  33. %configure --enable-introspection=yes
  34. make %{?_smp_mflags}
  35. %install
  36. rm -rf $RPM_BUILD_ROOT
  37. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
  38. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  39. %find_lang cluttergtk-1.0
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %post -p /sbin/ldconfig
  43. %postun -p /sbin/ldconfig
  44. %files -f cluttergtk-1.0.lang
  45. %defattr(-,root,root,-)
  46. %doc AUTHORS ChangeLog COPYING NEWS
  47. %{_libdir}/*.so.*
  48. %{_datadir}/gtk-doc/html/clutter-gtk-1.0
  49. %{_libdir}/girepository-1.0/GtkClutter-1.0.typelib
  50. %files devel
  51. %defattr(-,root,root,-)
  52. %doc
  53. %{_libdir}/pkgconfig/clutter-gtk-1.0.pc
  54. %{_libdir}/*.so
  55. %{_includedir}/clutter-gtk-1.0/clutter-gtk
  56. %{_datadir}/gir-1.0/GtkClutter-1.0.gir
  57. %changelog
  58. * Thu Apr 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-1
  59. - new upstream release
  60. * Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-1
  61. - new upstream release
  62. * Thu Oct 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  63. - new upstream release
  64. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-1
  65. - new upstream release
  66. * Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
  67. - new upstream release
  68. * Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1
  69. - new upstream release
  70. - remove Patch0
  71. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-2
  72. - rebuild with cogl-1.8.0
  73. - add Patch0 (clutter-gtk-1.0.2-git20110903.patch)
  74. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-1
  75. - new upstream release
  76. - delete Patch0
  77. - change BuildRequires: gtk3-devel instead of gtk2-devel
  78. * Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.8-1
  79. - new upstream release
  80. - add BuildRequires: autoconf
  81. - add configure option (--enable-introspection=yes)
  82. - add Patch0
  83. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-2
  84. - rebuild with rpm-4.8.1 for pkg-config file
  85. * Thu May 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-1
  86. - new upstream release
  87. - add BuildRequires: gir-repository-devel
  88. * Tue Dec 01 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
  89. - build for Vine Linux
  90. * Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.2-1
  91. - Update to 0.10.2
  92. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
  93. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  94. * Mon Jun 22 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
  95. - Update to 0.9.2
  96. * Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-2
  97. - Rebuild for new clutter
  98. * Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
  99. - Update to 0.9.0
  100. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
  101. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  102. * Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.2-2
  103. - Rebuild
  104. * Wed Oct 15 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
  105. - Update to 0.8.2
  106. * Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.1-1
  107. - Update to 0.8.1
  108. * Thu Jun 26 2008 Colin Walters <walters@redhat.com> 0.6.1-1
  109. - Update to 0.6.1 so we can make tweet go
  110. - Loosen files globs so we don't have to touch them every version
  111. * Thu Feb 21 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
  112. - Update to 0.6.0
  113. * Mon Sep 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1
  114. - Update to 0.4.0
  115. * Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-3
  116. - fix devel files section
  117. * Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-2
  118. - INSTALL removed from docs
  119. - fix make install for keeping timestamps
  120. - fix devel files section
  121. - changed license for LGPL
  122. * Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-1
  123. - Initial RPM release