michael@0: Summary: Netscape Portable Runtime michael@0: Name: %{name} michael@0: Vendor: Sun Microsystems, Inc. michael@0: Version: %{version} michael@0: Release: %{release} michael@0: 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. michael@0: Distribution: Sun Java(TM) Enterprise System michael@0: URL: http://www.sun.com michael@0: Group: System Environment/Base michael@0: Source: %{name}-%{version}.tar.gz michael@0: ExclusiveOS: Linux michael@0: BuildRoot: /var/tmp/%{name}-root michael@0: michael@0: %description michael@0: michael@0: NSPR provides platform independence for non-GUI operating system michael@0: facilities. These facilities include threads, thread synchronization, michael@0: normal file and network I/O, interval timing and calendar time, basic michael@0: memory management (malloc and free) and shared library linking. michael@0: michael@0: See: http://www.mozilla.org/projects/nspr/about-nspr.html michael@0: michael@0: This Source Code Form is subject to the terms of the Mozilla Public michael@0: License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: %package devel michael@0: Summary: Development Libraries for the Netscape Portable Runtime michael@0: Group: Development/Libraries michael@0: Requires: %{name} = %{version}-%{release} michael@0: michael@0: %description devel michael@0: Header files for doing development with the Netscape Portable Runtime. michael@0: michael@0: Under "MPL/GPL" license. michael@0: michael@0: %prep michael@0: %setup -c michael@0: michael@0: %build michael@0: michael@0: %install michael@0: rm -rf $RPM_BUILD_ROOT michael@0: mkdir $RPM_BUILD_ROOT michael@0: cd $RPM_BUILD_ROOT michael@0: tar xvzf $RPM_SOURCE_DIR/%{name}-%{version}.tar.gz michael@0: michael@0: %clean michael@0: rm -rf $RPM_BUILD_ROOT