rebuild without .la files and with other specfile fixes [release 0.9.33-3mamba;Fri Dec 06 2024]
This commit is contained in:
parent
e214b4cfe1
commit
1c2f42eac6
@ -1,18 +1,19 @@
|
|||||||
Name: librasqal
|
Name: librasqal
|
||||||
Version: 0.9.33
|
Version: 0.9.33
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A library that handles Resource Description Framework (RDF) query syntaxes and more
|
Summary: A library that handles Resource Description Framework (RDF) query syntaxes and more
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://librdf.org/rasqal/
|
URL: https://librdf.org/rasqal/
|
||||||
Source: http://download.librdf.org/source/rasqal-%{version}.tar.gz
|
Source: http://download.librdf.org/source/rasqal-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libmhash-devel
|
||||||
BuildRequires: libmpfr-devel
|
BuildRequires: libmpfr-devel
|
||||||
|
BuildRequires: libpcre-devel
|
||||||
BuildRequires: libraptor2-devel
|
BuildRequires: libraptor2-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
@ -30,8 +31,7 @@ Requires: %{name} = %{version}
|
|||||||
Rasqal is a free software / Open Source C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings. The supported query languages are RDQL and SPARQL.
|
Rasqal is a free software / Open Source C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings. The supported query languages are RDQL and SPARQL.
|
||||||
Rasqal was designed to work closely with the Redland RDF library but is entirely separate.
|
Rasqal was designed to work closely with the Redland RDF library but is entirely separate.
|
||||||
It is intended to be a portable library working across many POSIX systems (Unix, GNU/Linux, BSDs, OSX, cygwin) win32 and others.
|
It is intended to be a portable library working across many POSIX systems (Unix, GNU/Linux, BSDs, OSX, cygwin) win32 and others.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%package apidocs
|
%package apidocs
|
||||||
Summary: Rasqal API documentation
|
Summary: Rasqal API documentation
|
||||||
@ -57,13 +57,10 @@ Rasqal API documentation.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/librasqal.so.*
|
||||||
%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README README.html
|
%doc AUTHORS COPYING COPYING.LIB
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -71,13 +68,13 @@ Rasqal API documentation.
|
|||||||
%{_bindir}/roqet
|
%{_bindir}/roqet
|
||||||
%dir %{_includedir}/rasqal
|
%dir %{_includedir}/rasqal
|
||||||
%{_includedir}/rasqal/rasqal.h
|
%{_includedir}/rasqal/rasqal.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/librasqal.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/librasqal.so
|
||||||
%{_libdir}/*.so
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_mandir}/man1/rasqal-config.*
|
%{_mandir}/man1/rasqal-config.*
|
||||||
%{_mandir}/man1/roqet.*
|
%{_mandir}/man1/roqet.*
|
||||||
%{_mandir}/man3/librasqal.*
|
%{_mandir}/man3/librasqal.*
|
||||||
|
%doc ChangeLog NEWS README README.html
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -85,6 +82,9 @@ Rasqal API documentation.
|
|||||||
%{_datadir}/gtk-doc/html/rasqal/*
|
%{_datadir}/gtk-doc/html/rasqal/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 06 2024 Automatic Build System <autodist@openmamba.org> 0.9.33-3mamba
|
||||||
|
- rebuild without .la files and with other specfile fixes
|
||||||
|
|
||||||
* Thu Dec 12 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.33-2mamba
|
* Thu Dec 12 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.33-2mamba
|
||||||
- rebuilt with current libmpfr
|
- rebuilt with current libmpfr
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user