]> git.pld-linux.org Git - packages/certificates.git/blob - certificates.spec
c51fd6e0178b8968c5aee0b4cf8eb530f6263793
[packages/certificates.git] / certificates.spec
1 Summary:        Root CA
2 Summary(pl):    Certyfikaty
3 Name:           certificates
4 Version:        1.0
5 Release:        1
6 License:        distributable (?)
7 Group:          Networking
8 Source0:        http://www.modssl.org/source/mod_ssl-2.8.15-1.3.28.tar.gz
9 # Source0-md5:  0f37d6efd51128f696000d73624f5aff
10 Source1:        cert-split
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 This package contains Root CA derived from mod_ssl.
16
17 %description -l pl
18 Pakiet zawiera certyfikaty wyci±gniête z mod_ssl.
19
20 %prep
21 %setup -q -n mod_ssl-2.8.15-1.3.28/pkg.sslcfg
22 install %{SOURCE1} .
23
24 %build
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT%{_datadir}/certs
29 path=`pwd`
30 cd $RPM_BUILD_ROOT%{_datadir}/certs
31 $path/cert-split < $path/ca-bundle.crt
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %{_datadir}/certs
This page took 0.063298 seconds and 2 git commands to generate.