mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
added LICENSE file; renamed svrcore.spec to svrcore-devel.spec and made other changes to comply with fedora packaging guidelines - see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=196393
This commit is contained in:
parent
7b82d37307
commit
5af95a8a33
34
security/svrcore/LICENSE
Normal file
34
security/svrcore/LICENSE
Normal file
@ -0,0 +1,34 @@
|
||||
***** BEGIN LICENSE BLOCK *****
|
||||
Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
|
||||
The contents of this file are subject to the Mozilla Public License Version
|
||||
1.1 (the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
http://www.mozilla.org/MPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
for the specific language governing rights and limitations under the
|
||||
License.
|
||||
|
||||
The Original Code is the Netscape svrcore library.
|
||||
|
||||
The Initial Developer of the Original Code is
|
||||
Netscape Communications Corporation.
|
||||
Portions created by the Initial Developer are Copyright (C) 1998
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s): Terry Hayes (Netscape/AOL) was the primary contributor
|
||||
|
||||
Alternatively, the contents of this file may be used under the terms of
|
||||
either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
of those above. If you wish to allow use of your version of this file only
|
||||
under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
use your version of this file under the terms of the MPL, indicate your
|
||||
decision by deleting the provisions above and replace them with the notice
|
||||
and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
the provisions above, a recipient may use your version of this file under
|
||||
the terms of any one of the MPL, the GPL or the LGPL.
|
||||
***** END LICENSE BLOCK *****
|
@ -86,7 +86,7 @@ SVRCORE_TAG=SVRCORE_4_0_2_RTM
|
||||
SVRCORE_CORECONF_TAG=$SVRCORE_TAG
|
||||
PRJ=${PACKAGE}-${VERSION}
|
||||
RPM_HOME=`pwd`
|
||||
SPEC_FILENAME=svrcore.spec
|
||||
SPEC_FILENAME=svrcore-devel.spec
|
||||
|
||||
# define subroutines for this script
|
||||
usage() {
|
||||
|
@ -4,7 +4,7 @@
|
||||
Summary: Svrcore - development files for secure PIN handling using NSS crypto
|
||||
Name: svrcore-devel
|
||||
Version: 4.0.2
|
||||
Release: 1
|
||||
Release: 1%{?dist}
|
||||
License: MPL/GPL/LGPL
|
||||
URL: http://www.mozilla.org/projects/security/pki/
|
||||
Group: Development/Libraries
|
||||
@ -14,9 +14,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: nspr-devel >= %{nspr_version}
|
||||
BuildRequires: nss-devel >= %{nss_version}
|
||||
BuildRequires: gawk
|
||||
BuildRequires: perl
|
||||
BuildRequires: sed
|
||||
BuildRequires: pkgconfig
|
||||
Provides: svrcore-devel
|
||||
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: ftp://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/4.0.2/%{name}-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
svrcore provides applications with several ways to handle secure PIN storage
|
Loading…
Reference in New Issue
Block a user