clutter-gtk-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. %define clutter_gtk_version 1.3
  2. %define clutter_gtk_release 1%{?_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. 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. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-1
  59. - new upstream release
  60. * Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
  61. - new upstream release
  62. * Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1
  63. - new upstream release
  64. - remove Patch0
  65. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-2
  66. - rebuild with cogl-1.8.0
  67. - add Patch0 (clutter-gtk-1.0.2-git20110903.patch)
  68. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-1
  69. - new upstream release
  70. - delete Patch0
  71. - change BuildRequires: gtk3-devel instead of gtk2-devel
  72. * Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.8-1
  73. - new upstream release
  74. - add BuildRequires: autoconf
  75. - add configure option (--enable-introspection=yes)
  76. - add Patch0
  77. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-2
  78. - rebuild with rpm-4.8.1 for pkg-config file
  79. * Thu May 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-1
  80. - new upstream release
  81. - add BuildRequires: gir-repository-devel
  82. * Tue Dec 01 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
  83. - build for Vine Linux
  84. * Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.2-1
  85. - Update to 0.10.2
  86. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
  87. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  88. * Mon Jun 22 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
  89. - Update to 0.9.2
  90. * Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-2
  91. - Rebuild for new clutter
  92. * Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
  93. - Update to 0.9.0
  94. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
  95. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  96. * Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.2-2
  97. - Rebuild
  98. * Wed Oct 15 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
  99. - Update to 0.8.2
  100. * Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.1-1
  101. - Update to 0.8.1
  102. * Thu Jun 26 2008 Colin Walters <walters@redhat.com> 0.6.1-1
  103. - Update to 0.6.1 so we can make tweet go
  104. - Loosen files globs so we don't have to touch them every version
  105. * Thu Feb 21 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
  106. - Update to 0.6.0
  107. * Mon Sep 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1
  108. - Update to 0.4.0
  109. * Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-3
  110. - fix devel files section
  111. * Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-2
  112. - INSTALL removed from docs
  113. - fix make install for keeping timestamps
  114. - fix devel files section
  115. - changed license for LGPL
  116. * Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-1
  117. - Initial RPM release