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