Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
libgnomecanvasmm
libgnomecanvasmm.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgnomecanvasmm.spec of Package libgnomecanvasmm
# # spec file for package libgnomecanvasmm (Version 2.26.0) # # Copyright (c) 2009 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: libgnomecanvasmm BuildRequires: gcc-c++ gtkmm2-devel libgnomecanvas-devel Version: 2.26.0 Release: 1 Url: http://www.gtkmm.org/ Group: System/GUI/GNOME License: LGPL v2.1 or later Summary: C++ Interface for libgnomecanvas (a GUI Library for X) 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 License: LGPL v2.1 or later Group: System/GUI/GNOME Summary: C++ Interface for libgnomecanvas (a GUI library for X) Requires: %{name} = %{version} gtkmm2-devel 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 * Mon Mar 16 2009 vuntz@novell.com - Update to version 2.26.0: + Updated version number to match GNOME version. - Drop libgnomecanvasmm-2.0.1.patch: not needed anymore. - Remove AutoReqProv: it's default now. - Do not call libtoolize, aclocal, autoconf anymore. - Use makeinstall. * Tue Jan 27 2009 crrodriguez@suse.de - remove "la" files [BNC#357465] * Tue Aug 26 2008 mboman@novell.com - Update to version 2.23.1: + CanvasAA: Added a CanvasAA(GnomeCanvas*) constructor, to allow use with libglademm or Gtk::Builder. + Fixed bgo#541007 * Wed Apr 02 2008 rodrigo@suse.de - Update to version 2.22.0: * Increased version number for GNOME 2.22 * Tue Jan 29 2008 maw@suse.de - Remove libtool archives. * Wed Oct 24 2007 sbrabec@suse.cz - Do not call (too old) autoconf in older SuSE versions. * Mon Sep 17 2007 maw@suse.de - Update to version 2.20.0: + Cosmetic version bump. * Fri Jan 12 2007 sbrabec@suse.cz - Spec file cleanup. * Mon Dec 18 2006 maw@suse.de - Move to /usr. * Thu Nov 30 2006 sbrabec@suse.cz - Require new package name gtkmm2-devel. * Mon Sep 18 2006 jhargadon@suse.de - update to version 2.16.0 - Increased version number for GNOME 2.16 * Sat Feb 25 2006 aj@suse.de - Reduce BuildRequires. * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Wed Sep 07 2005 sbrabec@suse.cz - Updated to version 2.12.0 (GNOME 2.12). * Thu Aug 04 2005 sbrabec@suse.cz - Updated to version 2.10.0 (2.6 compatible branch). * Wed Jun 01 2005 sbrabec@suse.cz - Fixed devel requirements. * Wed May 18 2005 ro@suse.de - fix build with current pkgconfig * Wed Apr 20 2005 nadvornik@suse.de - fixed to compile with gcc4 * Mon Feb 21 2005 sbrabec@suse.cz - Updated to version 2.0.2. * Fri Feb 11 2005 ro@suse.de - change to libsigc++12 in neededforbuild * Mon Feb 23 2004 ro@suse.de - libtoolize and autoconf * Tue Feb 17 2004 sbrabec@suse.cz - Set CXXFLAGS properly. * Tue Feb 17 2004 sbrabec@suse.cz - Initial SuSE package version 2.0.1.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor