[packages/kp6-kwallet-pam] - updated to 6.0.0

witekfl witekfl at pld-linux.org
Sun Mar 3 21:09:40 CET 2024


commit 9231cfc3cb8779d827044fab323031c664e89dbc
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sun Mar 3 20:56:54 2024 +0100

    - updated to 6.0.0

 kp6-kwallet-pam.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)
---
diff --git a/kp6-kwallet-pam.spec b/kp6-kwallet-pam.spec
new file mode 100644
index 0000000..2a72d39
--- /dev/null
+++ b/kp6-kwallet-pam.spec
@@ -0,0 +1,56 @@
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+%define		kdeplasmaver	6.0.0
+%define		qtver		5.15.2
+%define		kpname		kwallet-pam
+Summary:	KWallet PAM integration
+Name:		kp6-%{kpname}
+Version:	6.0.0
+Release:	1
+License:	GPL v2+/LGPL v2.1+
+Group:		Base
+Source0:	https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
+# Source0-md5:	7fad253ac68778bf4046b72a892ade92
+URL:		http://www.kde.org/
+BuildRequires:	cmake >= 3.16.0
+BuildRequires:	kf6-extra-cmake-modules >= 1.4.0
+BuildRequires:	pam-devel
+BuildRequires:	qt6-build >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KWallet PAM integration.
+
+%prep
+%setup -q -n %{kpname}-%{version}
+
+%build
+%cmake -B build \
+	-G Ninja \
+	%{!?with_tests:-DBUILD_TESTING=OFF} \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+	-DCMAKE_INSTALL_LIBDIR:PATH=/%{_lib} \
+	-DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir}
+%ninja_build -C build
+
+%if %{with tests}
+ctest
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) /%{_lib}/security/pam_kwallet5.so
+/etc/xdg/autostart/pam_kwallet_init.desktop
+%attr(755,root,root) %{_libexecdir}/pam_kwallet_init
+%{systemduserunitdir}/plasma-kwallet-pam.service
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp6-kwallet-pam.git/commitdiff/9231cfc3cb8779d827044fab323031c664e89dbc



More information about the pld-cvs-commit mailing list