]> git.pld-linux.org Git - packages/fswcert.git/blob - fswcert.spec
- force to use openssl >= 0.9.7, idea by kloczek
[packages/fswcert.git] / fswcert.spec
1 Summary:        Extract FreeS/WAN ipsec keys from X.509 format certificates
2 Summary(pl):    Narzêdzie tworz±ce klucze ipsec z certyfikatów X.509
3 Name:           fswcert
4 Version:        0.6
5 Release:        1
6 License:        GPL
7 Group:          Networking/Daemons
8 Source0:        http://www.strongsec.com/freeswan/%{name}-%{version}.tar.gz
9 URL:            http://www.strongsec.com/freeswan/
10 BuildRequires:  openssl-devel >= 0.9.7
11 Requires:       freeswan
12 Requires:       openssl
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Utility to extract FreeS/WAN RSA keys from X.509 format certificates.
17
18 %description -l pl
19 Narzêdzie tworz±ce klucze RSA do FreeS/WAN z certyfikatów w formacie
20 X.509.
21
22 %prep
23 %setup -q -n %{name}
24
25 %build
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 install -d $RPM_BUILD_ROOT%{_sbindir}
32 install fswcert $RPM_BUILD_ROOT%{_sbindir}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc README CHANGES
40 %attr(755,root,root) %{_sbindir}/fswcert
This page took 0.054048 seconds and 3 git commands to generate.