SPECS: 3store.spec (NEW) - new

qboosh qboosh at pld-linux.org
Mon Feb 20 23:58:47 CET 2006


Author: qboosh                       Date: Mon Feb 20 22:58:47 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   3store.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/3store.spec
diff -u /dev/null SPECS/3store.spec:1.1
--- /dev/null	Mon Feb 20 23:58:47 2006
+++ SPECS/3store.spec	Mon Feb 20 23:58:41 2006
@@ -0,0 +1,104 @@
+# $Revision$, $Date$
+Summary:	3store RDF engine
+Summary(pl):	Silnik RDF 3store
+Name:		3store
+Version:	2.2.22
+Release:	1
+License:	GPL v2+
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/threestore/%{name}-%{version}.tar.gz
+# Source0-md5:	6fa70d2830c82eb030d8888f4da0c86c
+URL:		http://threestore.sourceforge.net/
+BuildRequires:	flex
+BuildRequires:	glib-devel
+BuildRequires:	libraptor-devel >= 0.9.10
+BuildRequires:	mysql-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+3store is a highly scalable RDF triplestore, made available under the
+GNU General Public Licence and funded by the AKT Consortium
+<http://www.aktors.org/>.
+
+%description -l pl
+3store to wysoce skalowalne triplestore RDF, udostępnione na
+Powszechnej Licencji Publicznej GNU (GPL), sponsorowane przez AKT
+Consortium <http://www.aktors.org/>.
+
+%package devel
+Summary:	Header files for 3store library
+Summary(pl):	Pliki nagłówkowe biblioteki 3store
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	glib-devel
+Requires:	libraptor-devel >= 0.9.10
+Requires:	mysql-devel
+
+%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
+
+%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
+%attr(755,root,root) %{_bindir}/tstore_*
+%attr(755,root,root) %{_libdir}/librdfsql.so.*.*.*
+%attr(755,root,root) %{_libdir}/libokbc.so.*.*.*
+%{_datadir}/3store
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/3store-config
+%attr(755,root,root) %{_libdir}/librdfsql.so
+%attr(755,root,root) %{_libdir}/libokbc.so
+%{_libdir}/librdfsql.la
+%{_libdir}/libokbc.la
+%{_includedir}/rdfsql
+%{_pkgconfigdir}/3store.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/librdfsql.a
+%{_libdir}/libokbc.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/02/20 22:58:41  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list