Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37403370
en ru br
Репозитории ALT
5.1: 1.0c7-alt0.M51.1
www.altlinux.org/Changes

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

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

%set_verify_elf_method unresolved=relaxed
#%add_optflags %optflags_shared
%def_disable static

Name: volpack
Version: 1.0c7
Release: alt0.M51.1

Summary: Portable library for fast volume rendering
License: BSD
Group: System/Libraries
Url: http://amide.sourceforge.net

Source0: %name-%version.tgz

BuildRequires: m4

%description
VolPack is a portable library of fast volume rendering algorithms that
produce high-quality images.

%package devel
Summary: Shared libraries and header files for development using volpack
Group: Development/C
Requires: %name = %version-%release

%description devel
The volpack-devel package contains the header files and shared libraries
necessary for developing programs using the volpack volume rendering
library.

%if_enabled static
%package devel-static
Summary: Static libraries and header files for development using volpack
Group: Development/C
Requires: %name-devel = %version-%release

%description devel-static
The volpack-devel package contains the header files and static libraries
necessary for developing programs using the volpack volume rendering
library.
%endif

%package doc
Summary: Documentation and examples for help using volpack
Group: Books/Other
Requires: volpack = %version-%release

%description doc
The volpack-doc package contains docs and examples helpful for developing
programs using the volpack volume rendering library.

%prep
%setup

%build
%configure %{subst_enable static}
%make_build

%install
%makeinstall
# remove doc and example files we don't want to package
rm -f doc/vp_userguide..pdf doc/Makefile*
pushd examples
make clean
rm -f Makefile.*
chmod 644 test.csh
popd

%files
%_libdir/*.so.*
%doc AUTHORS COPYING ChangeLog README
%_mandir/man3/*.3*

%files devel
%_libdir/*.so
%_includedir/*.h

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

%files doc
%doc doc/ examples/

%changelog

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

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