]> git.pld-linux.org Git - packages/3store.git/blame - 3store.spec
- ghost soname symlinks
[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
192c1f93 5Release: 5
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 18BuildRequires: mysql-devel
9ff042b4 19BuildRequires: readline-devel
73e5496b
JB
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
233store is a highly scalable RDF triplestore, made available under the
24GNU General Public Licence and funded by the AKT Consortium
25<http://www.aktors.org/>.
26
3fa76339
JR
27%description -l pl.UTF-8
283store to wysoce skalowalne triplestore RDF, udostępnione na
73e5496b
JB
29Powszechnej Licencji Publicznej GNU (GPL), sponsorowane przez AKT
30Consortium <http://www.aktors.org/>.
31
32%package devel
33Summary: Header files for 3store library
79305065 34Summary(pl.UTF-8): Pliki nagłówkowe biblioteki 3store
73e5496b
JB
35Group: Development/Libraries
36Requires: %{name} = %{version}-%{release}
74fd07b0
JB
37# for -lfl
38Requires: flex
73e5496b
JB
39Requires: glib-devel
40Requires: libraptor-devel >= 0.9.10
41Requires: mysql-devel
42
43%description devel
44Header files for 3store library.
45
3fa76339
JR
46%description devel -l pl.UTF-8
47Pliki nagłówkowe biblioteki 3store.
73e5496b
JB
48
49%package static
50Summary: Static 3store library
79305065 51Summary(pl.UTF-8): Statyczna biblioteka 3store
73e5496b
JB
52Group: Development/Libraries
53Requires: %{name}-devel = %{version}-%{release}
54
55%description static
56Static 3store library.
57
3fa76339 58%description static -l pl.UTF-8
73e5496b
JB
59Statyczna biblioteka 3store.
60
61%prep
62%setup -q
0a32ac47 63%patch0 -p1
73e5496b
JB
64
65%build
0a32ac47
JB
66%{__libtoolize}
67%{__aclocal}
68%{__autoconf}
69%{__autoheader}
70%{__automake}
73e5496b
JB
71%configure
72%{__make}
73
74%install
75rm -rf $RPM_BUILD_ROOT
76
77%{__make} install \
78 DESTDIR=$RPM_BUILD_ROOT
79
80%clean
81rm -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.*.*.*
c2faba38 91%attr(755,root,root) %ghost %{_libdir}/librdfsql.so.0
73e5496b 92%attr(755,root,root) %{_libdir}/libokbc.so.*.*.*
c2faba38 93%attr(755,root,root) %ghost %{_libdir}/libokbc.so.0
73e5496b
JB
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.073112 seconds and 4 git commands to generate.