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

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

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

%def_disable static

Name: libflowcanvas
Version: 0.5.1
Release: alt1

Summary: A canvas widget for graph-like interfaces
License: %gpl2plus
Group: System/Libraries
Url: http://drobilla.net/software/flowcanvas/
Packager: Timur Batyrshin <erthad at altlinux.org>

Source0: %name-%version.tar.bz2
Patch0: changeset_r2170.diff

BuildPreReq: rpm-build-licenses
# Automatically added by buildreq on Mon Aug 03 2009
BuildRequires: boost-devel doxygen gcc-c++ libgnomecanvasmm-devel libgraphviz-devel

%description
FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget for "boxes and lines"
environments (ie modular synths or interactive finite state automata diagrams).

%package devel
Summary: Headers for %name
Group: Development/C
Requires: %name = %version-%release

%description devel
Headers for building software that uses %name

%if_enabled static
%package devel-static
Summary: Static libraries for %name
Group: Development/C
Requires: %name-devel = %version-%release

%description devel-static
Static libs for building statically linked software that uses %name
%endif

%package doc
Summary: Documentation for %name
Group: Development/Documentation

%description doc
Documentation for %name

%prep
%setup
%patch0 -p3

%build
%configure %{subst_enable static}
%make_build

%install
%makeinstall

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

%files devel
%_libdir/*.so
%_includedir/flowcanvas
%_pkgconfigdir/*.pc

%if_enabled static
%files -n lib%name-devel-static
%_libdir/lib%name.a
%endif

%files doc
%doc doc/html/*

%changelog

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

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