libgsf-vl.spec 5.7 KB

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