]> git.pld-linux.org Git - packages/carob.git/blame - carob.spec
- link .so to .so.1 library and put it into -devel package, not -static
[packages/carob.git] / carob.spec
CommitLineData
5278bb95 1Summary: Carob library
2Summary(pl): Biblioteka carob
3Name: carob
4Version: 0.6.2
5f910c5b 5%define _ver %(echo %{version} |tr . _)
5278bb95 6Release: 0.1
7License: Apache License v2.0
8Group: Development/Libraries
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
24%package libs
25Summary: -
26Summary(pl): -
27Group: Libraries
28
29%description libs
30
31%description libs -l pl
32
33%package devel
34Summary: Header files for carob library
35