File soprano-backend-sesame.spec.in of Package soprano-backend-sesame
#
# spec file for package soprano (Version 2.1.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: soprano-backend-sesame
Url: http://soprano.sourceforge.net/
BuildRequires: java-devel fdupes libsoprano-devel soprano-backend-redland
License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Libraries/C and C++
Summary: C++/Qt based interface library for RDF
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %(rpm -qf $(readlink /etc/alternatives/java) --qf "%{NAME}")
# COMMON1-BEGIN
# COMMON1-END
Provides: soprano_backend = %version
Provides: backend-sesame2 = %version
Requires: libsoprano4 = %version
%description
bla
%prep
# COMMON2-BEGIN
# COMMON2-END
%build
export JAVA_HOME=%{_jvmdir}/java
%cmake_kde4 -d build -- -DCMAKE_SKIP_RPATH=OFF
%make_jobs
%install
cd build
%makeinstall
%if %suse_version > 1020
%fdupes -s $RPM_BUILD_ROOT/usr/include
%endif
cd ..
for f in $(rpm -ql soprano) $(rpm -ql libsoprano-devel) $(rpm -ql libsoprano4) $(rpm -ql soprano-backend-redland); do
test -f $RPM_BUILD_ROOT/$f && rm $RPM_BUILD_ROOT/$f
done
%files
%defattr(-,root,root)
/usr/share/soprano/sesame2
%_libdir/soprano/libsoprano_sesame2backend.so
/usr/share/soprano/plugins/sesame2backend.desktop
%changelog
* Tue Sep 09 2008 dmueller@suse.de
- fix build for old distros
* Thu Aug 28 2008 dmueller@suse.de
- add missing runtime dependency
* Wed Aug 27 2008 dmueller@suse.de
- update to 2.1.1:
* http://soprano.sourceforge.net/node/26
* Wed Aug 27 2008 dmueller@suse.de
- need rpath for sesame2 backend
* Wed Jul 23 2008 dmueller@suse.de
- update to 2.1:
* http://soprano.sourceforge.net/node/25
* Tue Jul 22 2008 dmueller@suse.de
- fix requires again
* Mon Jul 21 2008 dmueller@suse.de
- split backends into separate packages
* Sat Jul 19 2008 dmueller@suse.de
- compile for older distros
* Fri Jul 18 2008 dmueller@suse.de
- enable sesame2 backend
* Fri Apr 25 2008 dmueller@suse.de
- update to final 2.0.98 (alpha1) release
* Wed Apr 16 2008 dmueller@suse.de
- update to 2.0.98 to fix the communication issues
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Mon Mar 31 2008 dmueller@suse.de
- update from SVN
* Tue Mar 25 2008 dmueller@suse.de
- update to 2.0.97:
* new dbus interface
* Tue Mar 11 2008 dmueller@suse.de
- update to 2.0.3:
* Fixed a string caching bug in LiteralValue which resulted in
invalid string representations when assigning a QDate, QTime,
QDateTime, or QByteArray via operator=
* Use the CLucene StandardAnalyser by default instead of the
SimpleAnalyser. This fixes indexing of numbers.
* Mon Feb 18 2008 dmueller@suse.de
- update to 2.0.2:
* MutexModel in ReadWriteMultiThreading mode now allows multiple
read operations from the same thread at the same time even if a
write operation is waiting. This fixes a deadlock in the Nepomuk
Strigi backend from KDE.
* Fixed method statementCount in Sesame2 backend
* Redland backend: Always encode strings as xls:string rather
than rdfs:Literal values to match the Soprano guidelines.
* Always set a dummy base URI in the raptor serializer
* Fixed formatting of dateTime values.
* Fixed NRL namespace
* Fixed NAO namespace
* Fixed plugin loading on MAC OS/X
* Thu Feb 14 2008 dmueller@suse.de
- fix devel package requires
* Mon Jan 14 2008 dmueller@suse.de
- fix lockfile generation
* Sun Jan 13 2008 stbinner@suse.de
- add version dependency on libsoprano4 (#353512)
* Mon Jan 07 2008 dmueller@suse.de
- update to 2.0.0 final:
* Parser and serializer plugins for:
- raptor (rdf+xml, turtle, trig, nTriples)
- nQuads
* Hierarchical architecture which allows to stack multiple
filter models on top of an RDF storage.
* Thu Dec 20 2007 dmueller@suse.de
- update to svn750895:
* API additions for better performance
* Tue Dec 18 2007 stbinner@suse.de
- fix plugin loading on 64bit architectures
* Mon Dec 17 2007 stbinner@suse.de
- readd redland as build requirement
* Mon Dec 10 2007 dmueller@suse.de
- update to 1.99 (rc2):
* xesam interface, new ontology interface
* Tue Nov 06 2007 dmueller@suse.de
- update to 1.97.1 (beta4):
* small API cleanup, more installed CamelCased headers
* Tue Nov 06 2007 dmueller@suse.de
- fix installation of index headers
* Tue Oct 30 2007 dmueller@suse.de
- enable cluclene based indexing backend
* Tue Oct 16 2007 dmueller@suse.de
- remove fdupes for older distributions
* Wed Oct 10 2007 dmueller@suse.de
- rename library package
* Wed Oct 10 2007 dmueller@suse.de
- update to 1.95.0-beta2:
* removes redland dependency, uses raptor now directly
* new query API
* Mon Sep 03 2007 schwab@suse.de
- Fix broken compiler flags.
* Sat Jun 02 2007 dmueller@suse.de
- update to 0.9.0:
* crash fix
* Fri May 11 2007 dmueller@suse.de
- update to current SVN:
* small API change
* Fri May 04 2007 dmueller@suse.de
- update to 3.90.1:
* no actual code change
- fix packaging to match Library Policy
* Fri May 04 2007 dmueller@suse.de
- adapt libredland-devel rename
* Thu May 03 2007 dmueller@suse.de
- Initial package (trunk SVN)