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