libgsf-vl.spec 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. Summary: GNOME Structured File library
  2. Summary(ja): GNOME 構造化ファイルライブラリ
  3. Name: libgsf
  4. Version: 1.14.23
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: GPL
  8. Source: libgsf-%{version}.tar.xz
  9. URL: http://ftp.gnome.org/pub/gnome/sources/libgsf/
  10. Buildroot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: glib2-devel >= 2.26.0
  12. BuildRequires: libxml2-devel >= 2.4.16
  13. BuildRequires: gobject-introspection-devel
  14. BuildRequires: gdk-pixbuf2-devel
  15. BuildRequires: bzip2-devel
  16. BuildRequires: zlib-devel
  17. BuildRequires: python-devel
  18. BuildRequires: pygtk2-devel
  19. BuildRequires: pygobject-devel >= 2.24.4
  20. BuildRequires: popt-devel
  21. Vendor: Project Vine
  22. Distribution: Vine Linux
  23. %description
  24. A library for reading and writing structured files (eg MS OLE and Zip)
  25. %description -l ja
  26. 構造化ファイル (例:MS OLE や Zip) を読み書きするためのライブラリです.
  27. %package devel
  28. Summary: Support files necessary to compile applications with libgsf.
  29. Summary(ja): libgsf を使ったソフトのコンパイルに必要なファイル
  30. Group: Development/Libraries
  31. Requires: %{name} = %{version}-%{release}
  32. Requires: glib2-devel >= 2.26.0
  33. Requires: libxml2-devel >= 2.4.16
  34. %description devel
  35. Libraries, headers, and support files necessary to compile applications
  36. using libgsf.
  37. %description -l ja devel
  38. libgsf を使ったアプリケーションのコンパイルに必要なライブラリ,
  39. ヘッダファイルなどです.
  40. %prep
  41. %setup -q
  42. %build
  43. %configure --disable-static --disable-schemas-install --with-python
  44. make
  45. %install
  46. if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
  47. %makeinstall
  48. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  49. rm -f $RPM_BUILD_ROOT%{python_sitearch}/gsf/*.la
  50. %find_lang %{name}
  51. %clean
  52. if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
  53. %post -p /sbin/ldconfig
  54. %postun -p /sbin/ldconfig
  55. %files -f %{name}.lang
  56. %defattr(644,root,root,755)
  57. %doc AUTHORS COPYING COPYING.LIB ChangeLog README
  58. %attr(755, root, root) %{_bindir}/gsf
  59. %attr(755, root, root) %{_bindir}/gsf-office-thumbnailer
  60. %attr(755, root, root) %{_bindir}/gsf-vba-dump
  61. %{_libdir}/lib*.so.*
  62. %{_libdir}/girepository-1.0/Gsf-1.typelib
  63. %{python_sitelib}/gsf/*.py*
  64. %{python_sitearch}/gsf/_gsfmodule.so
  65. %{_datadir}/thumbnailers/gsf-office.thumbnailer
  66. %{_mandir}/man1/*
  67. %files devel
  68. %defattr(644,root,root,755)
  69. %{_libdir}/lib*.so
  70. %{_libdir}/pkgconfig/*.pc
  71. %{_includedir}/libgsf-1
  72. %{_datadir}/gir-1.0/Gsf-1.gir
  73. %{_datadir}/gtk-doc/html/gsf
  74. %changelog
  75. * Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.23-1
  76. - new upstream release
  77. - add BuildRequires: gobject-introspection-devel, gdk-pixbuf2-devel
  78. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.22-2
  79. - rebuild with python-2.7.2
  80. * Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.22-1
  81. - new upstream release
  82. * Sun Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.21-1
  83. - new upstream release
  84. * Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.20-1
  85. - new upstream release
  86. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.19-1
  87. - new upstream release
  88. * Wed Sep 22 2010 IWAI, Masaharu <iwai@alib.jp> 1.14.18-2
  89. - build with rpm-4.8.1-1 for pkg-config file
  90. * Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.18-1
  91. - new upstream release
  92. * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.17-1
  93. - new upstream release
  94. - add BuildRequires: popt-devel
  95. * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.14.13-2
  96. - rebuilt with python-2.6.4
  97. * Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.13-1
  98. - new upstream release
  99. - removed static libraries
  100. * Wed Apr 8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.11-1
  101. - new upstream release
  102. * Sat Oct 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.10-1
  103. - new upstream release
  104. * Wed Sep 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.9-1
  105. - new upstream release
  106. - added BuildRequires: pygtk2-devel, pygobject-devel
  107. * Sun Jul 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.8-1
  108. - applied new versioning policy
  109. - rebuilt with python-2.5.2
  110. - spec in UTF-8
  111. * Sat Mar 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.8-0vl1
  112. - new upstream release
  113. * Sat Sep 8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.7-0vl1
  114. - new upstream release
  115. * Sun Jul 22 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.5-0vl1
  116. - new upstream release
  117. - removed GConf2 dependancy
  118. * Sun Jun 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.4-0vl1
  119. - new upstream release
  120. * Wed Dec 6 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.3-0vl1
  121. - new upstream release (includes security fix CVE-2006-4514)
  122. * Wed May 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.1-0vl1
  123. - new upstream release
  124. * Sun Mar 7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.0-0vl1
  125. - new upstream release
  126. * Mon Nov 7 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.13.3-0vl1
  127. - new upstream release
  128. - updated Japanese summary and description
  129. - install schemas in %post section
  130. * Sat Jun 11 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.12.0-0vl1
  131. - new upstream release
  132. * Fri Nov 12 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10.1-0vl1
  133. - new upstream release
  134. - added Japanese summary
  135. * Thu May 6 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.9.0-0vl1
  136. - new upstream release
  137. * Sun Sep 14 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.2-0vl1
  138. - new upstream release
  139. - fixed URL
  140. * Mon Jun 30 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.1-0vl1
  141. - rebuilt for Vine
  142. - updated to 1.8.1
  143. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  144. - rebuilt
  145. * Wed May 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
  146. - add proper ldconfig calls
  147. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  148. - rebuilt
  149. * Fri Jan 3 2003 Tim Powers <timp@redhat.com> 1.6.0-3
  150. - fix requires
  151. * Thu Jan 2 2003 Jonathan Blandford <jrb@redhat.com>
  152. - import into the build system
  153. * Tue Jun 18 2002 Rui M. Seabra <rms@407.org>
  154. - set permission correctly
  155. - fix common mistake of Copyright flag into License flag.
  156. * Thu May 23 2002 Jody Goldberg <jody@gnome.org>
  157. - Initial version