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