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