[packages/Qt5Keychain] - new spec based on QtKeychain.spec - previously both qt4 and qt5 version were built from QtKeychain

witekfl witekfl at pld-linux.org
Fri Apr 23 15:07:24 CEST 2021


commit 6a224b009a54ea461e23cdbfe14ee5a5516488ac
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Fri Apr 23 15:06:17 2021 +0200

    - new spec based on QtKeychain.spec
    - previously both qt4 and qt5 version were built from QtKeychain.spec, but qt4 is obsolete now

 Qt5Keychain.spec | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 97 insertions(+)
---
diff --git a/Qt5Keychain.spec b/Qt5Keychain.spec
new file mode 100644
index 0000000..8f588f9
--- /dev/null
+++ b/Qt5Keychain.spec
@@ -0,0 +1,97 @@
+#
+
+Summary:	Qt API to store passwords and other secret data securely
+Summary(pl.UTF-8):	API Qt do bezpiecznego przechowywania haseł i innych tajnych danych
+Name:		Qt5Keychain
+Version:	0.12.0
+Release:	1
+License:	Modified BSD License
+Group:		Libraries
+#Source0Download: https://github.com/frankosterfeld/qtkeychain/releases
+Source0:	https://github.com/frankosterfeld/qtkeychain/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	474f172b42017872dd50eec6c9981fed
+URL:		https://github.com/frankosterfeld/qtkeychain
+BuildRequires:	cmake >= 2.8.11
+BuildRequires:	libsecret-devel
+BuildRequires:	libstdc++-devel
+BuildRequires:	rpmbuild(find_lang) >= 1.37
+BuildRequires:	rpmbuild(macros) >= 1.605
+BuildRequires:	Qt5Core-devel >= 5
+BuildRequires:	Qt5DBus-devel >= 5
+BuildRequires:	qt5-build >= 5
+BuildRequires:	qt5-linguist >= 5
+BuildRequires:	qt5-qmake >= 5
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Qt5Keychain a Qt API to store passwords and other secret data securely.
+
+How the data is stored depends on the platform:
+- Mac OS X: Passwords are stored in the OS X Keychain.
+- Linux/Unix: If running, GNOME Keyring is used, otherwise qtkeychain
+  tries to use KWallet (via D-Bus), if available.
+- Windows: Windows does not provide a service for secure storage.
+  Qt5Keychain uses the Windows API function
+
+%description -l pl.UTF-8
+API Qt do bezpiecznego przechowywania haseł i innych tajnych danych.
+
+Sposób przechowywania danych zależy od platformy:
+- Mac OS X: hasła są przechowywanie poprzez usługę OS X Keychain
+- Linux/Unix: używany jest GNOME Keyring jeśli jest uruchomiony,
+  w przeciwnym wypadku używany jest KWallet (przez DBus), o ile jest
+  dostępny
+- Windows: system nie udostępnia usługi do bezpiecznego przechowywania
+  danych; Qt5Keychain używa funkcji Windows API
+
+%package devel
+Summary:	Development files for Qt5Keychain
+Summary(pl.UTF-8):	Pliki programistyczne biblioteki Qt5Keychain
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+This package contains the header files for developing applications
+that use Qt5Keychain.
+
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkowe do tworzenia aplikacji
+wykorzystujących bibliotekę Qt5Keychain.
+
+%prep
+%setup -q -n qtkeychain-%{version}
+
+%build
+install -d build-qt5
+cd build-qt5
+%cmake .. \
+	-DBUILD_WITH_QT4:BOOL=OFF \
+	-DECM_MKSPECS_INSTALL_DIR=%{_libdir}/qt5/mkspecs/modules
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build-qt5 install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang qtkeychain --with-qm
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files -f qtkeychain.lang
+%defattr(644,root,root,755)
+%doc COPYING ChangeLog
+%attr(755,root,root) %{_libdir}/libqt5keychain.so.*.*.*
+%ghost %{_libdir}/libqt5keychain.so.1
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libqt5keychain.so
+%{_includedir}/qt5keychain
+%{_libdir}/cmake/Qt5Keychain
+%{_libdir}/qt5/mkspecs/modules/qt_Qt5Keychain.pri
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Qt5Keychain.git/commitdiff/6a224b009a54ea461e23cdbfe14ee5a5516488ac



More information about the pld-cvs-commit mailing list