OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 05-Oct-2006 07:59:35
Branch: HEAD Handle: 2006100506593500
Added files:
openpkg-src/sshfp sshfp.spec
Log:
new package: sshfp 1.1.1 (Secure Shell (SSH) FingerPrint (FP) DNS RR
Generator)
Summary:
Revision Changes Path
1.1 +96 -0 openpkg-src/sshfp/sshfp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sshfp/sshfp.spec
============================================================================
$ cvs diff -u -r0 -r1.1 sshfp.spec
--- /dev/null 2006-10-05 07:58:47 +0200
+++ sshfp.spec 2006-10-05 07:59:35 +0200
@@ -0,0 +1,96 @@
+##
+## sshfp.spec -- OpenPKG RPM Package Specification
+## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/>
+## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/>
+##
+## Permission to use, copy, modify, and distribute this software for
+## any purpose with or without fee is hereby granted, provided that
+## the above copyright notice and this permission notice appear in all
+## copies.
+##
+## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+## SUCH DAMAGE.
+##
+
+# package version
+%define V_sshfp 1.1.1
+%define V_dnspython 1.4.0
+
+# package information
+Name: sshfp
+Summary: Secure Shell (SSH) FingerPrint (FP) DNS RR Generator
+URL: ftp://ftp.xelerance.com/sshfp/
+Vendor: P. Wouters & J. Appelbaum
+Packager: OpenPKG
+Distribution: OpenPKG
+Class: EVAL
+Group: SSH
+License: GPL
+Version: %{V_sshfp}
+Release: 20061005
+
+# list of sources
+Source0: ftp://ftp.xelerance.com/sshfp/sshfp-%{V_sshfp}.tar.gz
+Source1:
http://www.dnspython.org/kits/stable/dnspython-%{V_dnspython}.tar.gz
+
+# build information
+Prefix: %{l_prefix}
+BuildRoot: %{l_buildroot}
+BuildPreReq: OpenPKG, openpkg >= 20040130, python
+PreReq: OpenPKG, openpkg >= 20040130, python
+AutoReq: no
+AutoReqProv: no
+
+%description
+ SSHFP is a small utility for generating RFC44XX compliant Secure
+ Shell (SSH) FingerPrint (FP) Resource Records (RR) for the Domain
+ Name System (DNS).
+
+%track
+ prog sshfp = {
+ version = %{V_sshfp}
+ url = ftp://ftp.xelerance.com/sshfp/
+ regex = sshfp-(__VER__)\.tar\.gz
+ }
+ prog sshfp:dnspython = {
+ version = %{V_dnspython}
+ url = http://www.dnspython.org/kits/stable/
+ regex = dnspython-(__VER__)\.tar\.gz
+ }
+
+%prep
+ %setup -q
+ %setup -q -D -T -a 1
+
+%build
+
+%install
+ rm -rf $RPM_BUILD_ROOT
+ %{l_shtool} mkdir -f -p -m 755 \
+ $RPM_BUILD_ROOT%{l_prefix}/bin \
+ $RPM_BUILD_ROOT%{l_prefix}/man/man1
+ %{l_shtool} install -c -m 755 \
+ -e 's;#!/usr/bin/python;#!%{l_prefix}/bin/python;' \
+ sshfp $RPM_BUILD_ROOT%{l_prefix}/bin/
+ ( cd dnspython-%{V_dnspython}
+ %{l_prefix}/bin/python setup.py install --root=$RPM_BUILD_ROOT
+ ) || exit $?
+ %{l_shtool} install -c -m 644 \
+ sshfp.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+
+%files -f files
+
+%clean
+ rm -rf $RPM_BUILD_ROOT
+
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]