clutter-gtk-vl.spec 4.3 KB

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