libgsf-vl.spec 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. Summary: GNOME Structured File library
  2. Summary(ja): GNOME 構造化ファイルライブラリ
  3. Name: libgsf
  4. Version: 1.14.18
  5. Release: 2%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: GPL
  8. Source: libgsf-%{version}.tar.bz2
  9. URL: http://ftp.gnome.org/pub/gnome/sources/libgsf/
  10. Buildroot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: glib2-devel >= 2.0.0
  12. BuildRequires: libxml2-devel >= 2.4.19
  13. BuildRequires: gnome-vfs2-devel >= 1.9.16
  14. BuildRequires: libbonobo-devel >= 2.0.0
  15. BuildRequires: bzip2-devel
  16. BuildRequires: zlib-devel
  17. BuildRequires: python-devel
  18. BuildRequires: pygtk2-devel
  19. BuildRequires: pygobject-devel >= 2.10.0
  20. BuildRequires: popt-devel
  21. %description
  22. A library for reading and writing structured files (eg MS OLE and Zip)
  23. %description -l ja
  24. 構造化ファイル (例:MS OLE や Zip) を読み書きするためのライブラリです.
  25. %package devel
  26. Summary: Support files necessary to compile applications with libgsf.
  27. Summary(ja): libgsf を使ったソフトのコンパイルに必要なファイル
  28. Group: Development/Libraries
  29. Requires: libgsf = %{version}-%{release}
  30. Requires: glib2-devel >= 2.0.0
  31. Requires: libxml2-devel >= 2.4.19
  32. Requires: gnome-vfs2-devel >= 1.9.16
  33. Requires: libbonobo-devel >= 2.0.0
  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
  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%{_libdir}/python?.?/site-packages/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. %ifarch x86_64
  63. %{_prefix}/lib/python?.?/site-packages/gsf
  64. %endif
  65. %{_libdir}/python?.?/site-packages/gsf
  66. %{_mandir}/man1/*
  67. %files devel
  68. %defattr(644,root,root,755)
  69. #{_libdir}/lib*.a
  70. #{_libdir}/lib*.la
  71. %{_libdir}/lib*.so
  72. %{_libdir}/pkgconfig/*.pc
  73. %{_includedir}/libgsf-1
  74. %{_datadir}/gtk-doc/html/gsf
  75. %changelog
  76. * Wed Sep 22 2010 IWAI, Masaharu <iwai@alib.jp> 1.14.18-2
  77. - build with rpm-4.8.1-1 for pkg-config file
  78. * Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.18-1
  79. - new upstream release
  80. * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.17-1
  81. - new upstream release
  82. - add BuildRequires: popt-devel
  83. * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.14.13-2
  84. - rebuilt with python-2.6.4
  85. * Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.13-1
  86. - new upstream release
  87. - removed static libraries
  88. * Wed Apr 8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.11-1
  89. - new upstream release
  90. * Sat Oct 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.10-1
  91. - new upstream release
  92. * Wed Sep 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.9-1
  93. - new upstream release
  94. - added BuildRequires: pygtk2-devel, pygobject-devel
  95. * Sun Jul 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.8-1
  96. - applied new versioning policy
  97. - rebuilt with python-2.5.2
  98. - spec in UTF-8
  99. * Sat Mar 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.8-0vl1
  100. - new upstream release
  101. * Sat Sep 8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.7-0vl1
  102. - new upstream release
  103. * Sun Jul 22 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.5-0vl1
  104. - new upstream release
  105. - removed GConf2 dependancy
  106. * Sun Jun 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.4-0vl1
  107. - new upstream release
  108. * Wed Dec 6 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.3-0vl1
  109. - new upstream release (includes security fix CVE-2006-4514)
  110. * Wed May 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.1-0vl1
  111. - new upstream release
  112. * Sun Mar 7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.0-0vl1
  113. - new upstream release
  114. * Mon Nov 7 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.13.3-0vl1
  115. - new upstream release
  116. - updated Japanese summary and description
  117. - install schemas in %post section
  118. * Sat Jun 11 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.12.0-0vl1
  119. - new upstream release
  120. * Fri Nov 12 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10.1-0vl1
  121. - new upstream release
  122. - added Japanese summary
  123. * Thu May 6 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.9.0-0vl1
  124. - new upstream release
  125. * Sun Sep 14 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.2-0vl1
  126. - new upstream release
  127. - fixed URL
  128. * Mon Jun 30 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.1-0vl1
  129. - rebuilt for Vine
  130. - updated to 1.8.1
  131. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  132. - rebuilt
  133. * Wed May 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
  134. - add proper ldconfig calls
  135. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  136. - rebuilt
  137. * Fri Jan 3 2003 Tim Powers <timp@redhat.com> 1.6.0-3
  138. - fix requires
  139. * Thu Jan 2 2003 Jonathan Blandford <jrb@redhat.com>
  140. - import into the build system
  141. * Tue Jun 18 2002 Rui M. Seabra <rms@407.org>
  142. - set permission correctly
  143. - fix common mistake of Copyright flag into License flag.
  144. * Thu May 23 2002 Jody Goldberg <jody@gnome.org>
  145. - Initial version