From bba76a075aa937f14934997e9e9ad3f4a17606c0 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 26 Jan 2023 08:32:49 -0800 Subject: [PATCH] Clean up qt4 build dependencies --- qtkeychain.spec | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/qtkeychain.spec b/qtkeychain.spec index 42a1f95..4bcbbbc 100644 --- a/qtkeychain.spec +++ b/qtkeychain.spec @@ -12,21 +12,10 @@ BuildRequires: make BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: pkgconfig(libsecret-1) -BuildRequires: qt-devel %description The qtkeychain library allows you to store passwords easily and securely. -%package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} -Requires: pkgconfig(QtDBus) -# deps referenced in QtKeychainLibraryDepends-relwithdebinfo.cmake: IMPORTED_LINK_INTERFACE_LIBRARIES_RELWITHDEBINFO "/usr/lib64/libQtCore.so;secret-1;gio-2.0;gobject-2.0;glib-2.0;/usr/lib64/libQtDBus.so" -# *probably* overlinking and can be pruned, but requires closer inspection -Requires: pkgconfig(libsecret-1) -%description devel -This package contains development files for qtkeychain. - %package qt5 Summary: %{summary}