]> git.pld-linux.org Git - packages/carob.git/blame - carob.spec
- libcarob moved to _libdir; cleanup
[packages/carob.git] / carob.spec
CommitLineData
548807b9 1%define _ver %(echo %{version} |tr . _)
5278bb95 2Summary: Carob library
3Summary(pl): Biblioteka carob
4Name: carob
5Version: 0.6.2
0d1f989a 6Release: 0.2
5278bb95 7License: Apache License v2.0
0d1f989a 8Group: Libraries
5278bb95 9Source0: https://forge.continuent.org/frs/download.php/182/%{name}-r%{_ver}.tar.gz
10# Source0-md5: 6969f74fa9f4c19c434b68d29590eb3a
11URL: http://carob.continuent.org/HomePage
12BuildRequires: gmp-devel
13BuildRequires: libstdc++-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Bringing Sequoia technology to the C/C++ world.
18
19Carob's base is a C++ port of the JDBC driver code. It offers to
20developpers the same access as in Java. Connections, Requests,
21ResultSets and all necessary C++ classes can be used transparently and
22directly in any C++ enabled application.
23
5278bb95 24%package devel
25Summary: Header files for carob library
26