libgsf-vl.spec 6.1 KB

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