rebuilt [release 2.9.4-4mamba;Sun Sep 03 2023]
This commit is contained in:
parent
a55842870d
commit
fa525bf792
13
soprano.spec
13
soprano.spec
@ -3,14 +3,14 @@
|
||||
|
||||
Name: soprano
|
||||
Version: 2.9.4
|
||||
Release: 3mamba
|
||||
Release: 4mamba
|
||||
Epoch: 1
|
||||
Summary: The QT/C++ RDF framework
|
||||
Group: Applications/Development
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://soprano.sourceforge.net/
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://soprano.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/project/soprano/Soprano/%{version}/soprano-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -37,7 +37,6 @@ BuildRequires: jpackage-utils
|
||||
BuildRequires: libraptor2-devel
|
||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: sopranobackend
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Soprano (formally known as QRDF) is a library which provides a QT wrapper API to different RDF storage solutions.
|
||||
@ -148,7 +147,6 @@ PATH="%{_qt4_bindir}:%{_kdebindir}:/bin:/usr/bin"; export PATH
|
||||
%{_datadir}/soprano/plugins/*parser.desktop
|
||||
%{_datadir}/soprano/plugins/*serializer.desktop
|
||||
%{_datadir}/soprano/rules/*
|
||||
%doc AUTHORS COPYING.LIB README TODO
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root)
|
||||
@ -158,6 +156,7 @@ PATH="%{_qt4_bindir}:%{_kdebindir}:/bin:/usr/bin"; export PATH
|
||||
%{_libdir}/libsoprano.so.*
|
||||
%{_libdir}/soprano/libsoprano_*parser.so
|
||||
%{_libdir}/soprano/libsoprano_*serializer.so
|
||||
%doc AUTHORS COPYING.LIB
|
||||
|
||||
%files -n %{libname}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -172,6 +171,7 @@ PATH="%{_qt4_bindir}:%{_kdebindir}:/bin:/usr/bin"; export PATH
|
||||
%{_libdir}/pkgconfig/sopranoindex.pc
|
||||
%{_libdir}/pkgconfig/sopranoserver.pc
|
||||
%{_datadir}/soprano/cmake/SopranoAddOntology.cmake
|
||||
%doc README TODO
|
||||
|
||||
%files backend-redland
|
||||
%defattr(-,root,root,-)
|
||||
@ -201,6 +201,9 @@ PATH="%{_qt4_bindir}:%{_kdebindir}:/bin:/usr/bin"; export PATH
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Sep 03 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.4-4mamba
|
||||
- rebuilt
|
||||
|
||||
* Tue Jan 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.4-3mamba
|
||||
- rebuilt with java-openjdk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user