goffice-vl.spec 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. Summary: Set of document centric objects and utilities for glib/gtk
  2. Name: goffice
  3. Version: 0.8.1
  4. Release: 1%{?_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. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-1
  70. - new upstream release
  71. * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
  72. - new upstream release
  73. * Sun Jul 26 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.6.6-1
  74. - new upstream release
  75. * Sun Nov 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.5-1
  76. - new upstream release
  77. * Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.4-1
  78. - new upstream release
  79. * Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.2-1vl5
  80. - new upstream release
  81. - removed lib*.la from devel package
  82. * Sat Mar 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.2-0vl1
  83. - new upstream release
  84. - rebuilt with libgsf-1.14.8
  85. * Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 0.4.3-0vl1
  86. - new upstream release
  87. * Sun Dec 02 2007 NAKAMURA Kenta <kenta@vinelinux.org> 0.2.2-0vl1
  88. - new upstream release
  89. * Sat Jun 17 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.2.1-0vl2
  90. - rebuild
  91. * Thu May 4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.1-0vl1
  92. - new upstream release
  93. - updated ja.po (%SOURCE1)
  94. * Sun Mar 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-0vl1
  95. - new upstream release
  96. - rebuilt with libgsf-1.14.0
  97. - updated ja.po (%SOURCE1)
  98. * Fri Nov 18 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.2-0vl2
  99. - updated ja.po %{SOURCE1}
  100. * Thu Nov 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.2-0vl1
  101. - rebuild for Vine Linux
  102. - updated ja.po %{SOURCE1}
  103. * Thu Sep 08 2005 Gotz Waschk <waschk@mandriva.org> 0.0.4-1mdk
  104. - New release 0.0.4
  105. * Fri Sep 2 2005 Gotz Waschk <waschk@mandriva.org> 0.0.3-2mdk
  106. - rebuild to remove glitz dep
  107. * Tue Aug 16 2005 Gotz Waschk <waschk@mandriva.org> 0.0.3-1mdk
  108. - bump deps
  109. - New release 0.0.3
  110. * Mon Aug 01 2005 Marcel Pol <mpol@mandriva.org> 0.0.2-1mdk
  111. - 0.0.2
  112. * Wed May 18 2005 Gotz Waschk <waschk@mandriva.org> 0.0.1-2mdk
  113. - fix buildrequires
  114. * Tue May 10 2005 Gotz Waschk <waschk@mandriva.org> 0.0.1-1mdk
  115. - initial package