]> git.pld-linux.org Git - packages/3store3.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Feb 2006 22:40:19 +0000 (22:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    3store3.spec -> 1.1

3store3.spec [new file with mode: 0644]

diff --git a/3store3.spec b/3store3.spec
new file mode 100644 (file)
index 0000000..6495e67
--- /dev/null
@@ -0,0 +1,102 @@
+Summary:       3store RDF engine
+Summary(pl):   Silnik RDF 3store
+Name:          3store3
+Version:       3.0.14
+Release:       1
+License:       GPL v2+
+Group:         Libraries
+Source0:       http://dl.sourceforge.net/threestore/%{name}-%{version}.tar.gz
+# Source0-md5: cec45452e83fefd7f59066ecb3ae871e
+Patch0:                %{name}-db4.patch
+URL:           http://threestore.sourceforge.net/
+BuildRequires: db-devel >= 4.1
+BuildRequires: glib2-devel >= 2.2.0
+BuildRequires: mysql-devel
+BuildRequires: ncurses-devel
+BuildRequires: pkgconfig
+BuildRequires: rasqal-devel >= 0.9.11
+BuildRequires: readline-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+3store is an RDF(S) triplestore, written in C and backed by MySQL. It
+provides a RDF query engine that supports SPARQL and RDQL, over HTTP
+or through a C API or command line inferface.
+
+It can handle 100M triple knowledge bases, white retaining fast
+response times, and provides RDFS inference capabilities.
+
+%description -l pl
+3store to triplestore dla RDF(S) napisany w C z backendem MySQL.
+Udostêpnia silnik zapytañ RDF obs³uguj±cy SPARQL i RDQL po HTTP,
+poprzez API C lub z linii poleceñ.
+
+Mo¿e obs³u¿yæ bazy wiedzy rzêdu 100M zachowuj±c krótkie czasy
+odpowiedzi; udostêpnia mo¿liwo¶ci wnioskowania RDFS.
+
+%package devel
+Summary:       Header files for 3store library
+Summary(pl):   Pliki nag³ówkowe biblioteki 3store
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      db-devel >= 4.1
+Requires:      glib2-devel >= 2.2.0
+Requires:      mysql-devel
+Requires:      rasqal-devel >= 0.9.11
+
+%description devel
+Header files for 3store library.
+
+%description devel -l pl
+Pliki nag³ówkowe biblioteki 3store.
+
+%package static
+Summary:       Static 3store library
+Summary(pl):   Statyczna biblioteka 3store
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static 3store library.
+
+%description static -l pl
+Statyczna biblioteka 3store.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README RELEASE-NOTES TODO
+%attr(755,root,root) %{_bindir}/ts-*
+%attr(755,root,root) %{_libdir}/lib3store.so.*.*.*
+%{_datadir}/3store3
+%{_mandir}/man1/ts-*.1*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib3store.so
+%{_libdir}/lib3store.la
+%{_includedir}/3store3
+%{_pkgconfigdir}/3store3.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib3store.a
This page took 0.129582 seconds and 4 git commands to generate.