Author: qboosh Date: Sun Feb 19 22:40:24 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: 3store3.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/3store3.spec diff -u /dev/null SPECS/3store3.spec:1.1 --- /dev/null Sun Feb 19 23:40:24 2006 +++ SPECS/3store3.spec Sun Feb 19 23:40:19 2006 @@ -0,0 +1,112 @@ +# $Revision$, $Date$ +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 + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/02/19 22:40:19 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
