]> git.pld-linux.org Git - packages/fswcert.git/commitdiff
- new PLD spec
authorpioklo <pioklo@linuxpl.com>
Wed, 1 May 2002 18:22:56 +0000 (18:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fswcert.spec -> 1.1

fswcert.spec [new file with mode: 0644]

diff --git a/fswcert.spec b/fswcert.spec
new file mode 100644 (file)
index 0000000..34a1650
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       Extract FreeS/WAN ipsec keys from X.509 format certificates
+Name:          fswcert
+Version:       0.6
+Release:       1
+URL:           http://www.strongsec.com/freeswan/
+Source0:       http://www.strongsec.com/freeswan/%{name}-%{version}.tar.gz
+License:       GPL
+Group:         System Environment/Daemons
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Requires:      freeswan
+Requires:      openssl
+BuildRequires: openssl-devel
+
+%description
+Utility to extract FreeS/WAN RSA keys from X.509 format certificates
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d  $RPM_BUILD_ROOT%{_sbindir}
+install --strip fswcert  $RPM_BUILD_ROOT%{_sbindir}
+
+gzip -9nf README CHANGES
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_sbindir}/fswcert
+
+
+# EOF
This page took 0.063579 seconds and 4 git commands to generate.