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