summaryrefslogtreecommitdiff
path: root/pkg/linux/sun-nspr.spec
blob: 60732ca61f43a304ade80024874a7dcbd12311bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
Summary: Netscape Portable Runtime
Name: %{name}
Vendor: Sun Microsystems, Inc.
Version: %{version}
Release: %{release}
Copyright: MPL/GPL
Distribution: Sun Java(TM) Enterprise System
URL: http://www.sun.com
Group: System Environment/Base
Source: %{name}-%{version}.tar.gz
ExclusiveOS: Linux
BuildRoot: /var/tmp/%{name}-root
        
%description

NSPR provides platform independence for non-GUI operating system
facilities. These facilities include threads, thread synchronization,
normal file and network I/O, interval timing and calendar time, basic
memory management (malloc and free) and shared library linking. 

See: http://www.mozilla.org/projects/nspr/about-nspr.html

%package devel
Summary: Development Libraries for the Netscape Portable Runtime
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
Header files for doing development with the Netscape Portable Runtime.

%prep
%setup -c

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT
cd $RPM_BUILD_ROOT
tar xvzf $RPM_SOURCE_DIR/%{name}-%{version}.tar.gz

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%dir /opt
%dir /opt/sun
%dir /opt/sun/private
%dir /opt/sun/private/lib
/opt/sun/private/lib/libnspr4.so
/opt/sun/private/lib/libplc4.so
/opt/sun/private/lib/libplds4.so

%files devel
%defattr(-,root,root)
/opt/sun/private/lib/libnspr4.a
/opt/sun/private/lib/libplc4.a
/opt/sun/private/lib/libplds4.a
%dir /opt
%dir /opt/sun
%dir /opt/sun/private
%dir /opt/sun/private/include
%dir /opt/sun/private/include/nspr
%dir /opt/sun/private/include/nspr/obsolete
%dir /opt/sun/private/include/nspr/private
/opt/sun/private/include/nspr/private/pprio.h
/opt/sun/private/include/nspr/private/pprthred.h
/opt/sun/private/include/nspr/private/prpriv.h
/opt/sun/private/include/nspr/prcpucfg.h
/opt/sun/private/include/nspr/obsolete/pralarm.h
/opt/sun/private/include/nspr/obsolete/probslet.h
/opt/sun/private/include/nspr/obsolete/protypes.h
/opt/sun/private/include/nspr/obsolete/prsem.h
/opt/sun/private/include/nspr/nspr.h
/opt/sun/private/include/nspr/pratom.h
/opt/sun/private/include/nspr/prbit.h
/opt/sun/private/include/nspr/prclist.h
/opt/sun/private/include/nspr/prcmon.h
/opt/sun/private/include/nspr/prcountr.h
/opt/sun/private/include/nspr/prcvar.h
/opt/sun/private/include/nspr/prdtoa.h
/opt/sun/private/include/nspr/prenv.h
/opt/sun/private/include/nspr/prerr.h
/opt/sun/private/include/nspr/prerror.h
/opt/sun/private/include/nspr/prinet.h
/opt/sun/private/include/nspr/prinit.h
/opt/sun/private/include/nspr/prinrval.h
/opt/sun/private/include/nspr/prio.h
/opt/sun/private/include/nspr/pripcsem.h
/opt/sun/private/include/nspr/prlink.h
/opt/sun/private/include/nspr/prlock.h
/opt/sun/private/include/nspr/prlog.h
/opt/sun/private/include/nspr/prlong.h
/opt/sun/private/include/nspr/prmem.h
/opt/sun/private/include/nspr/prmon.h
/opt/sun/private/include/nspr/prmwait.h
/opt/sun/private/include/nspr/prnetdb.h
/opt/sun/private/include/nspr/prolock.h
/opt/sun/private/include/nspr/prpdce.h
/opt/sun/private/include/nspr/prprf.h
/opt/sun/private/include/nspr/prproces.h
/opt/sun/private/include/nspr/prrng.h
/opt/sun/private/include/nspr/prrwlock.h
/opt/sun/private/include/nspr/prshma.h
/opt/sun/private/include/nspr/prshm.h
/opt/sun/private/include/nspr/prsystem.h
/opt/sun/private/include/nspr/prthread.h
/opt/sun/private/include/nspr/prtime.h
/opt/sun/private/include/nspr/prtpool.h
/opt/sun/private/include/nspr/prtrace.h
/opt/sun/private/include/nspr/prtypes.h
/opt/sun/private/include/nspr/prvrsion.h
/opt/sun/private/include/nspr/prwin16.h
/opt/sun/private/include/nspr/plarenas.h
/opt/sun/private/include/nspr/plarena.h
/opt/sun/private/include/nspr/plhash.h
/opt/sun/private/include/nspr/plbase64.h
/opt/sun/private/include/nspr/plerror.h
/opt/sun/private/include/nspr/plgetopt.h
/opt/sun/private/include/nspr/plresolv.h
/opt/sun/private/include/nspr/plstr.h

%changelog
* Sat Jan 18 2003 Kirk Erickson <kirk.erickson@sun.com>
- http://bugzilla.mozilla.org/show_bug.cgi?id=189501