Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37512410
en ru br
ALT Linux repos
S:2.26.0-alt3.2
5.0: 2.23.1-alt1
4.1: 2.22.0-alt1
4.0: 2.16.0-alt0.1
3.0: 2.10.0-alt1

Group :: System/Libraries
RPM: libgnomecanvasmm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define pkgname     gnomecanvasmm
%define api_version 2.6
%define major 2.23
Name: libgnomecanvasmm
Version: %major.1
Release: alt1

Summary: A C++ interface for GNOME 2 canvas library
License: LGPL
Group: System/Libraries
Url: http://gtkmm.sourceforge.net/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: ftp://ftp.gnome.org/pub/gnome/sources/libgnomecanvasmm/%major/%name-%version.tar.bz2

# Automatically added by buildreq on Sun Jan 13 2008

BuildRequires: gcc-c++ libgnomecanvas-devel libgtkmm2-devel

BuildRequires: libgtkmm2-devel >= 2.8.0

%description
This package provides a C++ interface for gnomecanvas2.  It is a subpackage
of the Gtk-- project.  The interface provides a convenient interface for C++
programmers to create GNOME GUIs with GTK+'s flexible object-oriented
framework.

%package devel
Summary: Headers and development files of GNOME 2 canvas library
Group: Development/GNOME and GTK+
Requires: %name = %version-%release

%description devel
This package contains the headers and various development files needed
for compiling or development of applications that wants C++ interface
of GNOME 2 canvas library.

%prep
%setup -q

%build
%configure \
--disable-maintainer-mode \
--disable-static \
--enable-shared --enable-docs


#perl -pi -e 's/^(HAVE_DOT.*=) YES$/$1 NO/' docs/reference/Doxyfile


%make_build

%install
%makeinstall_std

%post
%post_ldconfig

%postun
%postun_ldconfig

%files
%doc README
%_libdir/*.so.*

%files devel
%doc AUTHORS ChangeLog NEWS docs/reference
%_includedir/lib%pkgname-%api_version/
%_libdir/*.so
%_libdir/lib%pkgname-%api_version/
%_pkgconfigdir/*.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin