automatic version update by autodist [release 5.0.2-1mamba;Fri Oct 07 2022]
This commit is contained in:
parent
a0e31ef987
commit
6ce1652848
@ -2,14 +2,14 @@
|
||||
|
||||
Name: libxml++
|
||||
Epoch: 1
|
||||
Version: 5.0.1
|
||||
Version: 5.0.2
|
||||
Release: 1mamba
|
||||
Summary: A C++ wrapper for the libxml XML parser library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://libxmlplusplus.sourceforge.net/
|
||||
URL: https://libxmlplusplus.sourceforge.net/
|
||||
Source: https://download.gnome.org/sources/libxml++/%{majversion}/libxml++-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -49,7 +49,9 @@ It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM
|
||||
Its API is much simpler than the underlying libxml C API.
|
||||
This package contains the API documentation needed for development.
|
||||
|
||||
%debug_package
|
||||
# Workaround for:
|
||||
# /usr/bin/strip: unable to copy file '/var/autodist-tmp/libxml++-5.0.2-root/usr/lib/debug/usr/lib64/libxml++-5.0.so.1.0.0-5.0.2-1mamba.x86_64.debug'; reason: Permission denied
|
||||
#% debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -62,6 +64,7 @@ This package contains the API documentation needed for development.
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%meson_install
|
||||
|
||||
#docdir=%{_defaultdocdir}/%{name}-%{version}/docs
|
||||
|
||||
#pushd %{buildroot}%{_defaultdocdir}/%{name}-%{version}
|
||||
@ -76,7 +79,7 @@ This package contains the API documentation needed for development.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
@ -109,6 +112,9 @@ This package contains the API documentation needed for development.
|
||||
#%doc %{_docdir}/%{name}-*/reference
|
||||
|
||||
%changelog
|
||||
* Fri Oct 07 2022 Automatic Build System <autodist@mambasoft.it> 5.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.1-1mamba
|
||||
- update to 5.0.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user