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

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

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

%define oname muparser
%define oversion 128
%define tarname %{oname}_v%oversion
Name: lib%oname
Version: 1.28
Release: alt1

Summary: a fast math parser library

License: Public Domain
Group: System/Libraries
Url: http://muparser.sourceforge.net/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://dl.sf.net/%oname/%tarname.tar.bz2
Patch: %name.patch

# manually removed: libnss-mysql

# Automatically added by buildreq on Sun Feb 03 2008
BuildRequires: gcc-c++

%description
The main objective of this project is to provide a fast and easy way
of doing this. muParser is an extensible high performance math parser
library. It is based on transforming an expression into a bytecode and
precalculating constant parts of it.

%package devel
Summary: Header files for %name
Group: Development/Other
Requires: %name = %version-%release

%description devel
Header files for %name library.

%prep
%setup -q -n %oname
%patch

%build
%configure --enable-shared=yes --disable-static
%make_build || %make

%install
mkdir -p %buildroot%_pkgconfigdir
%makeinstall_std

%post -p %post_ldconfig
%postun -p %post_ldconfig

%files
%doc Changes.txt Credits.txt License.txt
%_libdir/%{name}*.so.*

%files devel
#doc examples
%_libdir/%name.so
%_includedir/*
%_pkgconfigdir/*

%changelog

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

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