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
|
||||
Version: 0.9.33
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: A library that handles Resource Description Framework (RDF) query syntaxes and more
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libmhash-devel
|
||||
BuildRequires: libmpfr-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libraptor2-devel
|
||||
## 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 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.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%package apidocs
|
||||
Summary: Rasqal API documentation
|
||||
@ -57,13 +57,10 @@ Rasqal API documentation.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README README.html
|
||||
%{_libdir}/librasqal.so.*
|
||||
%doc AUTHORS COPYING COPYING.LIB
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -71,13 +68,13 @@ Rasqal API documentation.
|
||||
%{_bindir}/roqet
|
||||
%dir %{_includedir}/rasqal
|
||||
%{_includedir}/rasqal/rasqal.h
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/librasqal.a
|
||||
%{_libdir}/librasqal.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_mandir}/man1/rasqal-config.*
|
||||
%{_mandir}/man1/roqet.*
|
||||
%{_mandir}/man3/librasqal.*
|
||||
%doc ChangeLog NEWS README README.html
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
@ -85,6 +82,9 @@ Rasqal API documentation.
|
||||
%{_datadir}/gtk-doc/html/rasqal/*
|
||||
|
||||
%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
|
||||
- rebuilt with current libmpfr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user