michael@0: Summary: Network Security Services michael@0: Name: NAME_REPLACE michael@0: Vendor: Sun Microsystems, Inc. michael@0: Version: VERSION_REPLACE michael@0: Release: RELEASE_REPLACE michael@0: 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. michael@0: Distribution: Sun Java(TM) Enterprise System michael@0: URL: http://www.sun.com michael@0: Group: System Environment/Base michael@0: Source: %{name}-%{version}.tar.gz michael@0: ExclusiveOS: Linux michael@0: BuildRoot: %_topdir/%{name}-root michael@0: michael@0: Requires: sun-nspr >= 4.1.2 michael@0: michael@0: %description michael@0: Network Security Services (NSS) is a set of libraries designed michael@0: to support cross-platform development of security-enabled server michael@0: applications. Applications built with NSS can support SSL v2 michael@0: and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, michael@0: X.509 v3 certificates, and other security standards. See: michael@0: http://www.mozilla.org/projects/security/pki/nss/overview.html michael@0: michael@0: This Source Code Form is subject to the terms of the Mozilla Public michael@0: License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: %package devel michael@0: Summary: Development Libraries for Network Security Services michael@0: Group: Development/Libraries michael@0: Requires: %{name} = %{version}-%{release} michael@0: michael@0: %define _unpackaged_files_terminate_build 0 michael@0: michael@0: %description devel michael@0: Header files for doing development with Network Security Services. michael@0: michael@0: Under "MPL/GPL" license. michael@0: michael@0: %prep michael@0: %setup -c michael@0: michael@0: %build michael@0: michael@0: %install michael@0: rm -rf $RPM_BUILD_ROOT michael@0: mkdir $RPM_BUILD_ROOT michael@0: cd $RPM_BUILD_ROOT michael@0: tar xvzf $RPM_SOURCE_DIR/%{name}-%{version}.tar.gz michael@0: michael@0: %clean michael@0: rm -rf $RPM_BUILD_ROOT