tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

sun-nspr.spec (1529B)


      1 Summary : Netscape Portable Runtime Name : % {name} Vendor : Sun Microsystems,
      2    Inc.Version : % {version} Release : %
      3                                        {release} Copyright
      4    : Copyright 2005 Sun Microsystems,
      5    Inc.All rights reserved.Use is subject to license terms.Also under other
      6    license(s)
      7 as shown at the Description field.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
     13        
     14 %description
     15 
     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. 
     20 
     21 See: http://www.mozilla.org/projects/nspr/about-nspr.html
     22 
     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/.
     26 
     27 %package devel
     28 Summary: Development Libraries for the Netscape Portable Runtime
     29 Group: Development/Libraries
     30 Requires: %{name} = %{version}-%{release}
     31 
     32 %description devel
     33 Header files for doing development with the Netscape Portable Runtime.
     34 
     35 Under "MPL/GPL" license.
     36 
     37 %prep
     38 %setup -c
     39 
     40 %build
     41 
     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
     47 
     48 %clean
     49 rm -rf $RPM_BUILD_ROOT