|
1 Summary: Network Security Services |
|
2 Name: NAME_REPLACE |
|
3 Vendor: Sun Microsystems, Inc. |
|
4 Version: VERSION_REPLACE |
|
5 Release: RELEASE_REPLACE |
|
6 Copyright: Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also under other license(s) as shown at the Description field. |
|
7 Distribution: Sun Java(TM) Enterprise System |
|
8 URL: http://www.sun.com |
|
9 Group: System Environment/Base |
|
10 Source: %{name}-%{version}.tar.gz |
|
11 ExclusiveOS: Linux |
|
12 BuildRoot: %_topdir/%{name}-root |
|
13 |
|
14 Requires: sun-nspr >= 4.1.2 |
|
15 |
|
16 %description |
|
17 Network Security Services (NSS) is a set of libraries designed |
|
18 to support cross-platform development of security-enabled server |
|
19 applications. Applications built with NSS can support SSL v2 |
|
20 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, |
|
21 X.509 v3 certificates, and other security standards. See: |
|
22 http://www.mozilla.org/projects/security/pki/nss/overview.html |
|
23 |
|
24 This Source Code Form is subject to the terms of the Mozilla Public |
|
25 License, v. 2.0. If a copy of the MPL was not distributed with this |
|
26 file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
27 |
|
28 %package devel |
|
29 Summary: Development Libraries for Network Security Services |
|
30 Group: Development/Libraries |
|
31 Requires: %{name} = %{version}-%{release} |
|
32 |
|
33 %define _unpackaged_files_terminate_build 0 |
|
34 |
|
35 %description devel |
|
36 Header files for doing development with Network Security Services. |
|
37 |
|
38 Under "MPL/GPL" license. |
|
39 |
|
40 %prep |
|
41 %setup -c |
|
42 |
|
43 %build |
|
44 |
|
45 %install |
|
46 rm -rf $RPM_BUILD_ROOT |
|
47 mkdir $RPM_BUILD_ROOT |
|
48 cd $RPM_BUILD_ROOT |
|
49 tar xvzf $RPM_SOURCE_DIR/%{name}-%{version}.tar.gz |
|
50 |
|
51 %clean |
|
52 rm -rf $RPM_BUILD_ROOT |