SHA256
1
0
forked from pool/muparser

Accepting request 144451 from science

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/144451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/muparser?expand=0&rev=3
This commit is contained in:
Ismail Dönmez 2012-12-07 13:43:00 +00:00 committed by Git OBS Bridge
commit 78eb70fa41
2 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 29 19:03:48 UTC 2012 - jengelh@inai.de
- Updated homepage URL
-------------------------------------------------------------------
Thu Apr 5 11:24:30 UTC 2012 - jengelh@medozas.de

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: muparser
%define lname libmuparser2
Summary: A math parser library
@ -21,15 +23,19 @@ License: MIT
Group: Productivity/Scientific/Math
Version: 2.2.2
Release: 0
Url: http://muparser.sf.net/
Url: http://muparser.beltoforion.de/
# quilt does not like zips very much. downloaded and repackaged.
Source: %name-%version.tar.bz2
Patch1: muparser-fix-ac.diff
Patch2: muparser-fix-undef.diff
Patch3: muparser-optflags.patch
Patch1: muparser-fix-ac.diff
Patch2: muparser-fix-undef.diff
Patch3: muparser-optflags.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf automake gcc-c++ libtool pkgconfig
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: pkgconfig
%description
muParser is an extensible high performance math parser library written in