From 55905e013a3dfd6db866a4db83d453e9de00f29b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 9 Feb 2010 14:38:48 +0000 Subject: [PATCH] - rel 4 - convert newlines of all files from DOS to UNIX in install - fix for missing newline at end of file Changed files: ca-certificates.spec -> 1.27 --- ca-certificates.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ca-certificates.spec b/ca-certificates.spec index 4d7f599..9021b2c 100644 --- a/ca-certificates.spec +++ b/ca-certificates.spec @@ -4,7 +4,7 @@ Summary: Common CA Certificates PEM files Summary(pl.UTF-8): Pliki PEM popularnych certyfikatów CA Name: ca-certificates Version: 20090814 -Release: 3 +Release: 4 License: distributable Group: Libraries Source0: ftp://ftp.debian.org/debian/pool/main/c/ca-certificates/%{name}_%{version}.tar.gz @@ -39,10 +39,11 @@ Patch0: %{name}-undebianize.patch Patch1: %{name}-more-certs.patch Patch2: %{name}-etc-certs.patch Patch3: %{name}-c_rehash.sh.patch +Patch4: %{name}-endline.patch URL: http://www.cacert.org/ -BuildRequires: coreutils BuildRequires: python BuildRequires: python-modules +BuildRequires: sed >= 4.0 BuildRequires: unzip Obsoletes: certificates BuildArch: noarch @@ -76,6 +77,7 @@ Skrypt i dane do odświeżania bazy certyfikatów CA. %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %{__unzip} -qq %{SOURCE1} -d thawte # resolve file name clash @@ -84,8 +86,7 @@ mv 'thawte/Thawte Roots/Thawte Extended Validation/thawte Primary Root CA - G1 ( find thawte/ -name *.pem | while read f ; do ff=$(echo $f | sed -e 's|[ ,]|_|g' -e 's|[()]|=|g') - fff="thawte/$(basename "$ff" .pem).crt" - tr -d '\r' < "$f" > "$fff" + cp "$f" "thawte/$(basename "$ff" .pem).crt" done install -d certum @@ -118,6 +119,8 @@ install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_sbindir},%{certsdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT%{_datadir}/ca-certificates -name '*.crt' -exec sed -i -e 's/\r$//' {} \; + ( cd $RPM_BUILD_ROOT%{_datadir}/ca-certificates find . -name '*.crt' | sort | cut -b3- -- 2.43.0