downgrade to current stable version (epoch bumped) [release 3.2.2-2mamba;Wed Dec 02 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 06:13:01 +01:00
parent 73f63e5bc6
commit bd84c2538b

View File

@ -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 <stefano.cotta@openmamba.org>
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 <silvan.calarco@mambasoft.it> 3.2.2-2mamba
- downgrade to current stable version (epoch bumped)
* Wed Dec 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.2-1mamba
- update to 3.2.2
* Wed Dec 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9.1-1mamba
- update to 4.9.1