clutter-gtk-vl.spec 5.5 KB

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