Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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
14 Requires: sun-nspr >= 4.1.2
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
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/.
28 %package devel
29 Summary: Development Libraries for Network Security Services
30 Group: Development/Libraries
31 Requires: %{name} = %{version}-%{release}
33 %define _unpackaged_files_terminate_build 0
35 %description devel
36 Header files for doing development with Network Security Services.
38 Under "MPL/GPL" license.
40 %prep
41 %setup -c
43 %build
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
51 %clean
52 rm -rf $RPM_BUILD_ROOT