Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37599370
en ru br
Репозитории ALT
S:2.66.6-alt1
5.1: 2.22.1-alt1
4.1: 2.16.1-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libglibmm

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define rname glibmm
%define major 2.22

Name: libglibmm
Version: %major.1
Release: alt1
Summary: C++ wrapper for GLib
License: LGPL
Group: System/Libraries
Url: http://gtkmm.sourceforge.net/
Packager: GNOME Maintainers Team <gnome at packages.altlinux.org>

Source: ftp://ftp.gnome.org/pub/gnome/sources/glibmm/%major/%rname-%version.tar.bz2

AutoReq: yes, noperl
BuildRequires: gcc-c++ libgio-devel >= %version libsigc++2.0-devel

%description
A C++ interface for glib library.

This package contains the library needed to run programs dynamically
linked with glibmm.

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

%description devel
A C++ interface for glib library.

This package contains the headers and development files that are needed,
when trying to develop or compile applications which need glibmm.

%package doc
Summary: glibmm documentation
Group: Books/Other
BuildArch: noarch

%description doc
Gtkmm provides a C++ interface to the GTK+ GUI library.
glibmm originally belongs to gtkmm, but is now separated,
for use with non-GUI software written in C++.

This package contains all API documentation for glibmm.

%add_findreq_skiplist %_libdir/%rname-2.4/proc/*

%prep
%setup -q -n %rname-%version

%build
%configure \
--disable-static
%make_build

%install
%make DESTDIR=%buildroot install

%check
%make check

%files
%doc AUTHORS NEWS
%_libdir/*.so.*

%files devel
%_includedir/g*mm-2.4
%_libdir/*.so
%_libdir/g*mm-2.4
%_pkgconfigdir/*.pc
%_datadir/%rname-2.4
%_datadir/aclocal/*.m4
%_datadir/devhelp/books/%rname-2.4

%files doc
%_docdir/%rname-2.4

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin