Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37837745
en ru br
ALT Linux repositórios
S:2.2.6.1-alt2
5.0: 1.30-alt2
4.1: 1.28-alt1

Group :: Sistema/Bibliotecas
RPM: libmuparser

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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

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