]> git.pld-linux.org Git - packages/3store.git/blob - 3store.spec
- added ac patch, rebuild ac/am/lt (for as-needed)
[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:        2
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 3store is a highly scalable RDF triplestore, made available under the
23 GNU General Public Licence and funded by the AKT Consortium
24 <http://www.aktors.org/>.
25
26 %description -l pl
27 3store to wysoce skalowalne triplestore RDF, udostêpnione na
28 Powszechnej Licencji Publicznej GNU (GPL), sponsorowane przez AKT
29 Consortium <http://www.aktors.org/>.
30
31 %package devel
32 Summary:        Header files for 3store library
33 Summary(pl):    Pliki nag³ówkowe biblioteki 3store
34 Group:          Development/Libraries
35 Requires:       %{name} = %{version}-%{release}
36 # for -lfl
37 Requires:       flex
38 Requires:       glib-devel
39 Requires:       libraptor-devel >= 0.9.10
40 Requires:       mysql-devel
41
42 %description devel
43 Header files for 3store library.
44
45 %description devel -l pl
46 Pliki nag³ówkowe biblioteki 3store.
47
48 %package static
49 Summary:        Static 3store library
50 Summary(pl):    Statyczna biblioteka 3store
51 Group:          Development/Libraries
52 Requires:       %{name}-devel = %{version}-%{release}
53
54 %description static
55 Static 3store library.
56
57 %description static -l pl
58 Statyczna biblioteka 3store.
59
60 %prep
61 %setup -q
62 %patch0 -p1
63
64 %build
65 %{__libtoolize}
66 %{__aclocal}
67 %{__autoconf}
68 %{__autoheader}
69 %{__automake}
70 %configure
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75
76 %{__make} install \
77         DESTDIR=$RPM_BUILD_ROOT
78
79 %clean
80 rm -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.083519 seconds and 4 git commands to generate.