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