SPECS: see.spec - updated to 2.0.1131 - rel 1
witekfl
witekfl at pld-linux.org
Sat Aug 12 18:42:11 CEST 2006
Author: witekfl Date: Sat Aug 12 16:42:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.0.1131
- rel 1
---- Files affected:
SPECS:
see.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/see.spec
diff -u SPECS/see.spec:1.8 SPECS/see.spec:1.9
--- SPECS/see.spec:1.8 Thu May 25 09:55:32 2006
+++ SPECS/see.spec Sat Aug 12 18:42:06 2006
@@ -2,18 +2,18 @@
Summary: Simple ECMAScript Engine
Summary(pl): Prosty "silnik" ECMASscriptu
Name: see
-Version: 1.3
-Release: 2
+Version: 2.0
+%define subver 1131
+Release: 1
License: BSD-like
Group: Libraries
-Source0: http://www.adaptive-enterprises.com.au/~d/software/see/%{name}-%{version}.tar.gz
-# Source0-md5: 6c5de98435b5556765cdfe7bce8dda3d
+Source0: http://www.adaptive-enterprises.com.au/~d/software/see/%{name}-%{version}.%{subver}.tar.gz
+# Source0-md5: 02d8e5d7581acde2212969217d5bab96
Patch0: %{name}-no_static.patch
-#Patch1: %{name}-morearchs.patch
URL: http://www.adaptive-enterprises.com.au/~d/software/see
BuildRequires: autoconf >= 2.52
BuildRequires: automake
-BuildRequires: libtool
+BuildRequires: libltdl-devel
BuildRequires: gc-devel
BuildRequires: perl-base
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -52,17 +52,16 @@
Statyczna biblioteka SEE.
%prep
-%setup -q
+%setup -q -n %{name}-%{version}.%{subver}
%patch0 -p1
-#%patch1 -p1
%build
%{__libtoolize}
%{__aclocal}
%{__autoconf}
-%{__autoheader}
%{__automake}
-%configure
+%{__autoheader}
+%configure CPPFLAGS="$CPPFLAGS -I/usr/include/gc"
%{__make}
%install
@@ -101,6 +100,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2006/08/12 16:42:06 witekfl
+- updated to 2.0.1131
+- rel 1
+
Revision 1.8 2006/05/25 07:55:32 blaass
- up to 1.3, removed old patch, needs check on sparc
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/see.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list