1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/pkg/linux/sun-nss.spec Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,52 @@ 1.4 +Summary: Network Security Services 1.5 +Name: NAME_REPLACE 1.6 +Vendor: Sun Microsystems, Inc. 1.7 +Version: VERSION_REPLACE 1.8 +Release: RELEASE_REPLACE 1.9 +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. 1.10 +Distribution: Sun Java(TM) Enterprise System 1.11 +URL: http://www.sun.com 1.12 +Group: System Environment/Base 1.13 +Source: %{name}-%{version}.tar.gz 1.14 +ExclusiveOS: Linux 1.15 +BuildRoot: %_topdir/%{name}-root 1.16 + 1.17 +Requires: sun-nspr >= 4.1.2 1.18 + 1.19 +%description 1.20 +Network Security Services (NSS) is a set of libraries designed 1.21 +to support cross-platform development of security-enabled server 1.22 +applications. Applications built with NSS can support SSL v2 1.23 +and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, 1.24 +X.509 v3 certificates, and other security standards. See: 1.25 +http://www.mozilla.org/projects/security/pki/nss/overview.html 1.26 + 1.27 +This Source Code Form is subject to the terms of the Mozilla Public 1.28 +License, v. 2.0. If a copy of the MPL was not distributed with this 1.29 +file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.30 + 1.31 +%package devel 1.32 +Summary: Development Libraries for Network Security Services 1.33 +Group: Development/Libraries 1.34 +Requires: %{name} = %{version}-%{release} 1.35 + 1.36 +%define _unpackaged_files_terminate_build 0 1.37 + 1.38 +%description devel 1.39 +Header files for doing development with Network Security Services. 1.40 + 1.41 +Under "MPL/GPL" license. 1.42 + 1.43 +%prep 1.44 +%setup -c 1.45 + 1.46 +%build 1.47 + 1.48 +%install 1.49 +rm -rf $RPM_BUILD_ROOT 1.50 +mkdir $RPM_BUILD_ROOT 1.51 +cd $RPM_BUILD_ROOT 1.52 +tar xvzf $RPM_SOURCE_DIR/%{name}-%{version}.tar.gz 1.53 + 1.54 +%clean 1.55 +rm -rf $RPM_BUILD_ROOT