[packages/gwenhywfar] - up to 5.7.3
mrozowik
mrozowik at pld-linux.org
Thu Oct 14 23:00:28 CEST 2021
commit 736f284c3b3b6b345abe353988a71b0b0d4988d3
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Thu Oct 14 21:00:15 2021 +0000
- up to 5.7.3
gwenhywfar-qt5.patch | 11 +++++------
gwenhywfar.spec | 25 ++++++++++++++++++++++---
2 files changed, 27 insertions(+), 9 deletions(-)
---
diff --git a/gwenhywfar.spec b/gwenhywfar.spec
index 4a4a1ce..7d0e350 100644
--- a/gwenhywfar.spec
+++ b/gwenhywfar.spec
@@ -18,13 +18,13 @@
Summary: Gwenhywfar - a multi-platform helper library for networking and security
Summary(pl.UTF-8): Gwenhywfar - wieloplatformowa biblioteka pomocnicza do sieci i bezpieczeństwa
Name: gwenhywfar
-Version: 5.6.0
+Version: 5.7.3
Release: 1
License: LGPL v2.1+ with OpenSSL linking exception
Group: Libraries
# https://www.aquamaniac.de/sites/download/packages.php
-Source0: https://www.aquamaniac.de/rdm/attachments/download/364/%{name}-%{version}.tar.gz
-# Source0-md5: d01434890cb213337c27a47dca28cc32
+Source0: https://www.aquamaniac.de/rdm/attachments/download/390/%{name}-%{version}.tar.gz
+# Source0-md5: ba92064a046501524064c926492ecc3d
Patch0: gcc.patch
Patch1: %{name}-qt5.patch
URL: https://www.aquamaniac.de/sites/aqbanking/
@@ -355,6 +355,20 @@ Static Qt 5 Gwenhywfar GUI library.
%description gui-qt5-static -l pl.UTF-8
Statyczna biblioteka graficznego interfejsu Qt 5 do Gwenhywfar.
+%package gwenbuild
+Summary: Specific build system for the aqbanking universe
+Summary(pl.UTF-8): Specyficzny system budowania dla uniwersum aqbanking
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}
+
+%description gwenbuild
+Gwenbuild is a lightweight and fast build system tailored for the
+aqbanking universe.
+
+%description gwenbuild -l pl.UTF-8
+Gwenbuild to lekki i szybki system budowania dopasowany do uniwersum
+aqbanking.
+
%prep
%setup -q
%patch0 -p1
@@ -573,3 +587,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libgwengui-qt5.a
%endif
%endif
+
+%files gwenbuild
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/gwbuild
+%{_datadir}/gwenbuild
diff --git a/gwenhywfar-qt5.patch b/gwenhywfar-qt5.patch
index 81a5005..5871e93 100644
--- a/gwenhywfar-qt5.patch
+++ b/gwenhywfar-qt5.patch
@@ -1,8 +1,7 @@
-diff -up gwenhywfar-5.6.0/m4/ax_have_qt.m4.orig gwenhywfar-5.6.0/m4/ax_have_qt.m4
---- gwenhywfar-5.6.0/m4/ax_have_qt.m4.orig 2021-05-06 10:50:13.840745665 +0200
-+++ gwenhywfar-5.6.0/m4/ax_have_qt.m4 2021-05-06 10:53:38.396014533 +0200
-@@ -76,8 +76,8 @@ AC_DEFUN([AX_HAVE_QT],
-
+--- gwenhywfar-5.7.3/m4/ax_have_qt.m4~ 2021-09-10 14:31:02.000000000 +0000
++++ gwenhywfar-5.7.3/m4/ax_have_qt.m4 2021-10-09 04:49:27.508157541 +0000
+@@ -76,8 +76,8 @@
+ )
AC_MSG_CHECKING(for Qt)
# If we have Qt5 or later in the path, we're golden
- ver=`$QT_QMAKE --version | grep -o "Qt version ."`
@@ -11,4 +10,4 @@ diff -up gwenhywfar-5.6.0/m4/ax_have_qt.m4.orig gwenhywfar-5.6.0/m4/ax_have_qt.m
+ if test "$ver" -gt 4; then
have_qt=yes
# This pro file dumps qmake's variables, but it only works on Qt 5 or later
- am_have_qt_pro=`mktemp`
+ am_have_qt_dir=`mktemp -d`
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gwenhywfar.git/commitdiff/736f284c3b3b6b345abe353988a71b0b0d4988d3
More information about the pld-cvs-commit
mailing list