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}