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