Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37704450
en ru br
Репозитории ALT
5.1: 0.2.7-alt3
4.1: 0.2.7-alt1
4.0: 0.2.6-alt0.1
3.0: 0.2.4-alt0.2beta
www.altlinux.org/Changes

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

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

Name: libqwtplot3d
Version: 0.2.6
Release: alt0.1

Summary: 3D plotting widget extension to the Qt GUI

License: LGPL
Group: System/Libraries
Url: http://qwtplot3d.sourceforge.net/

Packager: Vitaly Lipatov <lav at altlinux.ru>

%define qtdir %_libdir/qt3
Source: http://dl.sf.net/qwtplot3d/qwtplot3d-%version.tar.bz2

# Automatically added by buildreq on Fri Dec 03 2004

BuildRequires: fontconfig freetype2 gcc-c++ libqt3-devel libqt3-settings libstdc++-devel xorg-x11-devel xorg-x11-libs

%description
QwtPlot3D is a feature-rich Qt/OpenGL-based C++ programming library.
It provides essentially a bunch of 3D-widgets for programmers.

%package devel
Summary: Development tools for programs which uses QwtPlot3D Widget set
Group: Development/C
Requires: %name = %version

%description devel
QwtPlot3D is a feature-rich Qt/OpenGL-based C++ programming library.
It provides essentially a bunch of 3D-widgets for programmers.

%prep
%setup -q -n qwtplot3d

%build
export QTDIR=%qtdir
export PATH=$QTDIR/bin:$PATH
qmake qwtplot3d.pro
make

%install
mkdir -p %buildroot{%_libdir,%_includedir/qwtplot3d}
for n in include/*.h ; do
   install -m 644 $n %buildroot%_includedir/qwtplot3d
done

# install, preserving links

chmod 644 lib/libqwtplot3d.so*
for n in lib/libqwtplot3d.so* ; do
   cp -d $n %buildroot%_libdir
done

%post
%post_ldconfig

%postun
%postun_ldconfig

%files
%_libdir/libqwtplot3d.so.*

%files devel
%_includedir/qwtplot3d/
%_libdir/libqwtplot3d.so

%changelog

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

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