goffice-vl.spec 4.4 KB

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