]> git.pld-linux.org Git - packages/fswcert.git/blob - fswcert.spec
- tabs in preamble
[packages/fswcert.git] / fswcert.spec
1 Summary:        Extract FreeS/WAN ipsec keys from X.509 format certificates
2 Summary(pl.UTF-8):      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 # Source0-md5:  db202a0b83ee9299efb55b7f7ab1781e
10 URL:            http://www.strongsec.com/freeswan/
11 BuildRequires:  openssl-devel >= 0.9.7d
12 Requires:       freeswan
13 Requires:       openssl
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Utility to extract FreeS/WAN RSA keys from X.509 format certificates.
18
19 %description -l pl.UTF-8
20 Narzędzie tworzące klucze RSA do FreeS/WAN z certyfikatów w formacie
21 X.509.
22
23 %prep
24 %setup -q -n %{name}
25
26 %build
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 install -d $RPM_BUILD_ROOT%{_sbindir}
33 install fswcert $RPM_BUILD_ROOT%{_sbindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README CHANGES
41 %attr(755,root,root) %{_sbindir}/fswcert
This page took 0.048597 seconds and 3 git commands to generate.