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) %define majversion %(echo %version | cut -d. -f 1-2)
Name: libxml++ Name: libxml++
Version: 4.9.1 Epoch: 1
Release: 1mamba Version: 3.2.2
Release: 2mamba
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: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://libxmlplusplus.sourceforge.net 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 License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig BuildRequires: ldconfig
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libglibmm-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -58,12 +60,13 @@ This package contains the API documentation needed for development.
%setup -q %setup -q
%build %build
%configure --enable-static %meson
%make
%meson_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %meson_install
#docdir=%{_defaultdocdir}/%{name}-%{version}/docs #docdir=%{_defaultdocdir}/%{name}-%{version}/docs
#pushd %{buildroot}%{_defaultdocdir}/%{name}-%{version} #pushd %{buildroot}%{_defaultdocdir}/%{name}-%{version}
@ -102,17 +105,21 @@ This package contains the API documentation needed for development.
%{_includedir}/%{name}-?.?/%{name}/validators/*.h %{_includedir}/%{name}-?.?/%{name}/validators/*.h
%dir %{_libdir}/%{name}-?.?/include %dir %{_libdir}/%{name}-?.?/include
%{_libdir}/%{name}-?.?/include/*.h %{_libdir}/%{name}-?.?/include/*.h
%{_libdir}/libxml++*.a
%{_libdir}/libxml++*.la
%{_libdir}/libxml++*.so %{_libdir}/libxml++*.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%files apidocs #%files apidocs
%defattr(-, root, root) #%defattr(-, root, root)
%doc %{_datadir}/devhelp/books/%{name}-* #%doc %{_datadir}/devhelp/books/%{name}-*
%doc %{_docdir}/%{name}-*/reference #%doc %{_docdir}/%{name}-*/reference
%changelog %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 * Wed Dec 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9.1-1mamba
- update to 4.9.1 - update to 4.9.1