2024-01-06 06:13:57 +01:00
|
|
|
Name: libxmlb
|
2024-01-06 06:13:58 +01:00
|
|
|
Version: 0.3.12
|
2024-01-06 06:13:58 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 06:13:57 +01:00
|
|
|
Summary: A library to help create and query binary XML blobs
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/hughsie/libxmlb
|
|
|
|
Source: https://github.com/hughsie/libxmlb.git/%{version}/libxmlb-%{version}.tar.bz2
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-06 06:13:57 +01:00
|
|
|
BuildRequires: liblzma-devel
|
2024-01-06 06:13:58 +01:00
|
|
|
BuildRequires: libzstd-devel
|
2024-01-06 06:13:57 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
A library to help create and query binary XML blobs.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 06:13:57 +01:00
|
|
|
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 06:13:57 +01:00
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
%package tools
|
|
|
|
Group: System/Tools
|
|
|
|
Summary: Tools provided with %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
This package contains the tools provided with %{name}.
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%meson
|
|
|
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%meson_install
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
chmod +x %{buildroot}%{_libdir}/libxmlb.so.*
|
|
|
|
|
|
|
|
rm -rf %{buildroot}%{_libexecdir}/installed-tests/libxmlb
|
|
|
|
rm -rf %{buildroot}%{_datadir}/installed-tests
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libxmlb.so.*
|
2024-01-06 06:13:57 +01:00
|
|
|
%{_libdir}/girepository-1.0/Xmlb-2.0.typelib
|
2024-01-06 06:13:57 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 06:13:57 +01:00
|
|
|
%dir %{_includedir}/libxmlb-2
|
|
|
|
%dir %{_includedir}/libxmlb-2/libxmlb
|
|
|
|
%{_includedir}/libxmlb-2/libxmlb/*.h
|
|
|
|
%{_includedir}/libxmlb-2/xmlb.h
|
2024-01-06 06:13:57 +01:00
|
|
|
%{_libdir}/libxmlb.so
|
|
|
|
%{_libdir}/pkgconfig/xmlb.pc
|
2024-01-06 06:13:57 +01:00
|
|
|
%{_datadir}/gir-1.0/Xmlb-2.0.gir
|
2024-01-06 06:13:57 +01:00
|
|
|
%dir %{_datadir}/gtk-doc/html/libxmlb
|
|
|
|
%{_datadir}/gtk-doc/html/libxmlb/*
|
2024-01-06 06:13:57 +01:00
|
|
|
#%doc NEWS README.md
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/xb-tool
|
|
|
|
%{_mandir}/man1/xb-tool.1*
|
2024-01-06 06:13:57 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 06:13:58 +01:00
|
|
|
* Sat Aug 12 2023 Automatic Build System <autodist@mambasoft.it> 0.3.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:58 +01:00
|
|
|
* Tue Feb 21 2023 Automatic Build System <autodist@mambasoft.it> 0.3.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Mon Sep 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.10-2mamba
|
|
|
|
- fix library permissions; remove installed tests
|
|
|
|
|
|
|
|
* Mon Sep 12 2022 Automatic Build System <autodist@mambasoft.it> 0.3.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Thu May 26 2022 Automatic Build System <autodist@mambasoft.it> 0.3.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 0.3.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Fri Feb 18 2022 Automatic Build System <autodist@mambasoft.it> 0.3.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Tue Dec 07 2021 Automatic Build System <autodist@mambasoft.it> 0.3.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Fri Dec 03 2021 Automatic Build System <autodist@mambasoft.it> 0.3.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Wed Dec 01 2021 Automatic Build System <autodist@mambasoft.it> 0.3.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Fri Oct 08 2021 Automatic Build System <autodist@mambasoft.it> 0.3.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Wed May 26 2021 Automatic Build System <autodist@mambasoft.it> 0.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Fri May 07 2021 Automatic Build System <autodist@mambasoft.it> 0.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Sat Mar 13 2021 Automatic Build System <autodist@mambasoft.it> 0.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Sep 14 2020 Automatic Build System <autodist@mambasoft.it> 0.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Aug 23 2020 Automatic Build System <autodist@mambasoft.it> 0.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Wed Apr 08 2020 Automatic Build System <autodist@mambasoft.it> 0.1.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Sun Dec 15 2019 Automatic Build System <autodist@mambasoft.it> 0.1.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Sat Oct 19 2019 Automatic Build System <autodist@mambasoft.it> 0.1.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 0.1.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:13:57 +01:00
|
|
|
* Sat Jul 27 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.11-1mamba
|
|
|
|
- package created using the webbuild interface
|