Blame nss/pkg/linux/sun-nss.spec

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