SPECS: db4.7.spec - updated License (no longer Sleepycat) - don't touch aut...

qboosh qboosh at pld-linux.org
Wed May 28 18:25:03 CEST 2008


Author: qboosh                       Date: Wed May 28 16:25:02 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated License (no longer Sleepycat)
- don't touch autoconf, 2.62 doesn't support AC_CONFIG_FILES with
  files list generated at configure time

---- Files affected:
SPECS:
   db4.7.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/db4.7.spec
diff -u SPECS/db4.7.spec:1.9 SPECS/db4.7.spec:1.10
--- SPECS/db4.7.spec:1.9	Mon May 26 18:16:55 2008
+++ SPECS/db4.7.spec	Wed May 28 18:24:56 2008
@@ -15,18 +15,15 @@
 Version:	%{mver}.25
 Release:	2
 Epoch:		0
-License:	Sleepycat public license (GPL-like, see LICENSE)
+License:	GPL-like (see LICENSE)
 Group:		Libraries
-# alternative site (sometimes working): http://www.berkeleydb.com/
 Source0:	http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
 # Source0-md5:	ec2b87e833779681a0c3a814aa71359e
 URL:		http://www.oracle.com/technology/products/berkeley-db/index.html
-BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	ed
 %{?with_java:BuildRequires:	jdk}
 BuildRequires:	libstdc++-devel
-BuildRequires:	libtool
 BuildRequires:	sed >= 4.0
 %{?with_tcl:BuildRequires:	tcl-devel >= 8.4.0}
 Provides:	db = %{version}-%{release}
@@ -242,13 +239,7 @@
 %setup -q -n db-%{version}
 
 %build
-cd dist
-cp -f /usr/share/aclocal/libtool.m4 aclocal/libtool.ac
-cp -f /usr/share/automake/config.sub .
-# for libtool < 2.2
-[ -f /usr/share/libtool/ltmain.sh ] && cp -f /usr/share/libtool/ltmain.sh .
-sh s_config
-cd ..
+cp -f /usr/share/automake/config.sub dist
 
 %if %{with static_libs}
 cp -a build_unix build_unix.static
@@ -492,6 +483,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2008-05-28 16:24:56  qboosh
+- updated License (no longer Sleepycat)
+- don't touch autoconf, 2.62 doesn't support AC_CONFIG_FILES with
+  files list generated at configure time
+
 Revision 1.9  2008-05-26 16:16:55  arekm
 - rel 2; support for new libtool
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/db4.7.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list