]> git.pld-linux.org Git - packages/QtKeychain.git/blobdiff - QtKeychain.spec
cleanup bogus requires in qt5 package
[packages/QtKeychain.git] / QtKeychain.spec
index 668570f9b4b7785efdc7d5a6e65f38f68e292e6b..0ae90273f4c8fceb9a35474e4bd1e2c01fde8586 100644 (file)
@@ -6,23 +6,25 @@
 Summary:       Qt API to store passwords and other secret data securely
 Name:          QtKeychain
 Version:       0.4.0
-Release:       1
+Release:       2
 License:       Modified BSD License
 Group:         Libraries
 Source0:       https://github.com/frankosterfeld/qtkeychain/archive/v%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: e4e48d8742a9fd2664425d58be236424
 URL:           https://github.com/frankosterfeld/qtkeychain
 BuildRequires: cmake
-BuildRequires: gettext-tools
 BuildRequires: libstdc++-devel
+BuildRequires: rpmbuild(find_lang) >= 1.37
 %if %{with qt4}
 BuildRequires: QtCore-devel
+BuildRequires: QtDBus-devel
 BuildRequires: qt4-build
 BuildRequires: qt4-linguist
 BuildRequires: qt4-qmake
 %endif
 %if %{with qt5}
 BuildRequires: Qt5Core-devel
+BuildRequires: Qt5DBus-devel
 BuildRequires: qt5-build
 BuildRequires: qt5-linguist
 BuildRequires: qt5-qmake
@@ -53,8 +55,6 @@ applications that use QKeychain.
 %package -n Qt5Keychain
 Summary:       Qt API to store passwords and other secret data securely
 Group:         Libraries
-Requires:      qt5-build
-Requires:      qt5-qmake
 
 %description -n Qt5Keychain
 QtKeychain a Qt API to store passwords and other secret data securely.
This page took 0.083271 seconds and 4 git commands to generate.