[packages/kp5-kwallet-pam] - initial

arekm arekm at pld-linux.org
Sun Sep 6 21:36:29 CEST 2015


commit b96ec47cf0e56cd6f21732b9463bf57a954cd2e4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Sep 6 21:36:16 2015 +0200

    - initial

 kp5-kwallet-pam.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
---
diff --git a/kp5-kwallet-pam.spec b/kp5-kwallet-pam.spec
new file mode 100644
index 0000000..848baeb
--- /dev/null
+++ b/kp5-kwallet-pam.spec
@@ -0,0 +1,47 @@
+%define		kdeplasmaver	5.4.0
+%define		qtver		5.3.2
+%define		kpname		kwallet-pam
+Summary:	KWallet PAM integration
+Name:		kp5-%{kpname}
+Version:	5.4.0
+Release:	1
+License:	GPL v2+/LGPL v2.1+
+Group:		Base
+Source0:	http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
+# Source0-md5:	fa968c4eecb73f4bc1cbb032d112eda9
+URL:		http://www.kde.org/
+BuildRequires:	cmake >= 2.8.12
+BuildRequires:	kf5-extra-cmake-modules >= 1.4.0
+BuildRequires:	pam-devel
+BuildRequires:	qt5-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
+install -d build
+cd build
+%cmake \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+	-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
+	..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) /lib64/security/pam_kwallet5.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-kwallet-pam.git/commitdiff/b96ec47cf0e56cd6f21732b9463bf57a954cd2e4



More information about the pld-cvs-commit mailing list