|
|
@ -1,22 +1,22 @@
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: qtkeychain
|
|
|
|
Name: qtkeychain
|
|
|
|
Version: 0.7.0
|
|
|
|
Version: 0.9.1
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A password store library
|
|
|
|
Summary: A password store library
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
Url: https://github.com/frankosterfeld/qtkeychain
|
|
|
|
Url: https://github.com/frankosterfeld/qtkeychain
|
|
|
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
# https://github.com/frankosterfeld/qtkeychain/pull/144
|
|
|
|
|
|
|
|
Patch0: 0001-Convert-QStringLiteral-to-QLatin1String-to-keep-comp.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(QtCore)
|
|
|
|
BuildRequires: pkgconfig(QtCore)
|
|
|
|
BuildRequires: pkgconfig(QtDBus)
|
|
|
|
BuildRequires: pkgconfig(QtDBus)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libsecret-1)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The qtkeychain library allows you to store passwords easy and secure.
|
|
|
|
The qtkeychain library allows you to store passwords easily and securely.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
@ -29,7 +29,7 @@ This package contains development files for qtkeychain.
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
|
|
|
|
%description qt5
|
|
|
|
%description qt5
|
|
|
|
The qt5keychain library allows you to store passwords easy and secure.
|
|
|
|
The qt5keychain library allows you to store passwords easily and securely.
|
|
|
|
|
|
|
|
|
|
|
|
%package qt5-devel
|
|
|
|
%package qt5-devel
|
|
|
|
Summary: Development files for %{name}-qt5
|
|
|
|
Summary: Development files for %{name}-qt5
|
|
|
@ -42,7 +42,7 @@ Requires: qt5-qtbase-devel%{?_isa}
|
|
|
|
This package contains development files for qt5keychain.
|
|
|
|
This package contains development files for qt5keychain.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup
|
|
|
|
%autosetup -p1
|
|
|
|
mkdir %{_target_platform}-qt4
|
|
|
|
mkdir %{_target_platform}-qt4
|
|
|
|
mkdir %{_target_platform}-qt5
|
|
|
|
mkdir %{_target_platform}-qt5
|
|
|
|
|
|
|
|
|
|
|
@ -70,32 +70,34 @@ popd
|
|
|
|
grep %{_qt4_translationdir} %{name}.lang > %{name}-qt4.lang
|
|
|
|
grep %{_qt4_translationdir} %{name}.lang > %{name}-qt4.lang
|
|
|
|
grep %{_qt5_translationdir} %{name}.lang > %{name}-qt5.lang
|
|
|
|
grep %{_qt5_translationdir} %{name}.lang > %{name}-qt5.lang
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}-qt4.lang
|
|
|
|
%files -f %{name}-qt4.lang
|
|
|
|
%doc ReadMe.txt
|
|
|
|
%doc ReadMe.txt
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%{_libdir}/libqtkeychain.so.*
|
|
|
|
%{_libdir}/libqtkeychain.so.1
|
|
|
|
|
|
|
|
%{_libdir}/libqtkeychain.so.0*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/qtkeychain/
|
|
|
|
%{_includedir}/qtkeychain/
|
|
|
|
%{_libdir}/cmake/QtKeychain/
|
|
|
|
%{_libdir}/cmake/QtKeychain/
|
|
|
|
%{_libdir}/libqtkeychain.so
|
|
|
|
%{_libdir}/libqtkeychain.so
|
|
|
|
|
|
|
|
%{_libdir}/qt5/mkspecs/modules/qt_QtKeychain.pri
|
|
|
|
%ldconfig_scriptlets qt5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files qt5 -f %{name}-qt5.lang
|
|
|
|
%files qt5 -f %{name}-qt5.lang
|
|
|
|
%doc ReadMe.txt
|
|
|
|
%doc ReadMe.txt
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%{_libdir}/libqt5keychain.so.*
|
|
|
|
%{_libdir}/libqt5keychain.so.1
|
|
|
|
|
|
|
|
%{_libdir}/libqt5keychain.so.0*
|
|
|
|
|
|
|
|
|
|
|
|
%files qt5-devel
|
|
|
|
%files qt5-devel
|
|
|
|
%{_includedir}/qt5keychain/
|
|
|
|
%{_includedir}/qt5keychain/
|
|
|
|
%{_libdir}/cmake/Qt5Keychain/
|
|
|
|
%{_libdir}/cmake/Qt5Keychain/
|
|
|
|
%{_libdir}/libqt5keychain.so
|
|
|
|
%{_libdir}/libqt5keychain.so
|
|
|
|
|
|
|
|
%{_libdir}/qt5/mkspecs/modules/qt_Qt5Keychain.pri
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Apr 28 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.9.1-1
|
|
|
|
|
|
|
|
- Release 0.9.1 (#1601122, #1481589)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-8
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|