update to 5.10.1 [release 5.10.1-1mamba;Wed Nov 02 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 23:36:09 +01:00
parent 9d68409367
commit fec83eaa4d

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: gwenhywfar
Version: 5.9.0
Version: 5.10.1
Release: 1mamba
Summary: A tool to allow porting of software to different operating systems like Linux, *BSD, Windows etc.
Group: System/Libraries
@ -8,37 +8,24 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.aquamaniac.de/rdm/
Source: https://www.aquamaniac.de/rdm/attachments/download/415/gwenhywfar-%{version}.tar.gz
Source: https+git://git.aquamaniac.de/git/gwenhywfar/%{version}/gwenhywfar-%{version}.tar.bz2
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libbrotli-devel
BuildRequires: libbzip2-devel
BuildRequires: libat-spi2-core-devel
BuildRequires: libcairo-devel
BuildRequires: libffi-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc
BuildRequires: libgcrypt-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libglvnd-devel
BuildRequires: libgmp-devel
BuildRequires: libgnutls-devel
BuildRequires: libgpg-error-devel
BuildRequires: libgraphite2-devel
BuildRequires: libgtk3-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libnettle-devel
BuildRequires: libopenssl-devel
BuildRequires: libp11-kit-devel
BuildRequires: libpango-devel
BuildRequires: libpcre-devel
BuildRequires: libpng-devel
BuildRequires: libstdc++6-devel
BuildRequires: libtasn1-devel
BuildRequires: libunistring-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -77,7 +64,7 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: lib%{name}-gtk3 = %{?epoch:%epoch:}%{version}-%{release}
Requires: lib%{name}-qt5 = %{?epoch:%epoch:}%{version}-%{release}
Provides: gwenhywfar-devel
Obsoletes: gwenhywfar-devel
Obsoletes: gwenhywfar-devel < 5.10.1
%description -n lib%{name}-devel
Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides you with some often needed modules such as configuration file handling, simple XML file parsing, IPC etc.
@ -161,12 +148,8 @@ autoreconf -f -i
%dir %{_includedir}/gwenhywfar5
%{_includedir}/gwenhywfar5/*
%{_libdir}/libgwenhywfar.so
%{_libdir}/libgwenhywfar.la
%{_libdir}/libgwengui-cpp.la
%{_libdir}/libgwengui-cpp.so
%{_libdir}/libgwengui-gtk3.la
%{_libdir}/libgwengui-gtk3.so
%{_libdir}/libgwengui-qt5.la
%{_libdir}/libgwengui-qt5.so
%dir %{_libdir}/cmake/gwengui-qt5-%{majver}
%{_libdir}/cmake/gwengui-qt5-%{majver}/gwengui-qt5-config*.cmake
@ -178,6 +161,9 @@ autoreconf -f -i
%doc NEWS README TODO
%changelog
* Wed Nov 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.10.1-1mamba
- update to 5.10.1
* Sat May 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-1mamba
- update to 5.9.0