rpms/dbxml-perl/devel import.log, NONE, 1.1 .cvsignore, 1.2, 1.3 dbxml-perl.spec, 1.4, 1.5 sources, 1.2, 1.3 dbxml-perl-db46-build.patch, 1.1, NONE

Milan Zazrivec mzazrive at fedoraproject.org
Sun Aug 31 19:29:03 UTC 2008


Author: mzazrive

Update of /cvs/pkgs/rpms/dbxml-perl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9386/devel

Modified Files:
	.cvsignore dbxml-perl.spec sources 
Added Files:
	import.log 
Removed Files:
	dbxml-perl-db46-build.patch 
Log Message:
rebased to latest upstream (2.4.13)



--- NEW FILE import.log ---
dbxml-perl-2_0040013-0_fc8:HEAD:dbxml-perl-2.0040013-0.fc8.src.rpm:1220210821


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dbxml-perl/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Jan 2008 17:03:53 -0000	1.2
+++ .cvsignore	31 Aug 2008 19:28:33 -0000	1.3
@@ -1 +1 @@
-dbxml-perl-2.003.tar.gz
+dbxml-perl-2.0040013.tar.gz


Index: dbxml-perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dbxml-perl/devel/dbxml-perl.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dbxml-perl.spec	7 Jul 2008 16:15:21 -0000	1.4
+++ dbxml-perl.spec	31 Aug 2008 19:28:33 -0000	1.5
@@ -1,27 +1,25 @@
 Name: dbxml-perl
-Version: 2.003
-Release: 5%{?dist}
+Version: 2.0040013
+Release: 0%{?dist}
 Summary: Perl bindings for Oracle DB XML
 Group: Development/Languages
 License: GPL+ or Artistic
 URL: http://www.oracle.com/technology/software/products/berkeley-db/xml/index.html
 # Source tarball from Oracle containing sources of db4, xercesc, xqilla
 # and dbxml library itself (including bindings)
-# Source0: http://download.oracle.com/berkeley-db/dbxml-2.3.10.tar.gz
+# Source0: http://download.oracle.com/berkeley-db/dbxml-2.4.13.tar.gz
 #
 # New tarball with perl bindings only
 Source0: dbxml-perl-%{version}.tar.gz
-Patch0: dbxml-perl-db46-build.patch
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires: db4-devel >= 4.3.28
-BuildRequires: dbxml-devel = 2.3.10
-BuildRequires: xqilla10-devel >= 1.0.2
+BuildRequires: dbxml-devel = 2.4.13
+BuildRequires: xqilla-devel >= 2.1.3
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build
 
 %define install_prefix %{buildroot}%{_usr}
 %define install_docdir %{buildroot}%{_defaultdocdir}
-%define db4_version %(ls %{_libdir}/libdb_cxx-?.?.so | sed 's!.*db_cxx-!!' | sed 's!.so!!')
 
 %description
 Oracle Berkeley DB XML is an open source, embeddable XML database with
@@ -35,20 +33,17 @@
 
 %prep
 %setup -q -n dbxml-perl-%{version}
-%if "%{db4_version}" > "4.5"
-%patch0
-%endif
 
 %build
 sed -i 's!CC = @CXX@!CC = g++!' "config.in"
-sed -i 's!DBXML_LIB_NAME = dbxml- at DBXML_VERSION_MAJOR@. at DBXML_VERSION_MINOR@!DBXML_LIB_NAME = dbxml-2.3!' "config.in"
+sed -i 's!DBXML_LIB_NAME = dbxml- at DBXML_VERSION_MAJOR@. at DBXML_VERSION_MINOR@!DBXML_LIB_NAME = dbxml-2.4!' "config.in"
 sed -i 's!DBXML_LIB_PATH = ../../build_unix/.libs!DBXML_LIB_PATH = %{_libdir}!' "config.in"
 sed -i 's!DBXML_INC_PATH = ../../include!DBXML_INC_PATH = %{_includedir}!' "config.in"
 sed -i 's!BDB_LIB_NAME = db_cxx-4!BDB_LIB_NAME = db_cxx!' "config.in"
 sed -i 's!BDB_LIB_PATH = @DB_DIR@/lib!BDB_LIB_PATH = %{_libdir}!' "config.in"
 sed -i 's!BDB_INC_PATH = @DB_DIR@/include!BDB_INC_PATH = %{_includedir}!' "config.in"
 sed -i 's!XERCES_LIB_PATH = @XERCES_DIR@/lib!XERCES_LIB_PATH = %{_libdir}!' "config.in"
-sed -i 's!XQILLA_LIB_NAME = xqilla!XQILLA_LIB_NAME = xqilla10!' "config.in"
+sed -i 's!XQILLA_LIB_NAME = xqilla!XQILLA_LIB_NAME = xqilla!' "config.in"
 sed -i 's!XQILLA_LIB_PATH = @XQILLA_DIR@/lib!XQILLA_LIB_PATH = %{_libdir}!' "config.in"
 cp "config.in" "config"
 %{__perl} Makefile.PL PREFIX=%{install_prefix} INSTALLDIRS=vendor
@@ -78,6 +73,9 @@
 %{_defaultdocdir}/dbxml-perl-%{version}
 
 %changelog
+* Sun Aug 31 2008 Milan Zazrivec <mzazrivec at redhat.com> - 2.0040013-0
+- Rebased to latest dbxml upstream version (ver. 2.4.13)
+
 * Mon Jul  7 2008 Milan Zazrivec <mzazrivec at redhat.com - 2.003-5
 - Spec file fix (bz #454256)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dbxml-perl/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Jan 2008 17:03:53 -0000	1.2
+++ sources	31 Aug 2008 19:28:33 -0000	1.3
@@ -1 +1 @@
-2f06f0324cf6f712637c5a370e20f320  dbxml-perl-2.003.tar.gz
+cb469a796845b7aedba3c7a554ac0307  dbxml-perl-2.0040013.tar.gz


--- dbxml-perl-db46-build.patch DELETED ---




More information about the fedora-extras-commits mailing list