File goffice.spec of Package goffice

#
# spec file for package goffice (Version 0.7.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           goffice
BuildRequires:  fdupes gtk-doc intltool libglade2-devel libgnomeprint-devel
BuildRequires:  libgnomeui-devel libgsf-devel pcre-devel
Version:        0.7.2
Release:        1
Url:            http://www.gnumeric.org/
Group:          System/GUI/GNOME
License:        GPL v2 only; GPL v2 or later
Summary:        GLib/GTK+ Set of Document-Centric Objects and Utilities
Source:         ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.6/%{name}-%{version}.tar.bz2
Requires:       %{name}-lang = %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
These are common operations for document-centric applications that
   are conceptually simple, but complex to implement fully. -
   Plug-ins

- Load and save documents

- Undo and redo

GOffice is a GLib/GTK+ set of document-centric objects and utilities.



Authors:
--------
    Jody Goldberg
    Jean Brefort
    Emmanuel Pacaud
    Morten Welinder
    Chris Lahey

%package devel
License:        GPL v2 or later
Group:          Development/Libraries/GNOME
Summary:        Development files for goffice
Requires:       %{name} = %{version} cairo-devel gconf2-devel glib2-devel gtk2-devel libart_lgpl-devel libbz2-devel libglade2-devel libgnomeprint-devel libgnomeui-devel libgsf-devel libxml2-devel pango-devel pcre-devel

%description devel
GOffice is a GLib/GTK+ set of document-centric objects and utilities.

This package contains files needed to develop applications using
goffice.



Authors:
--------
    Jody Goldberg
    Jean Brefort
    Emmanuel Pacaud
    Morten Welinder
    Chris Lahey

%package doc
License:        GPL v2 or later
Group:          System/GUI/GNOME
Summary:        GLib/GTK+ Set of Document-Centric Objects and Utilities
Requires:       %{name} = %{version}

%description doc
GOffice is a GLib/GTK+ set of document-centric objects and utilities.

This package contains the goffice documentation.



Authors:
--------
    Jody Goldberg
    Jean Brefort
    Emmanuel Pacaud
    Morten Welinder
    Chris Lahey

%lang_package
%prep
%setup -q

%build
autoreconf -f -i
intltoolize --force
%configure
make %{?jobs:-j%jobs}

