|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: qtkeychain
|
|
|
|
|
Version: 0.9.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: A password store library
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -37,6 +37,9 @@ BuildRequires: cmake(Qt5Core)
|
|
|
|
|
BuildRequires: cmake(Qt5LinguistTools)
|
|
|
|
|
Requires: %{name}-qt5%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
Requires: qt5-qtbase-devel%{?_isa}
|
|
|
|
|
# deps referenced in Qt5KeychainLibraryDepends-relwithdebinfo.cmake: IMPORTED_LINK_INTERFACE_LIBRARIES_RELWITHDEBINFO "Qt5::Core;secret-1;gio-2.0;gobject-2.0;glib-2.0;Qt5::DBus"
|
|
|
|
|
# *probably* overlinking and can be pruned, but requires closer inspection
|
|
|
|
|
Requires: pkgconfig(libsecret-1)
|
|
|
|
|
|
|
|
|
|
%description qt5-devel
|
|
|
|
|
This package contains development files for qt5keychain.
|
|
|
|
@ -95,6 +98,9 @@ grep %{_qt5_translationdir} %{name}.lang > %{name}-qt5.lang
|
|
|
|
|
%{_libdir}/qt5/mkspecs/modules/qt_Qt5Keychain.pri
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 31 2019 Rex Dieter <rdieter@fedoraproject.org> - 0.9.1-3
|
|
|
|
|
- -devel: +Requires: pkgconfig(libsecret-1)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|