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