nsprpub/pkg/linux/sun-nspr.spec

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 Summary: Netscape Portable Runtime
     2 Name: %{name}
     3 Vendor: Sun Microsystems, Inc.
     4 Version: %{version}
     5 Release: %{release}
     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: /var/tmp/%{name}-root
    14 %description
    16 NSPR provides platform independence for non-GUI operating system
    17 facilities. These facilities include threads, thread synchronization,
    18 normal file and network I/O, interval timing and calendar time, basic
    19 memory management (malloc and free) and shared library linking. 
    21 See: http://www.mozilla.org/projects/nspr/about-nspr.html
    23 This Source Code Form is subject to the terms of the Mozilla Public
    24 License, v. 2.0. If a copy of the MPL was not distributed with this
    25 file, You can obtain one at http://mozilla.org/MPL/2.0/.
    27 %package devel
    28 Summary: Development Libraries for the Netscape Portable Runtime
    29 Group: Development/Libraries
    30 Requires: %{name} = %{version}-%{release}
    32 %description devel
    33 Header files for doing development with the Netscape Portable Runtime.
    35 Under "MPL/GPL" license.
    37 %prep
    38 %setup -c
    40 %build
    42 %install
    43 rm -rf $RPM_BUILD_ROOT
    44 mkdir $RPM_BUILD_ROOT
    45 cd $RPM_BUILD_ROOT
    46 tar xvzf $RPM_SOURCE_DIR/%{name}-%{version}.tar.gz
    48 %clean
    49 rm -rf $RPM_BUILD_ROOT

mercurial