packages: ksshaskpass/ksshaskpass.spec (NEW) - initial

arekm arekm at pld-linux.org
Fri Oct 21 18:01:43 CEST 2011


Author: arekm                        Date: Fri Oct 21 16:01:43 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/ksshaskpass:
   ksshaskpass.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/ksshaskpass/ksshaskpass.spec
diff -u /dev/null packages/ksshaskpass/ksshaskpass.spec:1.1
--- /dev/null	Fri Oct 21 18:01:43 2011
+++ packages/ksshaskpass/ksshaskpass.spec	Fri Oct 21 18:01:38 2011
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:	OpenSSH KDE4 passphrase dialog with KWallet support
+Name:		ksshaskpass
+Version:	0.5.3
+Release:	1
+License:	GPL
+Group:		Applications/Networking
+Source0:	http://kde-apps.org/CONTENT/content-files/50971-%{name}-%{version}.tar.gz
+# Source0-md5:	05dad7745e9d92b08bd86e7ab7a9540d
+URL:		http://kde-apps.org/content/show.php/Ksshaskpass?content=50971
+Requires:	openssh
+BuildRequires:	cmake
+BuildRequires:	kde4-kdelibs-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is an KDE4-based passphrase dialog with KWallet support foruse
+with OpenSSH.
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake \
+	..
+
+%{__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)
+%doc README
+%attr(755,root,root) %{_bindir}/ksshaskpass
+%{_desktopdir}/kde4/ksshaskpass.desktop
+%{_mandir}/man1/ksshaskpass.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/10/21 16:01:38  arekm
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list