]> git.pld-linux.org Git - SPECS.git/blob - libb.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / libb.spec
1 Summary:        RDF triple store library
2 Summary(pl.UTF-8):      Biblioteka przechowywania danych RDF
3 Name:           libb
4 Version:        52393
5 Release:        1
6 License:        Apache
7 Group:          Applications
8 Source0:        http://opensource.joost.com/libb/%{name}-%{version}.tar.gz
9 # Source0-md5:  3e70fb8d99cac4aefe4375e8339ca31f
10 URL:            http://opensource.joost.com/libb/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 An RDF triple store called B, a very low level C library. One of its
15 uses is as a backend store for redland. It's quite a bit faster than
16 the current backends for redland, but also still needs quite a bit of
17 work.
18
19 %description -l pl.UTF-8
20 Bardzo niskopoziomowa biblioteka C o nazwie B do przechowywania danych
21 RDF. Jednym z jej zastosowań jest backend przechowywania danych dla
22 biblioteki redland. Jest nieco szybsza niż aktualnie dostępne backendy
23 dla redland, ale wymaga jeszcze trochę pracy.
24
25 %package devel
26 Summary:        Header files for libb library
27 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki libb
28 Group:          Development/Libraries
29 Requires:       %{name} = %{version}-%{release}
30
31 %description devel
32 Header files for libb library.
33
34 %description devel -l pl.UTF-8
35 Pliki nagłówkowe biblioteki libb.
36
37 %package static
38 Summary:        Static libb library
39 Summary(pl.UTF-8):      Statyczna biblioteka libb
40 Group:          Development/Libraries
41 Requires:       %{name}-devel = %{version}-%{release}
42
43 %description static
44 Static libb library.
45
46 %description static -l pl.UTF-8
47 Statyczna biblioteka libb.
48
49 %prep
50 %setup -q
51
52 %build
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %post   -p /sbin/ldconfig
66 %postun -p /sbin/ldconfig
67
68 %files
69 %defattr(644,root,root,755)
70 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.053979 seconds and 3 git commands to generate.