]> git.pld-linux.org Git - packages/3store.git/blame - 3store.spec
- release 4
[packages/3store.git] / 3store.spec
CommitLineData
73e5496b 1Summary: 3store RDF engine
79305065 2Summary(pl.UTF-8): Silnik RDF 3store
73e5496b
JB
3Name: 3store
4Version: 2.2.22
c1ffe5d5 5Release: 4
73e5496b
JB
6License: GPL v2+
7Group: Libraries
8Source0: http://dl.sourceforge.net/threestore/%{name}-%{version}.tar.gz
9# Source0-md5: 6fa70d2830c82eb030d8888f4da0c86c
0a32ac47 10Patch0: %{name}-ac.patch
73e5496b 11URL: http://threestore.sourceforge.net/
0a32ac47
JB
12BuildRequires: autoconf
13BuildRequires: automake
73e5496b
JB
14BuildRequires: flex
15BuildRequires: glib-devel
16BuildRequires: libraptor-devel >= 0.9.10
0a32ac47 17BuildRequires: libtool
73e5496b
JB
18BuildRequires: mysql-devel
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
223store is a highly scalable RDF triplestore, made available under the
23GNU General Public Licence and funded by the AKT Consortium
24<http://www.aktors.org/>.
25
3fa76339
JR
26%description -l pl.UTF-8
273store to wysoce skalowalne triplestore RDF, udostępnione na
73e5496b
JB
28Powszechnej Licencji Publicznej GNU (GPL), sponsorowane przez AKT
29Consortium <http://www.aktors.org/>.
30
31%package devel
32Summary: Header files for 3store library
79305065 33Summary(pl.UTF-8): Pliki nagłówkowe biblioteki 3store
73e5496b
JB
34Group: Development/Libraries
35Requires: %{name} = %{version}-%{release}
74fd07b0
JB
36# for -lfl
37Requires: flex
73e5496b
JB
38Requires: glib-devel
39Requires: libraptor-devel >= 0.9.10
40Requires: mysql-devel
41
42%description devel
43Header files for 3store library.
44
3fa76339
JR
45%description devel -l pl.UTF-8
46Pliki nagłówkowe biblioteki 3store.
73e5496b
JB
47
48%package static
49Summary: Static 3store library
79305065 50Summary(pl.UTF-8): Statyczna biblioteka 3store
73e5496b
JB
51Group: Development/Libraries
52Requires: %{name}-devel = %{version}-%{release}
53
54%description static
55Static 3store library.
56
3fa76339 57%description static -l pl.UTF-8
73e5496b
JB
58Statyczna biblioteka 3store.
59
60%prep
61%setup -q
0a32ac47 62%patch0 -p1
73e5496b
JB
63
64%build
0a32ac47
JB
65%{__libtoolize}
66%{__aclocal}
67%{__autoconf}
68%{__autoheader}
69%{__automake}
73e5496b
JB
70%configure
71%{__make}
72
73%install
74rm -rf $RPM_BUILD_ROOT
75
76%{__make} install \
77 DESTDIR=$RPM_BUILD_ROOT
78
79%clean
80rm -rf $RPM_BUILD_ROOT
81
82%post -p /sbin/ldconfig
83%postun -p /sbin/ldconfig
84
85%files
86%defattr(644,root,root,755)
87%doc AUTHORS ChangeLog README
88%attr(755,root,root) %{_bindir}/tstore_*
89%attr(755,root,root) %{_libdir}/librdfsql.so.*.*.*
90%attr(755,root,root) %{_libdir}/libokbc.so.*.*.*
91%{_datadir}/3store
92
93%files devel
94%defattr(644,root,root,755)
95%attr(755,root,root) %{_bindir}/3store-config
96%attr(755,root,root) %{_libdir}/librdfsql.so
97%attr(755,root,root) %{_libdir}/libokbc.so
98%{_libdir}/librdfsql.la
99%{_libdir}/libokbc.la
100%{_includedir}/rdfsql
101%{_pkgconfigdir}/3store.pc
102
103%files static
104%defattr(644,root,root,755)
105%{_libdir}/librdfsql.a
106%{_libdir}/libokbc.a
This page took 0.087095 seconds and 4 git commands to generate.