SPECS: see.spec (NEW) - new

witekfl witekfl at pld-linux.org
Wed Nov 30 15:53:32 CET 2005


Author: witekfl                      Date: Wed Nov 30 14:53:32 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   see.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/see.spec
diff -u /dev/null SPECS/see.spec:1.1
--- /dev/null	Wed Nov 30 15:53:32 2005
+++ SPECS/see.spec	Wed Nov 30 15:53:27 2005
@@ -0,0 +1,99 @@
+# $Revision$, $Date$
+Summary:	Simple ECMAScript Engine
+Summary(pl):	Prosty "silnik" ECMASscriptu
+Name:		see
+Version:	1.2
+Release:	1
+License:	BSD-like
+Group:		Libraries
+Source0:	http://www.adaptive-enterprises.com.au/~d/software/see/%{name}-%{version}.tar.gz
+# Source0-md5:	36795db813e5fcb2800142a48286624e
+URL:		http://www.adaptive-enterprises.com.au/~d/software/see
+BuildRequires:	gc-static
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SEE is a library that provides an ECMAScript (JavaScript)
+run-time environment.
+
+%description -l pl
+SEE jest biblioteką udostępniającą środowisko uruchomieniowe
+ECMAScriptu (JavaScriptu).
+
+%package devel
+Summary:	Header files for SEE library
+Summary(pl):	Pliki nagłówkowe biblioteki SEE
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for SEE library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki SEE.
+
+%package static
+Summary:	Static SEE library
+Summary(pl):	Statyczna biblioteka SEE
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static SEE library.
+
+%description static -l pl
+Statyczna biblioteka SEE.
+
+%prep
+%setup -q
+
+%build
+# if ac/am/lt/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%{__libtoolize}
+#%{__aclocal}
+#%{__autoconf}
+#%{__autoheader}
+#%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%doc doc/USAGE.html
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/see
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/11/30 14:53:27  witekfl
+- new
+
+
================================================================



More information about the pld-cvs-commit mailing list