File libgnomecanvasmm.spec of Package libgnomecanvasmm
#
# spec file for package libgnomecanvasmm
#
# Copyright (c) 2013 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/
#
Name: libgnomecanvasmm
BuildRequires: gcc-c++
BuildRequires: gtkmm2-devel
BuildRequires: libgnomecanvas-devel
Version: 2.26.0
Release: 0
Url: http://www.gtkmm.org/
Summary: C++ Interface for libgnomecanvas (a GUI Library for X)
License: LGPL-2.1+
Group: System/GUI/GNOME
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.12/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package provides a C++ interface for libgnomecanvas. It is a
subpackage of the gnomemm project. The interface provides a convenient
interface for C++ programmers to use libgnomecanvas with GTK+'s
flexible object-oriented framework.
Authors:
--------
Murray Cumming <murrayc@usa.net>
Paul Davis <pdb@op.net>
Gergo Erdi <cactus@cactus.rulez.org>
Claudio Bley
Eric Bourque
Manuel Clos <llanero@users.sourceforge.net>
Daniel Elstner <daniel.elstner@gmx.de>
Gergo Erdi <cactus@cactus.rulez.org>
Cedric Gustin
Andreas Holzmann
Falk Hueffner
Peter Lerner <plerner@users.sourceforge.net>
Agustin Ferrin Pozuelo
Karl Nelson <kenelson@users.sourceforge.net>
Herbert Valerio Riedel <hvr@gnu.org>
Sebastian Rittau<srittau@users.sourceforge.net >
Joe Yandle
Tero Pulkkinen <terop@modeemi.cs.tut.fi>
Stephan Kulow <coolo@itm.mu-luebeck.de>
Elliot Lee <sopwith@redhat.com>
Phil Dawes <P.L.Dawes-CSSE94@cs.bham.ac.uk>
Erik Andersen <andersee@debian.org>
Bibek Sahu <scorpio@dodds.net>
Mirko Streckenbach
Havoc Pennington <hp@redhat.com>
Guillaume Laurent <glaurent@telegraph-road.org>
Todd Dukes <tdukes@ibmoto.com>
%package devel
Summary: C++ Interface for libgnomecanvas (a GUI library for X)
Group: System/GUI/GNOME
Requires: %{name} = %{version}
Requires: gtkmm2-devel
Requires: libgnomecanvas-devel
%description devel
This package provides a C++ interface for libgnomecanvas. It is a
subpackage of the gnomemm project. The interface provides a convenient
interface for C++ programmers to use libgnomecanvas with GTK+'s
flexible object-oriented framework.
Authors:
--------
Murray Cumming <murrayc@usa.net>
Paul Davis <pdb@op.net>
Gergo Erdi <cactus@cactus.rulez.org>
Claudio Bley
Eric Bourque
Manuel Clos <llanero@users.sourceforge.net>
Daniel Elstner <daniel.elstner@gmx.de>
Gergo Erdi <cactus@cactus.rulez.org>
Cedric Gustin
Andreas Holzmann
Falk Hueffner
Peter Lerner <plerner@users.sourceforge.net>
Agustin Ferrin Pozuelo
Karl Nelson <kenelson@users.sourceforge.net>
Herbert Valerio Riedel <hvr@gnu.org>
Sebastian Rittau<srittau@users.sourceforge.net >
Joe Yandle
Tero Pulkkinen <terop@modeemi.cs.tut.fi>
Stephan Kulow <coolo@itm.mu-luebeck.de>
Elliot Lee <sopwith@redhat.com>
Phil Dawes <P.L.Dawes-CSSE94@cs.bham.ac.uk>
Erik Andersen <andersee@debian.org>
Bibek Sahu <scorpio@dodds.net>
Mirko Streckenbach
Havoc Pennington <hp@redhat.com>
Guillaume Laurent <glaurent@telegraph-road.org>
Todd Dukes <tdukes@ibmoto.com>
%prep
%setup -q
%build
%configure --disable-static --with-pic
make %{?jobs:-j%jobs}
%install
%makeinstall
%{__rm} -f %{buildroot}%{_libdir}/*.la
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_libdir}/*.so.*
%files devel
%defattr (-, root, root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libgnomecanvasmm-2.6
%changelog