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