SPECS (rpm-4_5): rpm.spec - deem. need different sources for db due md5

glen glen at pld-linux.org
Wed Sep 3 16:44:34 CEST 2008


Author: glen                         Date: Wed Sep  3 14:44:34 2008 GMT
Module: SPECS                         Tag: rpm-4_5
---- Log message:
- deem. need different sources for db due md5

---- Files affected:
SPECS:
   rpm.spec (1.837.2.42.2.49.2.16 -> 1.837.2.42.2.49.2.17) 

---- Diffs:

================================================================
Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.837.2.42.2.49.2.16 SPECS/rpm.spec:1.837.2.42.2.49.2.17
--- SPECS/rpm.spec:1.837.2.42.2.49.2.16	Wed Sep  3 16:37:10 2008
+++ SPECS/rpm.spec	Wed Sep  3 16:44:28 2008
@@ -76,8 +76,10 @@
 Source17:	%{name}-java-requires
 # http://svn.pld-linux.org/banner.sh/
 Source18:	banner.sh
-Source19:	http://download.oracle.com/berkeley-db/db-%{reqdb_ver}.tar.gz
+Source19:	http://download.oracle.com/berkeley-db/db-4.5.20.tar.gz
 # Source19-md5:	b0f1c777708cb8e9d37fb47e7ed3312d
+Source20:	http://download.oracle.com/berkeley-db/db-4.7.25.tar.gz
+# Source20-md5:	ec2b87e833779681a0c3a814aa71359e
 %patchset_source -f http://www.oracle.com/technology/products/berkeley-db/db/update/%{reqdb_ver}/patch.%{reqdb_ver}.%g 1 %{reqdb_patch}
 Patch1067:	%{name}-disable-features.patch
 Patch1070:	%{name}-rpmrc-ac.patch
@@ -656,8 +658,12 @@
 %prep
 %setup -q
 %if %{with internal_db}
+%if "%{pld_release}" == "th"
+%{__tar} -zxf %{SOURCE20} -C db3 --strip-components=1
+%else
 %{__tar} -zxf %{SOURCE19} -C db3 --strip-components=1
 %endif
+%endif
 #%patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -1383,6 +1389,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.837.2.42.2.49.2.17  2008/09/03 14:44:28  glen
+- deem. need different sources for db due md5
+
 Revision 1.837.2.42.2.49.2.16  2008/09/03 14:37:10  glen
 - include db 4.5.20.2 for internal db, internal db fixes
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpm.spec?r1=1.837.2.42.2.49.2.16&r2=1.837.2.42.2.49.2.17&f=u



More information about the pld-cvs-commit mailing list