Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 866996 Details for
Bug 1069257
Review Request: fparser - Function parser library for C++
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
SPEC file
fparser.spec (text/x-rpm-spec), 1.83 KB, created by
Till Hofmann
on 2014-02-24 15:26:13 UTC
(
hide
)
Description:
SPEC file
Filename:
MIME Type:
Creator:
Till Hofmann
Created:
2014-02-24 15:26:13 UTC
Size:
1.83 KB
patch
obsolete
>Name: fparser >Version: 4.5.1 >Release: 2%{?dist} >Summary: Function parser library for C++ > >License: LGPLv3 >URL: http://warp.povusers.org/FunctionParser/ >Source0: http://warp.povusers.org/FunctionParser/fparser%{version}.zip >BuildRequires: cmake, mpfr-devel, gpm-devel > ># upstream doesn't provide a build system and won't include this patch >Patch0: fparser.cmake.patch > >%description >This C++ library offers a class which can be used to parse and evaluate a >mathematical function from a string (which might be for example requested >from the user). The syntax of the function string is similar to >mathematical expressions written in C/C++. > > >%package devel >Summary: Development files for %{name} >Requires: %{name} = %{version}-%{release} >Requires: cmake, mpfr-devel, gpm-devel > >%description devel >The %{name}-devel package contains libraries and header files for >developing applications that use %{name}. > > >%prep >%setup -q -c -n %{name}-%{version} >%patch0 -p1 > > >%build >mkdir build >pushd build >%cmake \ > -DCMAKE_BUILD_TYPE=Release \ > -DCMAKE_SKIP_RPATH=ON \ > .. > >make %{?_smp_mflags} >popd > > >%install >rm -rf $RPM_BUILD_ROOT >pushd build >make install DESTDIR=$RPM_BUILD_ROOT >popd > > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > > >%files >%doc docs/gpl.txt docs/lgpl.txt >%{_libdir}/*.so.* > >%files devel >%doc docs/fparser.html docs/style.css >%{_includedir}/* >%{_libdir}/*.so >%{_libdir}/cmake/%{name}-%{version}/* > >%changelog >* Mon Feb 24 2014 Till Hofmann <hofmann@kbsg.rwth-aachen.de> - 4.5.1-2 >- include cmake patches >* Mon Jan 27 2014 Till Hofmann <hofmann@kbsg.rwth-aachen.de> - 4.5.1-1 >- update to 4.5.1 >* Thu Oct 24 2013 Till Hofmann <hofmann@kbsg.rwth-aachen.de> - 4.5.0-1 >- update to 4.5.0 >* Wed Apr 18 2012 Tim Niemueller <tim@niemueller.de> - 4.4.3-1 >- Initial package >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1069257
: 866996 |
866997
|
866998
|
876324