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