Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / security / nss / pkg / linux / sun-nss.spec
blob13b5b26dbad3c201dcdf38a9236ba9848cd4e473
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 ***** BEGIN LICENSE BLOCK *****
25 Version: MPL 1.1/GPL 2.0/LGPL 2.1
27 The contents of this file are subject to the Mozilla Public License Version
28 1.1 (the "License"); you may not use this file except in compliance with
29 the License. You may obtain a copy of the License at
30 http://www.mozilla.org/MPL/
32 Software distributed under the License is distributed on an "AS IS" basis,
33 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
34 for the specific language governing rights and limitations under the
35 License.
37 The Original Code is the Netscape security libraries.
39 The Initial Developer of the Original Code is
40 Netscape Communications Corporation.
41 Portions created by the Initial Developer are Copyright (C) 1994-2000
42 the Initial Developer. All Rights Reserved.
44 Contributor(s):
46 Alternatively, the contents of this file may be used under the terms of
47 either the GNU General Public License Version 2 or later (the "GPL"), or
48 the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
49 in which case the provisions of the GPL or the LGPL are applicable instead
50 of those above. If you wish to allow use of your version of this file only
51 under the terms of either the GPL or the LGPL, and not to allow others to
52 use your version of this file under the terms of the MPL, indicate your
53 decision by deleting the provisions above and replace them with the notice
54 and other provisions required by the GPL or the LGPL. If you do not delete
55 the provisions above, a recipient may use your version of this file under
56 the terms of any one of the MPL, the GPL or the LGPL.
58 ***** END LICENSE BLOCK *****
60 %package devel
61 Summary: Development Libraries for Network Security Services
62 Group: Development/Libraries
63 Requires: %{name} = %{version}-%{release}
65 %define _unpackaged_files_terminate_build 0
67 %description devel
68 Header files for doing development with Network Security Services.
70 Under "MPL/GPL" license.
72 %prep
73 %setup -c
75 %build
77 %install
78 rm -rf $RPM_BUILD_ROOT
79 mkdir $RPM_BUILD_ROOT
80 cd $RPM_BUILD_ROOT
81 tar xvzf $RPM_SOURCE_DIR/%{name}-%{version}.tar.gz
83 %clean
84 rm -rf $RPM_BUILD_ROOT