From 74db311274fa92cc6e2863abf66bdca88ed96a0a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:07:42 +0100 Subject: [PATCH] remove past patch to fix pkgconfig [release 1.1.0-2mamba;Fri Nov 22 2019] --- libmygpo-qt.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/libmygpo-qt.spec b/libmygpo-qt.spec index c14db60..f3610cd 100644 --- a/libmygpo-qt.spec +++ b/libmygpo-qt.spec @@ -1,6 +1,6 @@ Name: libmygpo-qt Version: 1.1.0 -Release: 1mamba +Release: 2mamba Summary: A library supporting gpodder.net Podcast Directory Group: System/Libraries Vendor: openmamba @@ -13,8 +13,7 @@ License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc -BuildRequires: libqjson-devel -BuildRequires: libqt4-devel +BuildRequires: libqt5-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END Provides: libmyqpo-qt @@ -35,9 +34,11 @@ Obsoletes: libmyqpo-qt-devel A library supporting gpodder.net Podcast Directory. This package contains static libraries and header files need for development. +%debug_package + %prep %setup -q -n %{name}.%{version} -%patch0 -p1 +#%patch0 -p1 %build %cmake -d build \ @@ -71,6 +72,9 @@ This package contains static libraries and header files need for development. %doc README %changelog +* Fri Nov 22 2019 Silvan Calarco 1.1.0-2mamba +- remove past patch to fix pkgconfig + * Sun Apr 15 2018 Automatic Build System 1.1.0-1mamba - automatic version update by autodist