|
|
@ -5,8 +5,8 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: qtkeychain
|
|
|
|
Name: qtkeychain
|
|
|
|
Version: 0.10.0
|
|
|
|
Version: 0.11.1
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A password store library
|
|
|
|
Summary: A password store library
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
@ -55,6 +55,7 @@ This package contains development files for qt5keychain.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with qt4}
|
|
|
|
%if %{with qt4}
|
|
|
|
mkdir %{_target_platform}-qt4
|
|
|
|
mkdir %{_target_platform}-qt4
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -83,9 +84,9 @@ mkdir %{_target_platform}-qt4
|
|
|
|
%find_lang %{name} --with-qt
|
|
|
|
%find_lang %{name} --with-qt
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with qt4}
|
|
|
|
%if %{with qt4}
|
|
|
|
grep %{_qt4_translationdir} %{name}.lang > %{name}-qt4.lang
|
|
|
|
grep %{_datadir}/%{name}/translations %{name}.lang > %{name}-qt4.lang
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
grep %{_qt5_translationdir} %{name}.lang > %{name}-qt5.lang
|
|
|
|
grep %{_datadir}/qt5keychain/translations %{name}.lang > %{name}-qt5.lang
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with qt4}
|
|
|
|
%if %{with qt4}
|
|
|
|
%files -f %{name}-qt4.lang
|
|
|
|
%files -f %{name}-qt4.lang
|
|
|
@ -114,6 +115,9 @@ grep %{_qt5_translationdir} %{name}.lang > %{name}-qt5.lang
|
|
|
|
%{_libdir}/qt5/mkspecs/modules/qt_Qt5Keychain.pri
|
|
|
|
%{_libdir}/qt5/mkspecs/modules/qt_Qt5Keychain.pri
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Sep 08 2020 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.11.1-1
|
|
|
|
|
|
|
|
- Update to 0.11.1
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 31 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.10.0-4
|
|
|
|
* Mon Aug 31 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.10.0-4
|
|
|
|
- Fix for CMake macro changes
|
|
|
|
- Fix for CMake macro changes
|
|
|
|
- Add ability to disable Qt4 build (makes it easier to maintain EPEL8 branch)
|
|
|
|
- Add ability to disable Qt4 build (makes it easier to maintain EPEL8 branch)
|
|
|
|