|
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 |
|
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 |