rpms/postgresql-dbi-link/devel postgresql-dbi-link.spec,1.1,1.2

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Tue Jan 16 15:52:09 UTC 2007


Author: devrim

Update of /cvs/extras/rpms/postgresql-dbi-link/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8379

Modified Files:
	postgresql-dbi-link.spec 
Log Message:
Removed Oracle and Excel portions



Index: postgresql-dbi-link.spec
===================================================================
RCS file: /cvs/extras/rpms/postgresql-dbi-link/devel/postgresql-dbi-link.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postgresql-dbi-link.spec	15 Jan 2007 14:43:01 -0000	1.1
+++ postgresql-dbi-link.spec	16 Jan 2007 15:51:39 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:		postgresql-%{sname}
 Version:	2.0
-Release:	0.1.beta1%{?dist}
+Release:	0.2.beta1%{?dist}
 Summary:	Partial implementation of the SQL/MED portion of the SQL:2003 specification
 Group:		Applications/Databases
 License:	BSD
@@ -40,7 +40,9 @@
 
 # test
 install -d %{buildroot}/%{_datadir}/%{name}/test
-cp -rp test/* %{buildroot}/%{_datadir}/%{name}/test
+cp -rp test/csv %{buildroot}/%{_datadir}/%{name}/test
+cp -rp test/mysql %{buildroot}/%{_datadir}/%{name}/test
+cp -rp test/postgresql %{buildroot}/%{_datadir}/%{name}/test
 
 %clean
 rm -rf %{buildroot}
@@ -53,9 +55,14 @@
 %files test
 %defattr(-,root,root,-)
 %doc README.txt
-%{_datadir}/%{name}/test/*
+%{_datadir}/%{name}/test/csv
+%{_datadir}/%{name}/test/mysql
+%{_datadir}/%{name}/test/postgresql
 
 %changelog
+* Tue Jan 16 2007 - Devrim GUNDUZ <devrim at commandprompt.com> 2.0-0.2.beta1
+- Removed Oracle and Excel
+
 * Sun Jan 14 2007 - Devrim GUNDUZ <devrim at commandprompt.com> 2.0-0.1.beta1
 - Some fixes to spec file, per bugzilla review
 




More information about the scm-commits mailing list