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

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

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

mercurial