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

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

diff --git a/3store.spec b/3store.spec
new file mode 100644 (file)
index 0000000..c1fa065
--- /dev/null
@@ -0,0 +1,94 @@
+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
This page took 0.076294 seconds and 4 git commands to generate.