goffice08-vl.spec 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. Summary: Set of document centric objects and utilities for glib/gtk
  2. Name: goffice08
  3. Version: 0.8.17
  4. Release: 2%{?_dist_release}
  5. Source0: http://ftp.gnome.org/pub/GNOME/sources/goffice/0.8/goffice-%{version}.tar.bz2
  6. License: GPL
  7. Group: System Environment/Libraries
  8. URL: http://www.gnome.org
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: gtk2-devel >= 2.6.3
  11. BuildRequires: glib2-devel >= 2.8.0
  12. BuildRequires: libgnomeprint-devel >= 2.8.2
  13. BuildRequires: libgsf-devel >= 1.13.1
  14. BuildRequires: libglade2-devel
  15. BuildRequires: libxml2-devel
  16. BuildRequires: libart_lgpl-devel
  17. BuildRequires: perl-XML-Parser
  18. BuildRequires: pcre-devel
  19. %description
  20. There are common operations for document centric applications that are
  21. conceptually simple, but complex to implement fully.
  22. - plugins
  23. - load/save documents
  24. - undo/redo
  25. %package devel
  26. Summary: Development files of the Goffice library.
  27. Group: Development/Libraries
  28. Requires: %{name} = %{version}
  29. Requires: gtk2-devel >= 2.6.30
  30. Requires: glib2-devel >= 2.8.0
  31. Requires: libgnomeprint-devel >= 2.8.2
  32. Requires: libgsf-devel >= 1.13.1
  33. Requires: libglade2-devel
  34. Requires: libxml2-devel
  35. Requires: libart_lgpl-devel
  36. %description devel
  37. Development files of the Goffice library.
  38. %prep
  39. %setup -q -n goffice-%{version}
  40. %build
  41. %configure --with-gnome --with-cairo
  42. make
  43. %install
  44. rm -rf $RPM_BUILD_ROOT
  45. %makeinstall
  46. rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.la
  47. %find_lang goffice-%{version}
  48. %clean
  49. rm -rf $RPM_BUILD_ROOT
  50. %post -p /sbin/ldconfig
  51. %postun -p /sbin/ldconfig
  52. %files -f goffice-%{version}.lang
  53. %defattr(-,root,root)
  54. %doc README NEWS AUTHORS BUGS ChangeLog MAINTAINERS
  55. %{_libdir}/lib*.so.*
  56. %{_libdir}/goffice/%{version}
  57. %{_datadir}/goffice/%{version}
  58. %{_datadir}/pixmaps/goffice
  59. %files devel
  60. %defattr(-,root,root)
  61. %{_includedir}/*
  62. %{_libdir}/lib*.so
  63. %{_libdir}/pkgconfig/*.pc
  64. %{_datadir}/gtk-doc/html/goffice-0.8
  65. %changelog
  66. * Sun Jan 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.17-2
  67. - rename package (goffce08)
  68. * Wed Aug 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.17-1
  69. - new upstream release
  70. * Sat Apr 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.14-1
  71. - new upstream release
  72. * Sat Feb 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.13-1
  73. - new upstream release
  74. * Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.12-1
  75. - new upstream release
  76. * Sat Oct 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.11-1
  77. - new upstream release
  78. * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.10-2
  79. - rebuild with rpm-4.8.1 for pkg-config file
  80. * Sun Sep 12 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.10-1
  81. - new upstream release
  82. * Mon Aug 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.9-1
  83. - new upstream release
  84. * Sun Aug 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-1
  85. - new upstream release
  86. - drop Patch0
  87. * Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.7-1
  88. - new upstream release
  89. * Wed Jun 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.6-1
  90. - new upstream release
  91. * Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-1
  92. - new upstream release
  93. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-1
  94. - new upstream release
  95. * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
  96. - new upstream release
  97. * Sun Jul 26 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.6.6-1
  98. - new upstream release
  99. * Sun Nov 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.5-1
  100. - new upstream release
  101. * Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.4-1
  102. - new upstream release
  103. * Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.2-1vl5
  104. - new upstream release
  105. - removed lib*.la from devel package
  106. * Sat Mar 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.2-0vl1
  107. - new upstream release
  108. - rebuilt with libgsf-1.14.8
  109. * Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 0.4.3-0vl1
  110. - new upstream release
  111. * Sun Dec 02 2007 NAKAMURA Kenta <kenta@vinelinux.org> 0.2.2-0vl1
  112. - new upstream release
  113. * Sat Jun 17 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.2.1-0vl2
  114. - rebuild
  115. * Thu May 4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.1-0vl1
  116. - new upstream release
  117. - updated ja.po (%SOURCE1)
  118. * Sun Mar 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-0vl1
  119. - new upstream release
  120. - rebuilt with libgsf-1.14.0
  121. - updated ja.po (%SOURCE1)
  122. * Fri Nov 18 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.2-0vl2
  123. - updated ja.po %{SOURCE1}
  124. * Thu Nov 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.2-0vl1
  125. - rebuild for Vine Linux
  126. - updated ja.po %{SOURCE1}
  127. * Thu Sep 08 2005 Gotz Waschk <waschk@mandriva.org> 0.0.4-1mdk
  128. - New release 0.0.4
  129. * Fri Sep 2 2005 Gotz Waschk <waschk@mandriva.org> 0.0.3-2mdk
  130. - rebuild to remove glitz dep
  131. * Tue Aug 16 2005 Gotz Waschk <waschk@mandriva.org> 0.0.3-1mdk
  132. - bump deps
  133. - New release 0.0.3
  134. * Mon Aug 01 2005 Marcel Pol <mpol@mandriva.org> 0.0.2-1mdk
  135. - 0.0.2
  136. * Wed May 18 2005 Gotz Waschk <waschk@mandriva.org> 0.0.1-2mdk
  137. - fix buildrequires
  138. * Tue May 10 2005 Gotz Waschk <waschk@mandriva.org> 0.0.1-1mdk
  139. - initial package