goffice022-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. Summary: Set of document centric objects and utilities for glib/gtk
  2. Name: goffice022
  3. Version: 0.2.2
  4. Release: 0vl2
  5. Source0: http://ftp.gnome.org/pub/GNOME/sources/goffice/0.2/goffice-%{version}.tar.bz2
  6. Source1: goffice-0.2.1-ja.po
  7. License: GPL
  8. Group: System Environment/Libraries
  9. URL: http://www.gnome.org
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. Provides: goffice = %{version}-%{release}
  12. Obsoletes: goffice < %{version}-%{release}
  13. BuildRequires: gtk2-devel >= 2.6.0
  14. BuildRequires: glib2-devel >= 2.6.0
  15. BuildRequires: libgnomeprint-devel >= 2.8.2
  16. BuildRequires: libgsf-devel >= 1.13.1
  17. BuildRequires: libglade2-devel
  18. BuildRequires: libxml2-devel
  19. BuildRequires: libart_lgpl-devel
  20. BuildRequires: perl-XML-Parser
  21. %description
  22. There are common operations for document centric applications that are
  23. conceptually simple, but complex to implement fully.
  24. - plugins
  25. - load/save documents
  26. - undo/redo
  27. %package devel
  28. Summary: Development files of the Goffice library.
  29. Group: Development/Libraries
  30. Provides: goffice-devel = %{version}-%{release}
  31. Obsoletes: goffice-devel < %{version}-%{release}
  32. Requires: %{name} = %{version}
  33. Requires: gtk2-devel >= 2.6.0
  34. Requires: glib2-devel >= 2.6.0
  35. Requires: libgnomeprint-devel >= 2.8.2
  36. Requires: libgsf-devel >= 1.13.1
  37. Requires: libglade2-devel
  38. Requires: libxml2-devel
  39. Requires: libart_lgpl-devel
  40. %description devel
  41. Development files of the Goffice library.
  42. %prep
  43. %setup -q -n goffice-%{version}
  44. cp -p %{SOURCE1} po/ja.po
  45. %build
  46. %configure --with-gnome
  47. make
  48. %install
  49. rm -rf $RPM_BUILD_ROOT
  50. %makeinstall
  51. %find_lang goffice
  52. %clean
  53. rm -rf $RPM_BUILD_ROOT
  54. %post -p /sbin/ldconfig
  55. %postun -p /sbin/ldconfig
  56. %files -f goffice.lang
  57. %defattr(-,root,root)
  58. %doc README NEWS AUTHORS BUGS ChangeLog MAINTAINERS
  59. %{_libdir}/lib*.so.*
  60. %{_libdir}/goffice/%{version}
  61. %{_datadir}/goffice/%{version}
  62. %{_datadir}/pixmaps/goffice
  63. %files devel
  64. %defattr(-,root,root)
  65. %{_includedir}/*
  66. %{_libdir}/lib*.so
  67. %{_libdir}/lib*a
  68. %{_libdir}/pkgconfig/*.pc
  69. %changelog
  70. * Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 0.2.2-0vl2
  71. - renamed package name from goffice to goffice022
  72. * Sun Dec 02 2007 NAKAMURA Kenta <kenta@vinelinux.org> 0.2.2-0vl1
  73. - new upstream release
  74. * Sat Jun 17 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.2.1-0vl2
  75. - rebuild
  76. * Thu May 4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.1-0vl1
  77. - new upstream release
  78. - updated ja.po (%SOURCE1)
  79. * Sun Mar 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-0vl1
  80. - new upstream release
  81. - rebuilt with libgsf-1.14.0
  82. - updated ja.po (%SOURCE1)
  83. * Fri Nov 18 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.2-0vl2
  84. - updated ja.po %{SOURCE1}
  85. * Thu Nov 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.2-0vl1
  86. - rebuild for Vine Linux
  87. - updated ja.po %{SOURCE1}
  88. * Thu Sep 08 2005 Gotz Waschk <waschk@mandriva.org> 0.0.4-1mdk
  89. - New release 0.0.4
  90. * Fri Sep 2 2005 Gotz Waschk <waschk@mandriva.org> 0.0.3-2mdk
  91. - rebuild to remove glitz dep
  92. * Tue Aug 16 2005 Gotz Waschk <waschk@mandriva.org> 0.0.3-1mdk
  93. - bump deps
  94. - New release 0.0.3
  95. * Mon Aug 01 2005 Marcel Pol <mpol@mandriva.org> 0.0.2-1mdk
  96. - 0.0.2
  97. * Wed May 18 2005 Gotz Waschk <waschk@mandriva.org> 0.0.1-2mdk
  98. - fix buildrequires
  99. * Tue May 10 2005 Gotz Waschk <waschk@mandriva.org> 0.0.1-1mdk
  100. - initial package