%install
%makeinstall
%find_lang %{name}-%{version}
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*/*/*.*a
%fdupes $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr (-, root, root)
%doc AUTHORS BUGS COPYING ChangeLog MAINTAINERS NEWS README
%{_datadir}/goffice
%{_datadir}/pixmaps/goffice
%{_libdir}/*.so.*
%{_libdir}/goffice

%files lang -f %{name}-%{version}.lang

%files devel
%defattr (-, root, root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc

%files doc
%defattr (-, root, root)
%{_prefix}/share/gtk-doc/html/goffice-0.8

%changelog
* Fri Oct 24 2008 maw@suse.de
- Update to version 0.7.2:
  + Bugs fixed: bgo#551128, bgo#500168, bgo#555161, bgo#555757,
  and bgo#550898.
* Thu Sep 04 2008 mboman@novell.com
- Updated to version 0.7.1:
  + Bugs fixed: bgo#348780, bgo#542506, bgo#543986, bgo#522458,
  bgo#545016, bgo#549249, bgo#534642, bgo#536276, bgo#442773,
  bgo#537541, bgo#482319, bgo#527249
  + Relaced remaining libart calls.
  + Reverse legend ordering for stacked 1.5d plots.
  + Added support for 3d plot axes and backplanes.
  + Implemented a user interface for 3d projection settings.
  + Work around valgrind bug.
  + Moved GOConf code from gnumeric to goffice.
  + Fixed plot types activation/deactivation issues.
  + Add singleton support to scatter and bars/columns plots.
  + Tune bubble size calc to be closer to other implementions.
  + Add EPS export for charts if cairo supports.
  + Enable the use of dolt.
  + Fix formats on win32.
  + Add go_format_is_invalid.
  + Improve date convention framework.
  + Fix problem with [Enter] causing infinite recursion.
* Tue Apr 01 2008 sbrabec@suse.cz
- Updated to version 0.6.2:
  * Set Length to 0 for invalid series in 1.5d plots. (bgo#514642)
  * Fix memory handling for 1.5d plots. (bgo#517995)
  * Automate library, headers, and .pc versioning.
  * Fix critical for bogus dates.  (bgo#511435)
  * Import Pango enhancements from Gnumeric.
  * Fix a crash when selecting a graph title. (bgo#501831)
  * Fix axis label position. (bgo#501000)
  * Handle inverted axis when clamping axis position.
  * Fix axis position warnings.
  * Fix increase of decimals for scientific notation. (bgo#500356)
  * Fix spurious cairo_show_page call when printing charts.
  (bgo#500017)
  * Fix another crash in gog_barcol_view_render. (bgo#498846)
  * Fix format problem with simplified exponential formats.
  (bgo#500393)
  * Fix crash in gog_barcol_view_render. (bgo#497777)
  * Improve classification of date formats.
  * Draw a frame around the graph area in graph editor.
  * Improve legend swatch appearance.
  * Populate the add button of the graph editor with more items.
  * Fix xy color scale when some data are missing. (bgo#475394)
  * Fix NULL pointer crash in gog_line_view_render(). (bgo#492485)
  * Add the ability to make a GogObject invisible.
  * Fix moving-average problem.  (bgo#491328)
  * Fix ABR in spline code.  (bgo#492158)
  * Fix crash in gog_renderer_update. (bgo#477052)
  * Copied FFT and complex numbers code from gnumeric.
  * Some extensions for OOX charts.
  * Fix format selector crash (bgo#475136).
  * Don't close image save as dialog after wrong extension.
  (bgo#420451)
  * Add function to test if a format has an hour field.
  * Re-enable GTK_DISABLE_DEPRECATED
  * Fix format dialog crash.  (bgo#480971)
  * Fill support for polar xy plots.
  * Interpolation support for polar plots.
  * Fix "fd://0" handling in go_shell_arg_to_uri.
  * Fix default date format.
  * Add function to tell month/day order in format.
* Wed Jan 30 2008 sbrabec@suse.cz
- Devhelp documentation moved to the separate package (bnc#248813).
- Removed unneeded .la files.
* Thu Aug 09 2007 jpr@suse.de
- Fix array overflow (#287073)
* Tue Aug 07 2007 maw@suse.de
- Use %%fdupes
- Split off a -lang subpackage
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
* Thu Aug 02 2007 jpr@suse.de
- Update to 0.4.2
- Foocanvas bug that scaled images by 1 extra pixel. (BGO #314864)
- Fix compilation for Gtk+ trunk.
- Fix chart guru help button. (BGO #394181)
- Minor memory leak.
- Make 64bit clean. (BGO #340552)
- Fault tolerance for unknown types on load. (BGO #419955)
- Fix icon paths on windows. (BGO #442707)
- Let file savers specify a mime type.
- Fix reversed-literal problem with formats.  (BGO #444247)
- Add support for cubic splines.
- Fix graph rendering on big endian machines. (BGO #432532)
* Tue Jul 10 2007 maw@suse.de
- Update to version 0.3.8, which:
- Adds preconditions to the text combo widget's API functions
- Fixes bugzilla.gnome.org #343507, #401588, and #431256.
- Add libbz2-devel and pcre-devel to the -devel subpackage
  Requires: section; while at it, resort it in alphabetical order.
* Tue Mar 06 2007 jhargadon@suse.de
- update to version 0.3.7
- Add more line styles
- Separate the format selector from format internals
- Total rewrite of number formatting
- Remove embedded PCRE
- Generalize number formatting
- Add a half pie plots
- Add initial support for moving objects by mouse
- Add a resolution setting in image export file chooser
- Add gtk-doc support
- Improve scientific format
- many bug fixes
* Tue Jan 09 2007 sbrabec@suse.cz
- Prefix changed to /usr.
- Spec file cleanup.
* Sat Sep 30 2006 aj@suse.de
- Cleanup BuildRequires.
* Wed Sep 27 2006 jhargadon@suse.de
- update to version 0.2.1
- Back port some fixes for free memory reads that were causing
  problems on freebsd
- Fixed a sign in equation [#328236]
* Wed Aug 30 2006 ro@suse.de
- make it build (undef GTK_DISABLE_DEPRECATED in go-combo-box.c)
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Nov 16 2005 sbrabec@suse.cz
- Updated to version 0.1.2.
* Fri Nov 04 2005 sbrabec@suse.cz
- New SuSE package, version 0.1.0.
openSUSE Build Service is sponsored by