]> git.pld-linux.org Git - SPECS.git/blob - nss_compat_ossl.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / nss_compat_ossl.spec
1 Summary:        Source-level compatibility library for OpenSSL to NSS porting
2 Summary(pl.UTF-8):      Biblioteka kompatybilności do portowania z OpenSSL-a do NSS
3 Name:           nss_compat_ossl
4 Version:        0.9.2
5 Release:        1
6 License:        LGPL v2.1+
7 Group:          Libraries
8 Source0:        http://directory.fedoraproject.org/sources/%{name}-%{version}.tar.gz
9 # Source0-md5:  84ceb6df62872f8c6df3f2f5657425e6
10 Patch0:         %{name}-headers.patch
11 BuildRequires:  nspr-devel >= 4
12 BuildRequires:  nss-devel >= 3
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This library provides a source-level compatibility layer to aid
17 porting programs that use OpenSSL to use the NSS instead.
18
19 %description -l pl.UTF-8
20 Ta biblioteka udostępnia warstwę kompatybilności na poziomie źródeł
21 pomagającą portować programy wykorzystujące bibliotekę OpenSSL do
22 używania zamiast niej biblioteki NSS
23
24 %package devel
25 Summary:        Header file for nss_compat_ossl library
26 Summary(pl.UTF-8):      Plik nagłówkowy biblioteki nss_compat_ossl
27 Group:          Development/Libraries
28 Requires:       %{name} = %{version}-%{release}
29 Requires:       nspr-devel >= 4
30 Requires:       nss-devel >= 3
31
32 %description devel
33 Header file for doing porting work from OpenSSL to NSS.
34
35 %description devel -l pl.UTF-8
36 Plik nagłówkowy do portowania z OpenSSL-a do NSS.
37
38 %package static
39 Summary:        Static nss_compat_ossl library
40 Summary(pl.UTF-8):      Statyczna biblioteka nss_compat_ossl
41 Group:          Development/Libraries
42 Requires:       %{name}-devel = %{version}-%{release}
43
44 %description static
45 Static nss_compat_ossl library.
46
47 %description static -l pl.UTF-8
48 Statyczna biblioteka nss_compat_ossl.
49
50 %prep
51 %setup -q
52 %patch0 -p1
53
54 %build
55 %configure
56
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %post   -p /sbin/ldconfig
69 %postun -p /sbin/ldconfig
70
71 %files
72 %defattr(644,root,root,755)
73 %doc AUTHORS README
74 %attr(755,root,root) %{_libdir}/libnss_compat_ossl.so.*.*.*
75
76 %files devel
77 %defattr(644,root,root,755)
78 %attr(755,root,root) %{_libdir}/libnss_compat_ossl.so
79 %{_libdir}/libnss_compat_ossl.la
80 %{_includedir}/nss_compat_ossl
81
82 %files static
83 %defattr(644,root,root,755)
84 %{_libdir}/libnss_compat_ossl.a
This page took 0.085462 seconds and 3 git commands to generate.