Author: witekfl                      Date: Wed Dec 14 20:58:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:

- added no_static patch
- BR: autoconf, automake, libtool.

---- Files affected:
SPECS:
   see.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/see.spec
diff -u SPECS/see.spec:1.3 SPECS/see.spec:1.4
--- SPECS/see.spec:1.3  Sat Dec  3 18:30:16 2005
+++ SPECS/see.spec      Wed Dec 14 21:58:36 2005
@@ -1,5 +1,4 @@
 # $Revision$, $Date$
-# TODO: use shared gc (or, if impossible, document why)
 Summary:       Simple ECMAScript Engine
 Summary(pl):   Prosty "silnik" ECMASscriptu
 Name:          see
@@ -9,8 +8,12 @@
 Group:         Libraries
 Source0:       
http://www.adaptive-enterprises.com.au/~d/software/see/%{name}-%{version}.tar.gz
 # Source0-md5: 36795db813e5fcb2800142a48286624e
+Patch0:                %{name}-no_static.patch
 URL:           http://www.adaptive-enterprises.com.au/~d/software/see
-BuildRequires: gc-static
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: gc-devel
 BuildRequires: perl-base
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -48,8 +51,13 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -88,6 +96,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/12/14 20:58:36  witekfl
+
+- added no_static patch
+- BR: autoconf, automake, libtool.
+
 Revision 1.3  2005/12/03 17:30:16  qboosh
 - cleanup; why static gc?
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/see.spec?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to