Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37889941
en ru br
ALT Linux repositórios
5.0: 0.2.7-alt1
4.1: 0.2.7-alt1
4.0: 0.2.6-alt0.1
3.0: 0.2.4-alt0.2beta

Group :: Sistema/Bibliotecas
RPM: libqwtplot3d

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: libqwtplot3d
Version: 0.2.7
Release: alt1

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>

Source: http://dl.sf.net/qwtplot3d/qwtplot3d-%version.tar.bz2

# Automatically added by buildreq on Thu Aug 02 2007

BuildRequires: gcc-c++ libmesa-devel libqt4-devel qt4-settings

%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=%_qt4dir
export PATH=$QTDIR/bin:$PATH
qmake qwtplot3d.pro
%make_build

%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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009