rpms/db4o/FC-6 .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 Mar 7 00:35:28 UTC 2007


Author: pfj

Update of /cvs/extras/rpms/db4o/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17342/FC-6

Modified Files:
	.cvsignore db4o.spec sources 
Log Message:
auto-import db4o-6.1-2 on branch FC-6 from db4o-6.1-2.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/db4o/FC-6/.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	7 Mar 2007 00:34:55 -0000	1.3
@@ -1 +1 @@
-db4o-5.5-mono.tar.gz
+db4o-6.1-mono.tar.gz


Index: db4o.spec
===================================================================
RCS file: /cvs/extras/rpms/db4o/FC-6/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	7 Mar 2007 00:34:55 -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.1
+Release: 2%{?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,28 @@
 
 %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}%{_libdir}/mono/db4o/
 
 cat <<EOF >%{buildroot}/%{_libdir}/pkgconfig/db4o.pc
 prefix=%{_prefix}
@@ -59,18 +64,31 @@
 
 Name: db4o
 Description: db4o - an object based database system
-Version: 5.5
-Libs: -r:%{_libdir}/mono/db4o/db4o.dll
+Version: 6.1
+Libs: -r:%{_libdir}/mono/db4o/Db4objects.Db4o.dll, -r:%{_libdir}/mono/db4o/Db4oUnit, -r:%{_libdir}/mono/db4o/Db4objects.Db4o.Tools, -r:%{_libdir}/mono/db4o/Db4oUnit.Extensions
 EOF
 
+cat <<EOF >%{buildroot}/%{_bindir}/Db4oAdmin
+#!/bin/sh
+env mono %{_libdir}/mono/db4o/Db4oAdmin.exe "$@"
+EOF
+
+cat <<EOF >%{buildroot}/%{_bindir}/Db4object.Db4o.Tests
+#!/bin/sh
+env mono %{_libdir}/mono/db4o/Db4object.Db4o.Tests.exe "$@"
+EOF
+
+chmod 755 %{buildroot}/%{_bindir}/Db4oAdmin
+chmod 755 %{buildroot}/%{_bindir}/Db4object.Db4o.Tests
+
 %clean
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root)
-%doc README.txt
+%defattr(-,root,root,-)
+%{_bindir}/*
 %{_libdir}/mono/db4o/
-%{_libdir}/mono/gac/db4o/
+%{_libdir}/mono/gac/Db4*
 
 %files doc
 %doc doc/*
@@ -79,6 +97,18 @@
 %{_libdir}/pkgconfig/db4o.pc
 
 %changelog
+* Tue Feb 06 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 6.1-2
+- bump
+- spec file fixes
+- new scripts for usr-bin links to the libdir
+
+* Thu Nov 23 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 6.0.3-2
+- corrected the pc file
+
+* 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/FC-6/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	7 Mar 2007 00:34:55 -0000	1.3
@@ -1 +1 @@
-4aea1da3b96a2b92c9ac69ee2ccb9a63  db4o-5.5-mono.tar.gz
+c39404a66c74315049af613dce2c84a1  db4o-6.1-mono.tar.gz




More information about the scm-commits mailing list