X-Git-Url: http://git.pld-linux.org/?p=packages%2Fca-certificates.git;a=blobdiff_plain;f=ca-certificates.spec;h=e0d859abfa9ea28100c5f3e731e97ed9473b0101;hp=0209b46f7cedd81f90bf17f24abb20d56bd2aad8;hb=4c4c2875c4094a7b9114c922f820da692147c374;hpb=b688799c0c198ad741c3fbf64c5e5f89855a3128 diff --git a/ca-certificates.spec b/ca-certificates.spec index 0209b46..e0d859a 100644 --- a/ca-certificates.spec +++ b/ca-certificates.spec @@ -1,23 +1,49 @@ -# TODO -# - get rid (or update our rc-scripts) debianized run-parts -# - use global certs dir or sth Summary: Common CA Certificates PEM files Summary(pl.UTF-8): Pliki PEM popularnych certyfikatów CA Name: ca-certificates Version: 20080809 -Release: 0.1 -# is it license name or should be unified? ("distributable"?) -License: freedist +Release: 1 +License: distributable Group: Libraries Source0: ftp://ftp.debian.org/debian/pool/main/c/ca-certificates/%{name}_%{version}.tar.gz # Source0-md5: c155f5059006b94ad0aea7018161ab37 +Source1: https://www.verisign.com/support/thawte-roots.zip +# Source1-md5: a3709cc0279ef3fca4f86ea775066b18 +Source2: http://www.certum.pl/keys/CA.pem +# Source2-md5: 35610177afc9c64e70f1ce62c1885496 +Source3: http://www.certum.pl/keys/level1.pem +# Source3-md5: ba2d2e234ef9cfd2e6e5f810c964862e +Source4: http://www.certum.pl/keys/level2.pem +# Source4-md5: d06578a04e8cb23071f3870430ea0cf0 +Source5: http://www.certum.pl/keys/level3.pem +# Source5-md5: 47b67c63a52236576fc0d1150327c962 +Source6: http://www.certum.pl/keys/level4.pem +# Source6-md5: f1f8a65d177745311a1e99f029ae5d71 +Source7: http://www.certum.pl/keys/vs.pem +# Source7-md5: 8da19ffc48c5dcc2868b1aa55f1d5983 +Source8: http://www.certum.pl/keys/na.pem +# Source8-md5: ba571cb35e7672ff7ae95132ac1bfec4 +Source9: http://www.certum.pl/keys/tsa.pem +# Source9-md5: 1a7b3faf8ed00f4d80297de74862e102 +Source10: http://www.certum.pl/keys/class1.pem +# Source10-md5: 058436b132ea2df6972821f546104a16 +Source11: http://www.certum.pl/keys/class2.pem +# Source11-md5: 5caf7fe99b1fc6e63c40b3d081711d1b +Source12: http://www.certum.pl/keys/class3.pem +# Source12-md5: 07bc97e21da092ba53535c7379e1b58b +Source13: http://www.certum.pl/keys/class4.pem +# Source13-md5: 99ef61d509539af89f1c025b67245965 +Patch0: %{name}-undebianize.patch +Patch1: %{name}-more-certs.patch +Patch2: %{name}-etc-certs.patch URL: http://www.cacert.org/ -# for temp files +BuildRequires: ruby +BuildRequires: unzip Requires: mktemp -# for c_rehash -Requires: openssl-tools-perl -# for /bin/run-parts -Requires: rc-scripts >= 0.4.1.25 +Requires: openssl >= 0.9.8i-2 +Requires: openssl-tools-perl >= 0.9.8i-2 +Requires: rpm-whiteout >= 1.7 +Obsoletes: certificates BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -29,10 +55,41 @@ Pliki PEM popularnych certyfikatów CA. %prep %setup -q -n %{name} +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 + +unzip %{SOURCE1} '*_b64.txt' -d thawte/ +for I in thawte/{,*/}*.txt; do + mv "$I" "`echo $I | sed -e 's|_b64.txt|.crt|' -e 's|/.*/|/|'`" +done + +install -d certum +install %{SOURCE2} certum +install %{SOURCE3} certum +install %{SOURCE4} certum +install %{SOURCE5} certum +install %{SOURCE6} certum +install %{SOURCE7} certum +install %{SOURCE8} certum +install %{SOURCE9} certum +install %{SOURCE10} certum +install %{SOURCE11} certum +install %{SOURCE12} certum +install %{SOURCE13} certum +for I in certum/*.pem; do + mv "$I" "`echo $I | sed -e 's|pem|crt|'`" +done + +%build +%{__make} + +# We have those and more in specific dirs +rm mozilla/{Thawte,thawte,Certum}*.crt %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_sbindir},/etc/ssl/certs,%{_sysconfdir}/ca-certificates/update.d} +install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_sbindir},/etc/openssl} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -42,7 +99,7 @@ cd $RPM_BUILD_ROOT%{_datadir}/ca-certificates find . -name '*.crt' | sort | cut -b3- ) > $RPM_BUILD_ROOT%{_sysconfdir}/ca-certificates.conf -touch $RPM_BUILD_ROOT/etc/ssl/certs/ca-certificates.crt +touch $RPM_BUILD_ROOT/etc/openssl/ca-certificates.crt %clean rm -rf $RPM_BUILD_ROOT @@ -52,10 +109,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%dir /etc/ssl/certs -%config(noreplace) %verify(not md5 mtime size) /etc/ssl/certs/ca-certificates.crt -# remove noreplace? +%config(noreplace) %verify(not md5 mtime size) /etc/openssl/ca-certificates.crt %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ca-certificates.conf -%dir %{_sysconfdir}/ca-certificates/update.d %attr(755,root,root) %{_sbindir}/update-ca-certificates %{_datadir}/ca-certificates