From bd84c2538b88b56118e1b09db66a2e2e2a8be95b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:13:01 +0100 Subject: [PATCH] downgrade to current stable version (epoch bumped) [release 3.2.2-2mamba;Wed Dec 02 2020] --- libxml++.spec | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/libxml++.spec b/libxml++.spec index ce1c39d..4b98258 100644 --- a/libxml++.spec +++ b/libxml++.spec @@ -1,20 +1,22 @@ %define majversion %(echo %version | cut -d. -f 1-2) Name: libxml++ -Version: 4.9.1 -Release: 1mamba +Epoch: 1 +Version: 3.2.2 +Release: 2mamba Summary: A C++ wrapper for the libxml XML parser library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Stefano Cotta Ramusino URL: http://libxmlplusplus.sourceforge.net -Source: http://ftp.gnome.org/pub/GNOME/sources/libxml++/%{majversion}/libxml++-%{version}.tar.xz +Source: https://download.gnome.org/sources/libxml++/%{majversion}/libxml++-%{version}.tar.xz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: ldconfig BuildRequires: libgcc +BuildRequires: libglibmm-devel BuildRequires: libstdc++6-devel BuildRequires: libxml2-devel ## AUTOBUILDREQ-END @@ -58,12 +60,13 @@ This package contains the API documentation needed for development. %setup -q %build -%configure --enable-static -%make +%meson + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install #docdir=%{_defaultdocdir}/%{name}-%{version}/docs #pushd %{buildroot}%{_defaultdocdir}/%{name}-%{version} @@ -102,17 +105,21 @@ This package contains the API documentation needed for development. %{_includedir}/%{name}-?.?/%{name}/validators/*.h %dir %{_libdir}/%{name}-?.?/include %{_libdir}/%{name}-?.?/include/*.h -%{_libdir}/libxml++*.a -%{_libdir}/libxml++*.la %{_libdir}/libxml++*.so %{_libdir}/pkgconfig/*.pc -%files apidocs -%defattr(-, root, root) -%doc %{_datadir}/devhelp/books/%{name}-* -%doc %{_docdir}/%{name}-*/reference +#%files apidocs +#%defattr(-, root, root) +#%doc %{_datadir}/devhelp/books/%{name}-* +#%doc %{_docdir}/%{name}-*/reference %changelog +* Wed Dec 02 2020 Silvan Calarco 3.2.2-2mamba +- downgrade to current stable version (epoch bumped) + +* Wed Dec 02 2020 Silvan Calarco 3.2.2-1mamba +- update to 3.2.2 + * Wed Dec 02 2020 Silvan Calarco 4.9.1-1mamba - update to 4.9.1