]> git.pld-linux.org Git - packages/openssl.git/blob - openssl.spec
72870ed5866cfd3edda9267b8216cec4d6f6103a
[packages/openssl.git] / openssl.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        OpenSSL Toolkit libraries for the "Secure Sockets Layer" (SSL v2/v3)
3 Summary(de):    Secure Sockets Layer (SSL)-Kommunikationslibrary
4 Summary(es):    Biblioteca C que suministra algoritmos y protocolos criptográficos
5 Summary(fr):    Utilitaires de communication SSL (Secure Sockets Layer)
6 Summary(pl):    Biblioteki OpenSSL (SSL v2/v3)
7 Summary(pt_BR): Uma biblioteca C que fornece vários algoritmos e protocolos criptográficos
8 Summary(ru):    âÉÂÌÉÏÔÅËÉ É ÕÔÉÌÉÔÙ ÄÌÑ ÓÏÅÄÉÎÅÎÉÊ ÞÅÒÅÚ Secure Sockets Layer
9 Summary(uk):    â¦Â̦ÏÔÅËÉ ÔÁ ÕÔÉ̦ÔÉ ÄÌÑ Ú'¤ÄÎÁÎØ ÞÅÒÅÚ Secure Sockets Layer
10 Name:           openssl
11 Version:        0.9.7d
12 Release:        2
13 License:        Apache-style License
14 Group:          Libraries
15 Source0:        ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
16 # Source0-md5:  1b49e90fc8a75c3a507c0a624529aca5
17 Source1:        %{name}-ca-bundle.crt
18 Source2:        %{name}.1.pl
19 Source3:        %{name}-ssl-certificate.sh
20 Patch0:         %{name}-alpha-ccc.patch
21 Patch1:         %{name}-optflags.patch
22 Patch2:         %{name}-globalCA.diff
23 Patch3:         %{name}-include.patch
24 URL:            http://www.openssl.org/
25 BuildRequires:  perl-devel >= 1:5.6.1
26 BuildRequires:  rpm-perlprov >= 4.1-13
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28 Obsoletes:      SSLeay
29 Obsoletes:      SSLeay-devel
30 Obsoletes:      SSLeay-perl
31 Obsoletes:      libopenssl0
32
33 %description
34 The OpenSSL Project is a collaborative effort to develop a robust,
35 commercial-grade, full-featured, and Open Source toolkit implementing
36 the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
37 v1) protocols with full-strength cryptography world-wide. The project
38 is managed by a worldwide community of volunteers that use the
39 Internet to communicate, plan, and develop the OpenSSL tookit and its
40 related documentation.
41
42 OpenSSL is based on the excellent SSLeay library developed by Eric A.
43 Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
44 Apache-style licence, which basically means that you are free to get
45 and use it for commercial and non-commercial purposes subject to some
46 simple license conditions.
47
48 This package contains shared libraries only, install openssl-tools if
49 you want to use openssl cmdline tool.
50
51 %description -l de
52 Openssl enthält das OpenSSL Zertifikatsmanagementtool und shared
53 libraries, die verschiedene Verschlüsselungs- und
54 Entschlüsselungsalgorithmen und -protokolle, wie DES, RC4, RSA und SSL
55 zur Verfügung stellen.
56
57 %description -l es
58 Biblioteca C que suministra algoritmos y protocolos criptográficos.
59
60 %description -l fr
61 OpenSSL est un outiil de gestion des certificats et les librairies
62 partagees qui fournit plusieurs protocoles et algorithmes de
63 codage/decodage, incluant DES, RC4, RSA et SSL.
64
65 %description -l pl
66 Implementacja protoko³ów kryptograficznych Secure Socket Layer (SSL)
67 v2/v3 oraz Transport Layer Security (TLS v1).
68
69 %description -l pt_BR
70 Uma biblioteca C que fornece vários algoritmos e protocolos
71 criptográficos, incluindo DES, RC4, RSA e SSL. Inclui bibliotecas
72 compartilhadas e utilitários.
73
74 %description -l ru
75 ðÒÏÇÒÁÍÍÁ openssl ÄÌÑ ÒÁÂÏÔÙ Ó ÓÅÒÔÉÆÉËÁÔÁÍÉ É ÒÁÚÄÅÌÑÅÍÙÅ ÂÉÂÌÉÏÔÅËÉ,
76 ËÏÔÏÒÙÅ ÒÅÁÌÉÚÕÀÔ ÍÎÏÖÅÔÓ×Ï ËÒÉÐÔÏÇÒÁÆÉÞÅÓËÉÈ ÁÌÇÏÒÉÔÍÏ×, ×ËÌÀÞÁÑ DES,
77 RC4, RSA É SSL.
78
79 %description -l uk
80 ðÒÏÇÒÁÍÁ openssl ÄÌÑ ÒÏÂÏÔÉ Ú ÓÅÒÔÉƦËÁÔÁÍÉ ÔÁ Â¦Â̦ÏÔÅËÉ ÓЦÌØÎÏÇÏ
81 ËÏÒÉÓÔÕ×ÁÎÎÑ, ÝÏ ÒÅÁ̦ÚÕÀÔØ ×ÅÌÉËՠ˦ÌØ˦ÓÔØ ËÒÉÐÔÏÇÒÁƦÞÎÉÈ
82 ÁÌÇÏÒÉÔͦ×, ×ËÌÀÞÁÀÞÉ DES, RC4, RSA ÔÁ SSL.
83
84 %package tools
85 Summary:        OpenSSL command line tool and utilities
86 Summary(pl):    Zestaw narzêdzi i skryptów
87 Group:          Applications/Communications
88 Requires:       %{name} = %{version}-%{release}
89
90 %description tools
91 The OpenSSL Toolkit cmdline tool openssl and utility scripts.
92
93 %description tools -l pl
94 Zestaw narzêdzi i skryptów wywo³ywanych z linii poleceñ.
95
96 %package tools-perl
97 Summary:        OpenSSL utilities written in Perl
98 Summary(pl):    Narzêdzia OpenSSL napisane w perlu
99 Group:          Applications/Communications
100 Requires:       %{name} = %{version}-%{release}
101
102 %description tools-perl
103 OpenSSL Toolkit tools written in Perl.
104
105 %description tools-perl -l pl
106 Narzêdzia OpenSSL napisane w perlu.
107
108 %package devel
109 Summary:        Development part of OpenSSL Toolkit libraries
110 Summary(de):    Secure Sockets Layer Kommunikationslibrary: statische libraries+header
111 Summary(es):    Bibliotecas y archivos de inclusión para desarrollo OpenSSL
112 Summary(fr):    Librairies statiques, headers et utilitaires pour communication SSL
113 Summary(pl):    Czê¶æ bibiloteki OpenSSL przeznaczona dla programistów
114 Summary(pt_BR): Bibliotecas e arquivos de inclusão para desenvolvimento OpenSSL
115 Summary(ru):    âÉÂÌÉÏÔÅËÉ, ÈÅÄÅÒÙ É ÕÔÉÌÉÔÙ ÄÌÑ Secure Sockets Layer
116 Summary(uk):    â¦Â̦ÏÔÅËÉ, ÈÅÄÅÒÉ ÔÁ ÕÔÉ̦ÔÉ ÄÌÑ Secure Sockets Layer
117 Group:          Development/Libraries
118 Requires:       %{name} = %{version}-%{release}
119 Obsoletes:      libopenssl0-devel
120
121 %description devel
122 Development part of OpenSSL library.
123
124 %description devel -l es
125 Bibliotecas y archivos de inclusión para desarrollo OpenSSL
126
127 %description devel -l pl
128 Czê¶æ bibiloteki OpenSSL przeznaczona dla programistów.
129
130 %description devel -l pt_BR
131 Uma biblioteca C que fornece vários algoritmos e protocolos
132 criptográficos, incluindo DES, RC4, RSA e SSL. Inclui bibliotecas e
133 arquivos de inclusão para desenvolvimento.
134
135 %description devel -l ru
136 ðÒÏÇÒÁÍÍÁ openssl ÄÌÑ ÒÁÂÏÔÙ Ó ÓÅÒÔÉÆÉËÁÔÁÍÉ É ÒÁÚÄÅÌÑÅÍÙÅ ÂÉÂÌÉÏÔÅËÉ,
137 ËÏÔÏÒÙÅ ÒÅÁÌÉÚÕÀÔ ÍÎÏÖÅÔÓ×Ï ËÒÉÐÔÏÇÒÁÆÉÞÅÓËÉÈ ÁÌÇÏÒÉÔÍÏ×, ×ËÌÀÞÁÑ DES,
138 RC4, RSA É SSL. ÷ËÌÀÞÁÅÔ ÂÉÂÌÉÏÔÅËÉ É ÈÅÄÅÒÙ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ ÐÒÉÌÏÖÅÎÉÊ
139 Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ SSL.
140
141 %description devel -l uk
142 ðÒÏÇÒÁÍÁ openssl ÄÌÑ ÒÏÂÏÔÉ Ú ÓÅÒÔÉƦËÁÔÁÍÉ ÔÁ Â¦Â̦ÏÔÅËÉ ÓЦÌØÎÏÇÏ
143 ËÏÒÉÓÔÕ×ÁÎÎÑ, ÝÏ ÒÅÁ̦ÚÕÀÔØ ×ÅÌÉËՠ˦ÌØ˦ÓÔØ ËÒÉÐÔÏÇÒÁƦÞÎÉÈ
144 ÁÌÇÏÒÉÔͦ×, ×ËÌÀÞÁÀÞÉ DES, RC4, RSA ÔÁ SSL. í¦ÓÔÉÔؠ¦Â̦ÏÔÅËÉ ÔÁ
145 ÈÅÄÅÒÉ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ Ú ×ÉËÏÒÉÓÔÁÎÎÑÍ SSL.
146
147 %package static
148 Summary:        Static OpenSSL libraries
149 Summary(pl):    Statyczne wersje bibliotek z OpenSSL
150 Summary(pt_BR): Bibliotecas estáticas para desenvolvimento com openssl
151 Summary(ru):    óÔÁÔÉÞÅÓËÉÅ ÂÉÂÌÉÏÔÅËÉ ÒÁÚÒÁÂÏÔÞÉËÁ ÄÌÑ OpenSSL
152 Summary(uk):    óÔÁÔÉÞΦ Â¦Â̦ÏÔÅËÉ ÐÒÏÇÒÁͦÓÔÁ ÄÌÑ OpenSSL
153 Group:          Development/Libraries
154 Requires:       %{name}-devel = %{version}-%{release}
155
156 %description static
157 Static OpenSSL Toolkit libraries.
158
159 %description static -l pl
160 Statyczne wersje bibliotek z OpenSSL.
161
162 %description static -l pt_BR
163 Bibliotecas estáticas para desenvolvimento com openssl.
164
165 %description static -l ru
166 ðÒÏÇÒÁÍÍÁ openssl ÄÌÑ ÒÁÂÏÔÙ Ó ÓÅÒÔÉÆÉËÁÔÁÍÉ É ÒÁÚÄÅÌÑÅÍÙÅ ÂÉÂÌÉÏÔÅËÉ,
167 ËÏÔÏÒÙÅ ÒÅÁÌÉÚÕÀÔ ÍÎÏÖÅÔÓ×Ï ËÒÉÐÔÏÇÒÁÆÉÞÅÓËÉÈ ÁÌÇÏÒÉÔÍÏ×, ×ËÌÀÞÁÑ DES,
168 RC4, RSA É SSL. ÷ËÌÀÞÁÅÔ ÓÔÁÔÉÞÅÓËÉÅ ÂÉÂÌÉÏÔÅËÉ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ
169 ÐÒÉÌÏÖÅÎÉÊ Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ OpenSSL.
170
171 %description static -l uk
172 ðÒÏÇÒÁÍÁ openssl ÄÌÑ ÒÏÂÏÔÉ Ú ÓÅÒÔÉƦËÁÔÁÍÉ ÔÁ Â¦Â̦ÏÔÅËÉ ÓЦÌØÎÏÇÏ
173 ËÏÒÉÓÔÕ×ÁÎÎÑ, ÝÏ ÒÅÁ̦ÚÕÀÔØ ×ÅÌÉËՠ˦ÌØ˦ÓÔØ ËÒÉÐÔÏÇÒÁƦÞÎÉÈ
174 ÁÌÇÏÒÉÔͦ×, ×ËÌÀÞÁÀÞÉ DES, RC4, RSA ÔÁ SSL. í¦ÓÔÉÔØ ÓÔÁÔÉÞΦ
175 ¦Â̦ÏÔÅËÉ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ Ú ×ÉËÏÒÉÓÔÁÎÎÑÍ SSL.
176
177 %prep
178 %setup -q
179 %patch0 -p1
180 %patch1 -p1
181 %patch2 -p1
182 %patch3 -p1
183
184 %build
185 %{__perl} -pi -e 's#%{_prefix}/local/bin/perl#%{__perl}#g' \
186         `grep -l -r "%{_prefix}/local/bin/perl" *`
187
188 touch Makefile.*
189
190 %{__perl} util/perlpath.pl %{__perl}
191
192 OPTFLAGS="%{rpmcflags}"
193 export OPTFLAGS
194 %ifarch %{ix86}
195 %ifarch i386 i486
196 ./Configure --openssldir=%{_var}/lib/%{name} linux-elf shared 386
197 %else
198 ./Configure --openssldir=%{_var}/lib/%{name} linux-elf shared
199 %endif
200 %endif
201 %ifarch amd64
202 ./Configure --openssldir=%{_var}/lib/%{name} linux-x86_64 shared
203 %endif
204 %ifarch ppc
205 ./Configure --openssldir=%{_var}/lib/%{name} linux-ppc shared
206 %endif
207 %ifarch alpha
208 ./Configure --openssldir=%{_var}/lib/%{name} threads linux-alpha+bwx-gcc shared
209 %endif
210 %ifarch sparc
211 ./Configure --openssldir=%{_var}/lib/%{name} threads linux-sparcv8 shared
212 %endif
213
214 %{__make} \
215         CC="%{__cc}" \
216         INSTALLTOP=%{_prefix}
217
218 %{__make} rehash \
219         CC="%{__cc}" \
220         INSTALLTOP=%{_prefix}
221
222 # Conv PODs to man pages. "openssl_" prefix is added to each manpage
223 # to avoid potential conflicts with others packages.
224 center="OpenSSL 0.9.7"
225 rel="OpenSSL 0.9.7"
226
227 cd doc/apps || exit 1
228 %{__perl} -pi -e 's/(\W)((?<!openssl_)\w+)(\(\d\))/$1openssl_$2$3/g; s/openssl_openssl/openssl/g;' *.pod;
229
230 for pod in *.pod; do
231         if [ $pod != "openssl.pod" ]; then
232                 mv -f $pod openssl_$pod;
233                 pod=openssl_$pod;
234         fi
235
236         sec=1
237         if [ $pod = "openssl_config.pod" ]; then
238                 sec=5
239         fi
240
241         manpage=`basename $pod .pod`.$sec;
242         pod2man --section="$sec" --release="$rel" --center="$center" \
243                 $pod > $manpage;
244         echo "$manpage";
245 done
246 cd ..
247
248 sec=3
249 for dir in ssl crypto; do
250         cd $dir || exit 1;
251         if [ $dir = "ssl" ]; then
252                 rel="OpenSSL SSL/TLS library"
253         elif [ $dir = "crypto" ]; then
254                 rel="OpenSSL cryptographic library"
255         fi
256
257         %{__perl} -pi -e 's/(\W)((?<!openssl_)\w+)(\(\d\))/$1openssl_$2$3/g; s/openssl_openssl/openssl/g;' *.pod;
258
259         for pod in *.pod; do
260                 sec=`[ "$pod" = "des_modes.pod" ] && echo 7 || echo 3`;
261                 mv -f $pod openssl_$pod;
262                 pod=openssl_$pod;
263                 manpage=`basename $pod .pod`.$sec;
264                 pod2man --section="$sec" --release="$rel" --center=" " $pod > $manpage;
265                 echo "$manpage";
266         done
267         cd ..
268 done
269
270 #cd perl
271 #%%{__perl} Makefile.PL \
272 #       INSTALLDIRS=vendor
273 #%{__make}
274
275 %install
276 rm -rf $RPM_BUILD_ROOT
277 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/%{name},%{_libdir}/%{name}} \
278         $RPM_BUILD_ROOT{%{_mandir}/{pl/man1,man{1,3,5,7}},%{_datadir}/ssl} \
279         $RPM_BUILD_ROOT%{_pkgconfigdir}
280
281 %{__make} install \
282         INSTALLTOP=%{_prefix} \
283         INSTALL_PREFIX=$RPM_BUILD_ROOT \
284         MANDIR=%{_mandir}
285
286 if [ "%{_prefix}/lib/pkgconfig" != "%{_pkgconfigdir}" ] ; then
287         mv $RPM_BUILD_ROOT%{_prefix}/lib/pkgconfig/* \
288                 $RPM_BUILD_ROOT%{_pkgconfigdir}
289 fi
290
291 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/ssl/ca-bundle.crt
292 install libcrypto.a libssl.a $RPM_BUILD_ROOT%{_libdir}
293 install lib*.so.*.* $RPM_BUILD_ROOT%{_libdir}
294 ln -sf libcrypto.so.*.* $RPM_BUILD_ROOT%{_libdir}/libcrypto.so
295 ln -sf libssl.so.*.* $RPM_BUILD_ROOT%{_libdir}/libssl.so
296
297 mv -f $RPM_BUILD_ROOT%{_var}/lib/%{name}/openssl.cnf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
298 ln -s %{_sysconfdir}/%{name}/openssl.cnf \
299         $RPM_BUILD_ROOT%{_var}/lib/%{name}/%{name}.cnf
300
301 mv -f $RPM_BUILD_ROOT%{_var}/lib/%{name}/misc/* $RPM_BUILD_ROOT%{_libdir}/%{name}
302 rm -rf $RPM_BUILD_ROOT%{_var}/lib/%{name}/misc
303
304 mv -f $RPM_BUILD_ROOT%{_bindir}/c_rehash $RPM_BUILD_ROOT%{_libdir}/%{name}
305
306 find $RPM_BUILD_ROOT%{_mandir} -type f | xargs rm -f
307 install doc/apps/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
308 install doc/apps/*.5 $RPM_BUILD_ROOT%{_mandir}/man5
309 install doc/ssl/*.3 doc/crypto/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
310 install doc/crypto/*.7 $RPM_BUILD_ROOT%{_mandir}/man7
311 install %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/pl/man1/openssl.1
312 install %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/ssl-certificate
313
314 %clean
315 rm -rf $RPM_BUILD_ROOT
316
317 %post   -p /sbin/ldconfig
318 %postun -p /sbin/ldconfig
319
320 %files
321 %defattr(644,root,root,755)
322 %attr(755,root,root) %{_libdir}/lib*.so.*.*
323 %doc CHANGES CHANGES.SSLeay LICENSE NEWS README doc/*.txt
324 %doc doc/openssl_button.gif doc/openssl_button.html
325 %dir %{_var}/lib/%{name}
326 %dir %{_var}/lib/%{name}/certs
327 %dir %{_var}/lib/%{name}/private
328
329 %files tools
330 %defattr(644,root,root,755)
331 %dir %{_sysconfdir}/%{name}
332
333 %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/%{name}/openssl.cnf
334 %verify(not md5 size mtime) %config(noreplace) %{_var}/lib/%{name}/openssl.cnf
335 %dir %{_datadir}/ssl
336 %verify(not md5 size mtime) %config(noreplace) %{_datadir}/ssl/ca-bundle.crt
337
338 %attr(755,root,root) %{_bindir}/%{name}
339 %attr(754,root,root) %{_bindir}/ssl-certificate
340 %dir %{_libdir}/%{name}
341 %attr(755,root,root) %{_libdir}/%{name}/CA.sh
342 %attr(755,root,root) %{_libdir}/%{name}/c_hash
343 %attr(755,root,root) %{_libdir}/%{name}/c_info
344 %attr(755,root,root) %{_libdir}/%{name}/c_issuer
345 %attr(755,root,root) %{_libdir}/%{name}/c_name
346
347 %{_mandir}/man1/openssl.1*
348 %{_mandir}/man1/openssl_asn1parse.1*
349 %{_mandir}/man1/openssl_ca.1*
350 %{_mandir}/man1/openssl_ciphers.1*
351 %{_mandir}/man1/openssl_crl.1*
352 %{_mandir}/man1/openssl_crl2pkcs7.1*
353 %{_mandir}/man1/openssl_dgst.1*
354 %{_mandir}/man1/openssl_dhparam.1*
355 %{_mandir}/man1/openssl_dsa.1*
356 %{_mandir}/man1/openssl_dsaparam.1*
357 %{_mandir}/man1/openssl_enc.1*
358 %{_mandir}/man1/openssl_gendsa.1*
359 %{_mandir}/man1/openssl_genrsa.1*
360 %{_mandir}/man1/openssl_nseq.1*
361 %{_mandir}/man1/openssl_ocsp.1*
362 %{_mandir}/man1/openssl_passwd.1*
363 %{_mandir}/man1/openssl_pkcs12.1*
364 %{_mandir}/man1/openssl_pkcs7.1*
365 %{_mandir}/man1/openssl_pkcs8.1*
366 %{_mandir}/man1/openssl_rand.1*
367 %{_mandir}/man1/openssl_req.1*
368 %{_mandir}/man1/openssl_rsa.1*
369 %{_mandir}/man1/openssl_rsautl.1*
370 %{_mandir}/man1/openssl_s_client.1*
371 %{_mandir}/man1/openssl_s_server.1*
372 %{_mandir}/man1/openssl_s_time.1*
373 %{_mandir}/man1/openssl_sess_id.1*
374 %{_mandir}/man1/openssl_smime.1*
375 %{_mandir}/man1/openssl_speed.1*
376 %{_mandir}/man1/openssl_spkac.1*
377 %{_mandir}/man1/openssl_verify.1*
378 %{_mandir}/man1/openssl_version.1*
379 %{_mandir}/man1/openssl_x509.1*
380 %{_mandir}/man5/*.5*
381 %lang(pl) %{_mandir}/pl/man1/openssl.1*
382
383 %files tools-perl
384 %defattr(644,root,root,755)
385 %attr(755,root,root) %{_libdir}/%{name}/CA.pl
386 %attr(755,root,root) %{_libdir}/%{name}/der_chop
387 %attr(755,root,root) %{_libdir}/%{name}/c_rehash
388 %{_mandir}/man1/openssl_CA.pl.1*
389
390 %files devel
391 %defattr(644,root,root,755)
392 %attr(755,root,root) %{_libdir}/lib*.so
393 %{_includedir}/%{name}
394 %{_pkgconfigdir}/openssl.pc
395 %{_mandir}/man3/openssl*.3*
396 %{_mandir}/man7/*.7*
397
398 %files static
399 %defattr(644,root,root,755)
400 %{_libdir}/lib*.a
This page took 0.052435 seconds and 3 git commands to generate.