]> git.pld-linux.org Git - packages/openssl.git/blame_incremental - openssl.spec
- update from bero
[packages/openssl.git] / openssl.spec
... / ...
CommitLineData
1# TODO:
2# - get rid of gcc_4_2 patch and header files crapolla
3
4# Conditional build:
5%bcond_without tests
6%bcond_with purify # Compile openssl with \-DPURIFY, useful when one wants to
7 # use valgrind debugger against openssl-linked programs
8#
9%include /usr/lib/rpm/macros.perl
10Summary: OpenSSL Toolkit libraries for the "Secure Sockets Layer" (SSL v2/v3)
11Summary(de.UTF-8): Secure Sockets Layer (SSL)-Kommunikationslibrary
12Summary(es.UTF-8): Biblioteca C que suministra algoritmos y protocolos criptográficos
13Summary(fr.UTF-8): Utilitaires de communication SSL (Secure Sockets Layer)
14Summary(pl.UTF-8): Biblioteki OpenSSL (SSL v2/v3)
15Summary(pt_BR.UTF-8): Uma biblioteca C que fornece vários algoritmos e protocolos criptográficos
16Summary(ru.UTF-8): Библиотеки и утилиты для соединений через Secure Sockets Layer
17Summary(uk.UTF-8): Бібліотеки та утиліти для з'єднань через Secure Sockets Layer
18Name: openssl
19Version: 0.9.8e
20Release: 3
21License: Apache-style License
22Group: Libraries
23Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
24# Source0-md5: 3a7ff24f6ea5cd711984722ad654b927
25Source1: %{name}-ca-bundle.crt
26Source2: %{name}.1.pl
27Source3: %{name}-ssl-certificate.sh
28Patch0: %{name}-alpha-ccc.patch
29Patch1: %{name}-optflags.patch
30Patch2: %{name}-globalCA.diff
31Patch3: %{name}-include.patch
32Patch4: %{name}-md5-sparcv9.patch
33Patch5: %{name}-libvar.patch
34Patch6: %{name}-gcc_4_2.patch
35URL: http://www.openssl.org/
36BuildRequires: bc
37BuildRequires: perl-devel >= 1:5.6.1
38BuildRequires: rpm-perlprov >= 4.1-13
39BuildRequires: rpmbuild(macros) >= 1.213
40BuildRequires: sed >= 4.0
41Obsoletes: SSLeay
42Obsoletes: SSLeay-devel
43Obsoletes: SSLeay-perl
44Obsoletes: libopenssl0
45BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
46
47%description
48The OpenSSL Project is a collaborative effort to develop a robust,
49commercial-grade, full-featured, and Open Source toolkit implementing
50the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
51v1) protocols with full-strength cryptography world-wide. The project
52is managed by a worldwide community of volunteers that use the
53Internet to communicate, plan, and develop the OpenSSL tookit and its
54related documentation.
55
56OpenSSL is based on the excellent SSLeay library developed by Eric A.
57Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
58Apache-style licence, which basically means that you are free to get
59and use it for commercial and non-commercial purposes subject to some
60simple license conditions.
61
62This package contains shared libraries only, install openssl-tools if
63you want to use openssl cmdline tool.
64
65%description -l de.UTF-8
66Openssl enthält das OpenSSL Zertifikatsmanagementtool und shared
67libraries, die verschiedene Verschlüsselungs- und
68Entschlüsselungsalgorithmen und -protokolle, wie DES, RC4, RSA und SSL
69zur Verfügung stellen.
70
71%description -l es.UTF-8
72Biblioteca C que suministra algoritmos y protocolos criptográficos.
73
74%description -l fr.UTF-8
75OpenSSL est un outiil de gestion des certificats et les librairies
76partagees qui fournit plusieurs protocoles et algorithmes de
77codage/decodage, incluant DES, RC4, RSA et SSL.
78
79%description -l pl.UTF-8
80Implementacja protokołów kryptograficznych Secure Socket Layer (SSL)
81v2/v3 oraz Transport Layer Security (TLS v1).
82
83%description -l pt_BR.UTF-8
84Uma biblioteca C que fornece vários algoritmos e protocolos
85criptográficos, incluindo DES, RC4, RSA e SSL. Inclui bibliotecas
86compartilhadas e utilitários.
87
88%description -l ru.UTF-8
89Программа openssl для работы с сертификатами и разделяемые библиотеки,
90которые реализуют множетсво криптографических алгоритмов, включая DES,
91RC4, RSA и SSL.
92
93%description -l uk.UTF-8
94Програма openssl для роботи з сертифікатами та бібліотеки спільного
95користування, що реалізують велику кількість криптографічних
96алгоритмів, включаючи DES, RC4, RSA та SSL.
97
98%package tools
99Summary: OpenSSL command line tool and utilities
100Summary(pl.UTF-8): Zestaw narzędzi i skryptów
101Group: Applications/Communications
102Requires: %{name} = %{version}-%{release}
103
104%description tools
105The OpenSSL Toolkit cmdline tool openssl and utility scripts.
106
107%description tools -l pl.UTF-8
108Zestaw narzędzi i skryptów wywoływanych z linii poleceń.
109
110%package tools-perl
111Summary: OpenSSL utilities written in Perl
112Summary(pl.UTF-8): Narzędzia OpenSSL napisane w perlu
113Group: Applications/Communications
114Requires: %{name} = %{version}-%{release}
115
116%description tools-perl
117OpenSSL Toolkit tools written in Perl.
118
119%description tools-perl -l pl.UTF-8
120Narzędzia OpenSSL napisane w perlu.
121
122%package devel
123Summary: Development part of OpenSSL Toolkit libraries
124Summary(de.UTF-8): Secure Sockets Layer Kommunikationslibrary: statische libraries+header
125Summary(es.UTF-8): Bibliotecas y archivos de inclusión para desarrollo OpenSSL
126Summary(fr.UTF-8): Librairies statiques, headers et utilitaires pour communication SSL
127Summary(pl.UTF-8): Część bibiloteki OpenSSL przeznaczona dla programistów
128Summary(pt_BR.UTF-8): Bibliotecas e arquivos de inclusão para desenvolvimento OpenSSL
129Summary(ru.UTF-8): Библиотеки, хедеры и утилиты для Secure Sockets Layer
130Summary(uk.UTF-8): Бібліотеки, хедери та утиліти для Secure Sockets Layer
131Group: Development/Libraries
132Requires: %{name} = %{version}-%{release}
133Obsoletes: libopenssl0-devel
134
135%description devel
136Development part of OpenSSL library.
137
138%description devel -l es.UTF-8
139Bibliotecas y archivos de inclusión para desarrollo OpenSSL
140
141%description devel -l pl.UTF-8
142Część biblioteki OpenSSL przeznaczona dla programistów.
143
144%description devel -l pt_BR.UTF-8
145Uma biblioteca C que fornece vários algoritmos e protocolos
146criptográficos, incluindo DES, RC4, RSA e SSL. Inclui bibliotecas e
147arquivos de inclusão para desenvolvimento.
148
149%description devel -l ru.UTF-8
150Программа openssl для работы с сертификатами и разделяемые библиотеки,
151которые реализуют множетсво криптографических алгоритмов, включая DES,
152RC4, RSA и SSL. Включает библиотеки и хедеры для разработки приложений
153с использованием SSL.
154
155%description devel -l uk.UTF-8
156Програма openssl для роботи з сертифікатами та бібліотеки спільного
157користування, що реалізують велику кількість криптографічних
158алгоритмів, включаючи DES, RC4, RSA та SSL. Містить бібліотеки та
159хедери для розробки програм з використанням SSL.
160
161%package static
162Summary: Static OpenSSL libraries
163Summary(pl.UTF-8): Statyczne wersje bibliotek z OpenSSL
164Summary(pt_BR.UTF-8): Bibliotecas estáticas para desenvolvimento com openssl
165Summary(ru.UTF-8): Статические библиотеки разработчика для OpenSSL
166Summary(uk.UTF-8): Статичні бібліотеки програміста для OpenSSL
167Group: Development/Libraries
168Requires: %{name}-devel = %{version}-%{release}
169
170%description static
171Static OpenSSL Toolkit libraries.
172
173%description static -l pl.UTF-8
174Statyczne wersje bibliotek z OpenSSL.
175
176%description static -l pt_BR.UTF-8
177Bibliotecas estáticas para desenvolvimento com openssl.
178
179%description static -l ru.UTF-8
180Программа openssl для работы с сертификатами и разделяемые библиотеки,
181которые реализуют множетсво криптографических алгоритмов, включая DES,
182RC4, RSA и SSL. Включает статические библиотеки для разработки
183приложений с использованием OpenSSL.
184
185%description static -l uk.UTF-8
186Програма openssl для роботи з сертифікатами та бібліотеки спільного
187користування, що реалізують велику кількість криптографічних
188алгоритмів, включаючи DES, RC4, RSA та SSL. Містить статичні
189бібліотеки для розробки програм з використанням SSL.
190
191%prep
192%setup -q
193%patch0 -p1
194%patch1 -p1
195%patch2 -p1
196%patch3 -p1
197%patch4 -p1
198%patch5 -p1
199# XXX: gcc 4.2 hack
200cp crypto/asn1/asn1.h crypto/asn1/asn1.h.X
201cp crypto/ocsp/ocsp.h crypto/ocsp/ocsp.h.X
202cp crypto/pem/pem.h crypto/pem/pem.h.X
203%patch6 -p1
204
205%build
206%{__perl} -pi -e 's#%{_prefix}/local/bin/perl#%{__perl}#g' \
207 `grep -l -r "%{_prefix}/local/bin/perl" *`
208
209touch Makefile.*
210
211%{__perl} util/perlpath.pl %{__perl}
212
213OPTFLAGS="%{rpmcflags} %{?with_purify:-DPURIFY}"
214LDFLAGS="%{rpmldflags}"
215export OPTFLAGS LDFLAGS
216./Configure \
217 --openssldir=%{_var}/lib/%{name} \
218 --lib=%{_lib} \
219 shared threads \
220 enable-mdc2 enable-rc5 \
221%ifarch %{ix86}
222%ifarch i386
223 386 linux-elf
224# ^- allow running on 80386 (default code uses bswapl available on i486+)
225%else
226 linux-elf
227%endif
228%endif
229%ifarch alpha
230 linux-alpha+bwx-gcc
231%endif
232%ifarch %{x8664}
233 linux-x86_64
234%endif
235%ifarch ia64
236 linux-ia64
237%endif
238%ifarch ppc
239 linux-ppc
240%endif
241%ifarch ppc64
242 linux-ppc64
243%endif
244%ifarch sparc
245 linux-sparcv8
246%endif
247%ifarch sparcv9
248 linux-sparcv9
249%endif
250%ifarch sparc64
251 linux64-sparcv9
252%endif
253
254%{__make} -j1 all rehash %{?with_tests:tests} \
255 CC="%{__cc}" \
256 INSTALLTOP=%{_prefix}
257
258# Conv PODs to man pages. "openssl_" prefix is added to each manpage
259# to avoid potential conflicts with others packages.
260center="OpenSSL 0.9.7"
261rel="OpenSSL 0.9.7"
262
263cd doc/apps || exit 1
264%{__perl} -pi -e 's/(\W)((?<!openssl_)\w+)(\(\d\))/$1openssl_$2$3/g; s/openssl_openssl/openssl/g;' *.pod;
265
266for pod in *.pod; do
267 if [ $pod != "openssl.pod" ]; then
268 mv -f $pod openssl_$pod;
269 pod=openssl_$pod;
270 fi
271
272 sec=1
273 if [ $pod = "openssl_config.pod" ]; then
274 sec=5
275 fi
276
277 manpage=`basename $pod .pod`.$sec;
278 pod2man --section="$sec" --release="$rel" --center="$center" \
279 $pod > $manpage;
280 echo "$manpage";
281done
282cd ..
283
284sec=3
285for dir in ssl crypto; do
286 cd $dir || exit 1;
287 if [ $dir = "ssl" ]; then
288 rel="OpenSSL SSL/TLS library"
289 elif [ $dir = "crypto" ]; then
290 rel="OpenSSL cryptographic library"
291 fi
292
293 %{__perl} -pi -e 's/(\W)((?<!openssl_)\w+)(\(\d\))/$1openssl_$2$3/g; s/openssl_openssl/openssl/g;' *.pod;
294
295 for pod in *.pod; do
296 sec=`[ "$pod" = "des_modes.pod" ] && echo 7 || echo 3`;
297 mv -f $pod openssl_$pod;
298 pod=openssl_$pod;
299 manpage=`basename $pod .pod`.$sec;
300 pod2man --section="$sec" --release="$rel" --center=" " $pod > $manpage;
301 echo "$manpage";
302 done
303 cd ..
304done
305
306#cd perl
307#%%{__perl} Makefile.PL \
308# INSTALLDIRS=vendor
309#%{__make}
310
311%install
312rm -rf $RPM_BUILD_ROOT
313install -d $RPM_BUILD_ROOT{%{_sysconfdir}/%{name},%{_libdir}/%{name}} \
314 $RPM_BUILD_ROOT{%{_mandir}/{pl/man1,man{1,3,5,7}},%{_datadir}/ssl} \
315 $RPM_BUILD_ROOT%{_pkgconfigdir}
316
317%{__make} install \
318 CC="%{__cc}" \
319 INSTALLTOP=%{_prefix} \
320 INSTALL_PREFIX=$RPM_BUILD_ROOT \
321 MANDIR=%{_mandir}
322
323install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/ssl/ca-bundle.crt
324install libcrypto.a libssl.a $RPM_BUILD_ROOT%{_libdir}
325install lib*.so.*.* $RPM_BUILD_ROOT%{_libdir}
326ln -sf libcrypto.so.*.* $RPM_BUILD_ROOT%{_libdir}/libcrypto.so
327ln -sf libssl.so.*.* $RPM_BUILD_ROOT%{_libdir}/libssl.so
328
329mv -f $RPM_BUILD_ROOT%{_var}/lib/%{name}/openssl.cnf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
330ln -s %{_sysconfdir}/%{name}/openssl.cnf \
331 $RPM_BUILD_ROOT%{_var}/lib/%{name}/%{name}.cnf
332
333mv -f $RPM_BUILD_ROOT%{_var}/lib/%{name}/misc/* $RPM_BUILD_ROOT%{_libdir}/%{name}
334rm -rf $RPM_BUILD_ROOT%{_var}/lib/%{name}/misc
335
336mv -f $RPM_BUILD_ROOT%{_bindir}/c_rehash $RPM_BUILD_ROOT%{_libdir}/%{name}
337
338find $RPM_BUILD_ROOT%{_mandir} -type f | xargs rm -f
339install doc/apps/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
340install doc/apps/*.5 $RPM_BUILD_ROOT%{_mandir}/man5
341install doc/ssl/*.3 doc/crypto/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
342install doc/crypto/*.7 $RPM_BUILD_ROOT%{_mandir}/man7
343install %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/pl/man1/openssl.1
344install %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/ssl-certificate
345
346rm $RPM_BUILD_ROOT%{_mandir}/man5/x509v3_config.5
347echo ".so openssl_x509v3_config.5" > $RPM_BUILD_ROOT%{_mandir}/man5/x509v3_config.5
348rm $RPM_BUILD_ROOT%{_mandir}/man5/config.5
349echo ".so openssl_config.5" > $RPM_BUILD_ROOT%{_mandir}/man5/config.5
350rm $RPM_BUILD_ROOT%{_mandir}/man7/Modes_of_DES.7
351echo ".so openssl_des_modes.7" > $RPM_BUILD_ROOT%{_mandir}/man7/Modes_of_DES.7
352
353# XXX: gcc 4.2 hack
354install crypto/asn1/asn1.h.X $RPM_BUILD_ROOT%{_includedir}/%{name}/asn1.h
355install crypto/ocsp/ocsp.h.X $RPM_BUILD_ROOT%{_includedir}/%{name}/ocsp.h
356install crypto/pem/pem.h.X $RPM_BUILD_ROOT%{_includedir}/%{name}/pem.h
357
358%clean
359rm -rf $RPM_BUILD_ROOT
360
361%post -p /sbin/ldconfig
362%postun -p /sbin/ldconfig
363
364%files
365%defattr(644,root,root,755)
366%doc CHANGES CHANGES.SSLeay LICENSE NEWS README doc/*.txt
367%doc doc/openssl_button.gif doc/openssl_button.html
368%attr(755,root,root) %{_libdir}/libcrypto.so.*.*.*
369%attr(755,root,root) %{_libdir}/libssl.so.*.*.*
370%dir %{_libdir}/engines
371%attr(755,root,root) %{_libdir}/engines/*.so
372%dir %{_var}/lib/%{name}
373%dir %{_var}/lib/%{name}/certs
374%dir %{_var}/lib/%{name}/private
375%dir %{_datadir}/ssl
376%config(noreplace) %verify(not md5 mtime size) %{_datadir}/ssl/ca-bundle.crt
377
378%files tools
379%defattr(644,root,root,755)
380%dir %{_sysconfdir}/%{name}
381
382%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/openssl.cnf
383%config(noreplace) %verify(not md5 mtime size) %{_var}/lib/%{name}/openssl.cnf
384
385%attr(755,root,root) %{_bindir}/%{name}
386%attr(754,root,root) %{_bindir}/ssl-certificate
387
388%dir %{_libdir}/%{name}
389%attr(755,root,root) %{_libdir}/%{name}/CA.sh
390%attr(755,root,root) %{_libdir}/%{name}/c_hash
391%attr(755,root,root) %{_libdir}/%{name}/c_info
392%attr(755,root,root) %{_libdir}/%{name}/c_issuer
393%attr(755,root,root) %{_libdir}/%{name}/c_name
394
395%{_mandir}/man1/openssl.1*
396%{_mandir}/man1/openssl_asn1parse.1*
397%{_mandir}/man1/openssl_ca.1*
398%{_mandir}/man1/openssl_ciphers.1*
399%{_mandir}/man1/openssl_crl.1*
400%{_mandir}/man1/openssl_crl2pkcs7.1*
401%{_mandir}/man1/openssl_dgst.1*
402%{_mandir}/man1/openssl_dhparam.1*
403%{_mandir}/man1/openssl_dsa.1*
404%{_mandir}/man1/openssl_dsaparam.1*
405%{_mandir}/man1/openssl_ec.1*
406%{_mandir}/man1/openssl_ecparam.1*
407%{_mandir}/man1/openssl_enc.1*
408%{_mandir}/man1/openssl_errstr.1*
409%{_mandir}/man1/openssl_gendsa.1*
410%{_mandir}/man1/openssl_genrsa.1*
411%{_mandir}/man1/openssl_nseq.1*
412%{_mandir}/man1/openssl_ocsp.1*
413%{_mandir}/man1/openssl_passwd.1*
414%{_mandir}/man1/openssl_pkcs12.1*
415%{_mandir}/man1/openssl_pkcs7.1*
416%{_mandir}/man1/openssl_pkcs8.1*
417%{_mandir}/man1/openssl_rand.1*
418%{_mandir}/man1/openssl_req.1*
419%{_mandir}/man1/openssl_rsa.1*
420%{_mandir}/man1/openssl_rsautl.1*
421%{_mandir}/man1/openssl_s_client.1*
422%{_mandir}/man1/openssl_s_server.1*
423%{_mandir}/man1/openssl_s_time.1*
424%{_mandir}/man1/openssl_sess_id.1*
425%{_mandir}/man1/openssl_smime.1*
426%{_mandir}/man1/openssl_speed.1*
427%{_mandir}/man1/openssl_spkac.1*
428%{_mandir}/man1/openssl_verify.1*
429%{_mandir}/man1/openssl_version.1*
430%{_mandir}/man1/openssl_x509.1*
431%{_mandir}/man1/openssl_x509v3_config.1*
432%{_mandir}/man5/*.5*
433%lang(pl) %{_mandir}/pl/man1/openssl.1*
434
435%files tools-perl
436%defattr(644,root,root,755)
437%attr(755,root,root) %{_libdir}/%{name}/CA.pl
438%attr(755,root,root) %{_libdir}/%{name}/c_rehash
439%{_mandir}/man1/openssl_CA.pl.1*
440
441%files devel
442%defattr(644,root,root,755)
443%attr(755,root,root) %{_libdir}/libcrypto.so
444%attr(755,root,root) %{_libdir}/libssl.so
445%{_includedir}/%{name}
446%{_pkgconfigdir}/libcrypto.pc
447%{_pkgconfigdir}/libssl.pc
448%{_pkgconfigdir}/openssl.pc
449%{_mandir}/man3/openssl*.3*
450%{_mandir}/man7/*.7*
451
452%files static
453%defattr(644,root,root,755)
454%{_libdir}/lib*.a
This page took 0.030862 seconds and 4 git commands to generate.