gobject-introspection-vl.spec 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. Name: gobject-introspection
  2. Version: 1.40.0
  3. Release: 2%{?_dist_release}
  4. Summary: Introspection system for GObject-based libraries
  5. Group: Development/Libraries
  6. License: GPLv2+, LGPLv2+, MIT
  7. URL: http://live.gnome.org/GObjectIntrospection
  8. Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/1.40/%{name}-%{version}.tar.xz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. Obsoletes: gir-repository < 0.6.6
  11. BuildRequires: glib2-devel
  12. BuildRequires: python-devel >= 2.5
  13. BuildRequires: gettext
  14. BuildRequires: intltool
  15. BuildRequires: gtk-doc
  16. BuildRequires: flex
  17. BuildRequires: bison
  18. BuildRequires: libffi-devel
  19. BuildRequires: mesa-libGL-devel
  20. BuildRequires: cairo-devel >= 1.10.0
  21. BuildRequires: libxml2-devel
  22. BuildRequires: libXfixes-devel
  23. BuildRequires: libX11-devel
  24. BuildRequires: fontconfig-devel
  25. BuildRequires: libXft-devel
  26. BuildRequires: freetype2-devel
  27. BuildRequires: gnome-common
  28. Vendor: Project Vine
  29. Distribution: Vine Linux
  30. Packager: Takemikaduchi
  31. %description
  32. GObject Introspection can scan C header and source files in order to
  33. generate introspection "typelib" files. It also provides an API to examine
  34. typelib files, useful for creating language bindings among other
  35. things.
  36. %package devel
  37. Summary: Libraries and headers for gobject-introspection
  38. Summary(ja): %{name} の開発用ファイル
  39. Group: Development/Libraries
  40. Requires: %name = %{version}-%{release}
  41. Requires: glib2-devel
  42. Requires: libffi-devel
  43. Requires: pkgconfig
  44. Obsoletes: gir-repository-devel < 0.6.6
  45. %description devel
  46. Libraries and headers for gobject-introspection
  47. %prep
  48. %setup -q
  49. %build
  50. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
  51. %configure --enable-gtk-doc)
  52. make V=1 %{?_smp_mflags}
  53. %install
  54. rm -rf $RPM_BUILD_ROOT
  55. make install DESTDIR=$RPM_BUILD_ROOT
  56. # Die libtool, die.
  57. find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
  58. find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
  59. %clean
  60. rm -rf $RPM_BUILD_ROOT
  61. %post -p /sbin/ldconfig
  62. %postun -p /sbin/ldconfig
  63. %files
  64. %defattr(-,root,root,-)
  65. %doc COPYING
  66. %{_libdir}/lib*.so.*
  67. %dir %{_libdir}/girepository-1.0
  68. %{_libdir}/girepository-1.0/*.typelib
  69. %files devel
  70. %defattr(-,root,root)
  71. %{_libdir}/lib*.so
  72. %dir %{_libdir}/gobject-introspection
  73. %{_libdir}/gobject-introspection/*
  74. %{_libdir}/pkgconfig/*
  75. %{_includedir}/*
  76. %{_bindir}/g-ir-*
  77. %{_datadir}/gir-1.0
  78. %{_datadir}/aclocal/introspection.m4
  79. %{_datadir}/gobject-introspection-1.0/Makefile.introspection
  80. %{_datadir}/gobject-introspection-1.0/tests
  81. %{_datadir}/gobject-introspection-1.0/gdump.c
  82. %{_datadir}/gtk-doc/html/gi/*
  83. %{_mandir}/man1/*.gz
  84. %changelog
  85. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-2
  86. - rebuild with libffi-3.0.13
  87. * Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-1
  88. - new upstream release
  89. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.0-2
  90. - rebuild with VineSeed environment
  91. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.0-1
  92. - new upstream release
  93. * Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.0-1
  94. - new upstream release
  95. * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.2-1
  96. - new upstream release
  97. * Thu Oct 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.1-1
  98. - new upstream release
  99. * Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
  100. - new upstream release
  101. * Sat Apr 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
  102. - new upstream release
  103. - remove Source1
  104. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
  105. - new upstream release
  106. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
  107. - new upstream release
  108. - remove Patch0
  109. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.16-2
  110. - add Source1 (glib-2.0.c)
  111. - add Patch0 (gobject-introspection-fix-link.patch)
  112. * Sat Jul 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.16-1
  113. - new upstream release
  114. * Sat May 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.8-1
  115. - new upstream release
  116. * Thu Feb 24 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.3-1
  117. - new upstream release
  118. * Wed Feb 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
  119. - new upstream release
  120. * Sun Jan 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.1-1
  121. - new upstream release
  122. * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.12-1
  123. - new upstream release
  124. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8-1
  125. - new upstream release
  126. - add Obsoletes: gir-repository < 0.6.6
  127. - fix %files
  128. * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-3
  129. - delete Patch0
  130. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.6.14-2
  131. - build with rpm-4.8.1-1 for pkg-config file
  132. * Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-1
  133. - new upstream release
  134. * Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.10-1
  135. - new upstream release
  136. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.9-1
  137. - new upstream release
  138. - add Requires: libffi-devel (devel package)
  139. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.8-1
  140. - new upstream release
  141. * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.7-1
  142. - new upstream release
  143. - add Patch0 for ppc
  144. * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.6.5-2
  145. - rebuilt with python-2.6.4
  146. * Sat Sep 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.5-1
  147. - initial build for Vine Linux
  148. * Fri Sep 11 2009 Colin Walters <walters@verbum.org> - 0.6.5-1
  149. - New upstream
  150. - Drop libtool dep
  151. * Fri Aug 28 2009 Colin Walters <walters@verbum.org> - 0.6.4-2
  152. - Add dep on libtool temporarily
  153. * Wed Aug 26 2009 Colin Walters <walters@verbum.org> - 0.6.4-1
  154. - New upstream 0.6.4
  155. - Drop upstreamed build fix patch
  156. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-5
  157. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  158. * Mon Jul 6 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-4
  159. - Add upstream patch to fix a build crash
  160. * Thu Jul 2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-3
  161. - Add -ggdb temporarily so it compiles on ppc64
  162. * Thu Jul 2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-2
  163. - Add the new source file
  164. * Thu Jul 2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-1
  165. - Update to 0.6.3
  166. * Mon Jun 1 2009 Dan Williams <dcbw@redhat.com> - 0.6.2-1
  167. - Update to 0.6.2
  168. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
  169. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  170. * Thu Dec 11 2008 Colin Walters <walters@verbum.org> - 0.6.1-1
  171. - Update to 0.6.1
  172. * Fri Oct 31 2008 Colin Walters <walters@verbum.org> - 0.6.0-1
  173. - Create spec goo