Lines 4-17
Link Here
|
4 |
Summary: Qt wrapper API to different RDF storage solutions |
4 |
Summary: Qt wrapper API to different RDF storage solutions |
5 |
Name: soprano-backend-sesame |
5 |
Name: soprano-backend-sesame |
6 |
Version: 2.3.1 |
6 |
Version: 2.3.1 |
7 |
Release: alt0.10 |
7 |
Release: alt1 |
8 |
|
8 |
|
9 |
Group: Text tools |
9 |
Group: Text tools |
10 |
License: LGPLv2+ |
10 |
License: LGPLv2+ |
11 |
Url: http://sourceforge.net/projects/soprano |
11 |
Url: http://sourceforge.net/projects/soprano |
12 |
|
12 |
|
13 |
#Requires: java |
13 |
#Requires: java |
14 |
Requires: %_libjvmserver_sun_private_default |
14 |
#Requires: %_libjvmserver_sun_private_default |
15 |
Requires: libqt4-core >= %{get_version libqt4-core} |
15 |
Requires: libqt4-core >= %{get_version libqt4-core} |
16 |
Requires: lib%name = %version-%release |
16 |
Requires: lib%name = %version-%release |
17 |
|
17 |
|
Lines 21-26
Provides: soprano-backend = %version-release
Link Here
|
21 |
Source0: http://downloads.sf.net/soprano/soprano-%version%{?beta}.tar.bz2 |
21 |
Source0: http://downloads.sf.net/soprano/soprano-%version%{?beta}.tar.bz2 |
22 |
|
22 |
|
23 |
BuildRequires(pre): libqt4-devel >= 4.4 |
23 |
BuildRequires(pre): libqt4-devel >= 4.4 |
|
|
24 |
BuildRequires(pre): rpm-build-java |
24 |
BuildRequires: cmake gcc-c++ doxygen graphviz libclucene-devel libredland-devel libsoprano-devel xorg-devel |
25 |
BuildRequires: cmake gcc-c++ doxygen graphviz libclucene-devel libredland-devel libsoprano-devel xorg-devel |
25 |
BuildRequires: java-devel-default chrpath |
26 |
BuildRequires: java-devel-default chrpath |
26 |
|
27 |
|
Lines 66-81
popd
Link Here
|
66 |
|
67 |
|
67 |
%install |
68 |
%install |
68 |
%make -C %_target_platform/backends/sesame2 DESTDIR=%buildroot install |
69 |
%make -C %_target_platform/backends/sesame2 DESTDIR=%buildroot install |
69 |
#chrpath -r `dirname %_libjvmserver_sun_private_default` %buildroot/%_libdir/soprano/libsoprano_sesame2backend.so |
70 |
chrpath -r `dirname %_libjvmserver_sun_private_default` %buildroot/%_libdir/soprano/libsoprano_sesame2backend.so |
70 |
|
71 |
|
71 |
## HACK around find-requires |
72 |
# HACK around find-requires |
72 |
#define __find_requires %buildroot/.find-requires |
73 |
%define __find_requires %buildroot/.find-requires |
73 |
#cat > %buildroot/.find-requires <<EOF |
74 |
cat > %buildroot/.find-requires <<EOF |
74 |
##!/bin/sh |
75 |
#!/bin/sh |
75 |
#(/usr/lib/rpm/find-requires | grep -v /usr/lib/jvm/java) || : |
76 |
(/usr/lib/rpm/find-requires | sed -e 's,/usr/lib/jvm/java-[^/]*/,/usr/lib/jvm/java/,g') || : |
76 |
#EOF |
77 |
EOF |
77 |
#chmod 755 %buildroot/.find-requires |
78 |
chmod 755 %buildroot/.find-requires |
78 |
## end HACK around find-requires |
79 |
# end HACK around find-requires |
79 |
|
80 |
|
80 |
|
81 |
|
81 |
%files |
82 |
%files |