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

Группа :: Development/Tools
Пакет: xdrfile

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

%def_disable static
Name: xdrfile
Version: 1.1.4
Release: alt1

Summary: Reading and writing trr and xtc files

License: LGPLv3
Group: Development/Tools
Url: http://wiki.gromacs.org/index.php/XTC_Library

Source: ftp://ftp.gromacs.org/pub/contrib/xdrfile-%version.tar.gz

Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

Requires: lib%name = %version-%release

BuildPreReq: gcc-fortran chrpath

%description
This tool allows to read GROMACS trr and xtc files and also to
convert from one format to another.

%package -n lib%name
Summary: XTC shared library
Group: System/Libraries

%description -n lib%name
This library allows to read GROMACS trr and xtc files and also to
convert from one format to another.

%package -n lib%name-devel
Summary: Development files of XTC library
Group: Development/C
Requires: lib%name = %version-%release

%description -n lib%name-devel
This library allows to read GROMACS trr and xtc files and also to
convert from one format to another.

This package contains development files of XTC library.

%package -n lib%name-devel-static
Summary: XTC static library
Group: Development/C
Requires: lib%name-devel = %version-%release

%description -n lib%name-devel-static
This library allows to read GROMACS trr and xtc files and also to
convert from one format to another.

This package contains static version of XTC library.

%prep
%setup

%build
%configure --enable-fortran --enable-shared %{subst_enable static}
%make_build
%make test

%install
%makeinstall_std

chrpath -d %buildroot%_bindir/trr2xtc

%files
%doc AUTHORS COPYING NEWS README
%_bindir/*

%files -n lib%name
%_libdir/*.so.*

%files -n lib%name-devel
%_libdir/*.so
%_includedir/*

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

%changelog

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

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