rpms/db4o/devel .cvsignore, 1.2, 1.3 db4o.spec, 1.4, 1.5 sources, 1.2, 1.3

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Wed Nov 22 01:04:42 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/db4o/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv681/devel

Modified Files:
	.cvsignore db4o.spec sources 
Log Message:
auto-import db4o-6.0-3.1 on branch devel from db4o-6.0-3.1.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/db4o/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Aug 2006 15:36:27 -0000	1.2
+++ .cvsignore	22 Nov 2006 01:04:12 -0000	1.3
@@ -1 +1 @@
-db4o-5.5-mono.tar.gz
+db4o-6.0-mono.tar.gz


Index: db4o.spec
===================================================================
RCS file: /cvs/extras/rpms/db4o/devel/db4o.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- db4o.spec	31 Aug 2006 22:09:49 -0000	1.4
+++ db4o.spec	22 Nov 2006 01:04:12 -0000	1.5
@@ -2,11 +2,11 @@
 
 Summary: A native OODBMS for Java/.NET/Mono - Mono version
 Name: db4o
-Version: 5.5
-Release: 10%{?dist}
+Version: 6.0
+Release: 3.1%{?dist}
 License: GPL
 Group: Development/Libraries
-Source: http://213.203.204.172/downloads/db4o-5.5-mono.tar.gz
+Source: http://213.203.204.172/downloads/%{name}-%{version}-mono.tar.gz
 URL: http://www.db4o.com/
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: mono-devel
@@ -34,23 +34,32 @@
 
 %prep
 %setup -q 
-sed -i 's/\r//' doc/tutorial/vb/index.html
-sed -i 's/\r//' doc/tutorial/index.html
+#sed -i 's/\r//' doc/tutorial/vb/index.html
+#sed -i 's/\r//' doc/tutorial/index.html
 sed 's!/usr/lib!%{_libdir}!' -i Makefile
 
 %build
 rm -rf %{buildroot}
-make buildtest
+make
 
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
 mkdir -p %{buildroot}/%{_libdir}/pkgconfig
 mkdir -p %{buildroot}/%{_libdir}/mono/gac
-gacutil -i dll/db4o.dll -f -package db4o -root %{buildroot}%{_libdir}
+mkdir -p %{buildroot}/%{_bindir}
+gacutil -i bin/Db4objects.Db4o.dll -f -package db4o -root %{buildroot}%{_libdir}
+gacutil -i bin/Db4objects.Db4o.Tools.dll -f -package db4o -root %{buildroot}%{_libdir}
+gacutil -i bin/Db4oUnit.dll -f -package db4o -root %{buildroot}%{_libdir}
+gacutil -i bin/Db4oUnit.Extensions.dll -f -package db4o -root %{buildroot}%{_libdir}
 mkdir -p %{buildroot}%{_libdir}/mono/db4o
 cp %{buildroot}%{_libdir}/db4o/* %{buildroot}%{_libdir}/mono/db4o
 rm -rf %{buildroot}%{_libdir}/db4o
+cp bin/*.exe %{buildroot}%{_bindir}/
+mv %{buildroot}%{_bindir}/Db4oAdmin.exe %{buildroot}%{_bindir}/Db4oAdmin
+mv %{buildroot}%{_bindir}/Db4objects.Db4o.Tests.exe %{buildroot}%{_bindir}/Db4oTests
+#ln -s %{buildroot}%{_bindir}/Db4oAdmin %{buildroot}/%{_libdir}/mono/db4o/Db4oAdmin.exe
+#ln -s %{buildroot}%{_bindir}/Db4oTests %{buildroot}/%{_libdir}/mono/db4o/Db4objects.Db4o.Tests.exe
 
 cat <<EOF >%{buildroot}/%{_libdir}/pkgconfig/db4o.pc
 prefix=%{_prefix}
@@ -59,8 +68,8 @@
 
 Name: db4o
 Description: db4o - an object based database system
-Version: 5.5
-Libs: -r:%{_libdir}/mono/db4o/db4o.dll
+Version: 6.0
+Libs: -r:%{_libdir}/mono/db4o/Db4objects.Db4o.dll
 EOF
 
 %clean
@@ -68,9 +77,9 @@
 
 %files
 %defattr(-,root,root)
-%doc README.txt
+%{_bindir}/*
 %{_libdir}/mono/db4o/
-%{_libdir}/mono/gac/db4o/
+%{_libdir}/mono/gac/Db4*
 
 %files doc
 %doc doc/*
@@ -79,6 +88,10 @@
 %{_libdir}/pkgconfig/db4o.pc
 
 %changelog
+* Wed Nov 22 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 6.0.3-1
+- bump to new dev version
+- minor spec file fixes
+
 * Wed Aug 24 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 5.5-10
 - Removed monodir hack
 - Added makefile patch


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/db4o/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Aug 2006 15:36:27 -0000	1.2
+++ sources	22 Nov 2006 01:04:12 -0000	1.3
@@ -1 +1 @@
-4aea1da3b96a2b92c9ac69ee2ccb9a63  db4o-5.5-mono.tar.gz
+35ec1e62a326012df46eecbf48d41e2b  db4o-6.0-mono.tar.gz




More information about the scm-commits mailing list