]> git.pld-linux.org Git - packages/3store3.git/blame - 3store3.spec
- converted to UTF-8
[packages/3store3.git] / 3store3.spec
CommitLineData
ff4565fe 1Summary: 3store RDF engine
28032c3a 2Summary(pl.UTF-8): Silnik RDF 3store
ff4565fe 3Name: 3store3
2528640b 4Version: 3.0.17
ff4565fe
JB
5Release: 1
6License: GPL v2+
7Group: Libraries
8Source0: http://dl.sourceforge.net/threestore/%{name}-%{version}.tar.gz
2528640b 9# Source0-md5: 6e5dceaa076e603e618384e01da6a50a
ff4565fe
JB
10URL: http://threestore.sourceforge.net/
11BuildRequires: db-devel >= 4.1
12BuildRequires: glib2-devel >= 2.2.0
13BuildRequires: mysql-devel
14BuildRequires: ncurses-devel
15BuildRequires: pkgconfig
16BuildRequires: rasqal-devel >= 0.9.11
17BuildRequires: readline-devel
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
213store is an RDF(S) triplestore, written in C and backed by MySQL. It
22provides a RDF query engine that supports SPARQL and RDQL, over HTTP
23or through a C API or command line inferface.
24
25It can handle 100M triple knowledge bases, white retaining fast
26response times, and provides RDFS inference capabilities.
27
28032c3a 28%description -l pl.UTF-8
ff4565fe 293store to triplestore dla RDF(S) napisany w C z backendem MySQL.
28032c3a
JR
30Udostępnia silnik zapytań RDF obsługujący SPARQL i RDQL po HTTP,
31poprzez API C lub z linii poleceń.
ff4565fe 32
28032c3a
JR
33Może obsłużyć bazy wiedzy rzędu 100M zachowując krótkie czasy
34odpowiedzi; udostępnia możliwości wnioskowania RDFS.
ff4565fe
JB
35
36%package devel
37Summary: Header files for 3store library
28032c3a 38Summary(pl.UTF-8): Pliki nagłówkowe biblioteki 3store
ff4565fe
JB
39Group: Development/Libraries
40Requires: %{name} = %{version}-%{release}
41Requires: db-devel >= 4.1
42Requires: glib2-devel >= 2.2.0
43Requires: mysql-devel
44Requires: rasqal-devel >= 0.9.11
45
46%description devel
47Header files for 3store library.
48
28032c3a
JR
49%description devel -l pl.UTF-8
50Pliki nagłówkowe biblioteki 3store.
ff4565fe
JB
51
52%package static
53Summary: Static 3store library
28032c3a 54Summary(pl.UTF-8): Statyczna biblioteka 3store
ff4565fe
JB
55Group: Development/Libraries
56Requires: %{name}-devel = %{version}-%{release}
57
58%description static
59Static 3store library.
60
28032c3a 61%description static -l pl.UTF-8
ff4565fe
JB
62Statyczna biblioteka 3store.
63
64%prep
65%setup -q
ff4565fe
JB
66
67%build
68%configure
69%{__make}
70
71%install
72rm -rf $RPM_BUILD_ROOT
73
74%{__make} install \
75 DESTDIR=$RPM_BUILD_ROOT
76
77%clean
78rm -rf $RPM_BUILD_ROOT
79
80%post -p /sbin/ldconfig
81%postun -p /sbin/ldconfig
82
83%files
84%defattr(644,root,root,755)
85%doc AUTHORS ChangeLog README RELEASE-NOTES TODO
86%attr(755,root,root) %{_bindir}/ts-*
87%attr(755,root,root) %{_libdir}/lib3store.so.*.*.*
88%{_datadir}/3store3
89%{_mandir}/man1/ts-*.1*
90
91%files devel
92%defattr(644,root,root,755)
93%attr(755,root,root) %{_libdir}/lib3store.so
94%{_libdir}/lib3store.la
95%{_includedir}/3store3
96%{_pkgconfigdir}/3store3.pc
97
98%files static
99%defattr(644,root,root,755)
100%{_libdir}/lib3store.a
This page took 0.061822 seconds and 4 git commands to generate.