File see.spec of Package see
#
# spec file for packaging see
#
# Copyright (c) 2006 Novell Canada Ltd, Ottawa, Ontario, Canada.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: see
URL: http://www.adaptive-enterprises.com.au/~d/software/see/
License: BSD
Group: Development/Languages/Other
Version: 2.0.1131
Release: 0.1
Summary: ECMAscript compiler and runtime
Source: http://www.adaptive-enterprises.com.au/~d/software/see/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
SEE is a library that provides an ECMAScript (JavaScript) run-time
environment.
Authors:
--------
David Leonard <leonard@users.sourceforge.net>
%package devel
Summary: ECMAscript runtime development files
Group: Development/Languages/Other
%description devel
Files needed for developing software using the see EMCAscript run-time
%debug_package
%prep
%setup
%build
%configure
%{__make}
%install
%makeinstall
%clean
%{__rm} -rf $RPM_BUILD_ROOT;
%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README doc/USAGE.html
%{_bindir}/see-shell
%{_libdir}/*.so.*
%{_libdir}/see/*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/see
%{_bindir}/libsee-config
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/*.la
%{_libdir}/see/*.a
%{_libdir}/see/*.so
%{_libdir}/see/*.la
%changelog
* Tue Oct 24 2006 - pzb@novell.com
- Build Service import
* Thu Sep 28 2006 - pzb@novell.com
- initial package