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++
|
Name: libxml++
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 5.0.1
|
Version: 5.0.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C++ wrapper for the libxml XML parser library
|
Summary: A C++ wrapper for the libxml XML parser library
|
||||||
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://libxmlplusplus.sourceforge.net/
|
URL: https://libxmlplusplus.sourceforge.net/
|
||||||
Source: https://download.gnome.org/sources/libxml++/%{majversion}/libxml++-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/libxml++/%{majversion}/libxml++-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## 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.
|
Its API is much simpler than the underlying libxml C API.
|
||||||
This package contains the API documentation needed for development.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -62,6 +64,7 @@ This package contains the API documentation needed for development.
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
#docdir=%{_defaultdocdir}/%{name}-%{version}/docs
|
#docdir=%{_defaultdocdir}/%{name}-%{version}/docs
|
||||||
|
|
||||||
#pushd %{buildroot}%{_defaultdocdir}/%{name}-%{version}
|
#pushd %{buildroot}%{_defaultdocdir}/%{name}-%{version}
|
||||||
@ -76,7 +79,7 @@ This package contains the API documentation needed for development.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -109,6 +112,9 @@ This package contains the API documentation needed for development.
|
|||||||
#%doc %{_docdir}/%{name}-*/reference
|
#%doc %{_docdir}/%{name}-*/reference
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun May 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.1-1mamba
|
||||||
- update to 5.0.1
|
- update to 5.0.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user