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

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Mon Jan 15 14:43:31 UTC 2007


Author: devrim

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

Modified Files:
	.cvsignore sources 
Added Files:
	postgresql-dbi-link.spec 
Log Message:
auto-import postgresql-dbi-link-2.0-0.1.beta1 on branch devel from postgresql-dbi-link-2.0-0.1.beta1.src.rpm


--- NEW FILE postgresql-dbi-link.spec ---
%define sname	dbi-link

Name:		postgresql-%{sname}
Version:	2.0
Release:	0.1.beta1%{?dist}
Summary:	Partial implementation of the SQL/MED portion of the SQL:2003 specification
Group:		Applications/Databases
License:	BSD
URL:		http://pgfoundry.org/projects/dbi-link/
Source0:	http://pgfoundry.org/frs/download.php/1128/%{sname}-%{version}beta1.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:	postgresql-server >= 8.0, perl => 5.8.5, perl-YAML
BuildRequires:	perl => 5.8.5, postgresql-devel >= 8.0
BuildArch:	noarch

%description
If you've ever wanted to join PostgreSQL tables from other data you
can access via Perl's DBI, this is your project.

You can add speed and accuracy to your ETL processes by treating
any data source you can reach with DBI as a  PostgreSQL table.

%package test
Summary:	Test suite for dbi-link
Group:		Applications/Databases
Requires:	%{name} = %{version}-%{release}

%description test
The test suite of dbi-link

%prep
%setup -q -n %{sname}-%{version}beta1

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/%{_datadir}/%{name}/
install -m 644 *.sql %{buildroot}/%{_datadir}/%{name}/

# test
install -d %{buildroot}/%{_datadir}/%{name}/test
cp -rp test/* %{buildroot}/%{_datadir}/%{name}/test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc copyright.txt  IMPLEMENTATION.txt README.txt TODO.txt ROADMAP.txt
%{_datadir}/%{name}/

%files test
%defattr(-,root,root,-)
%doc README.txt
%{_datadir}/%{name}/test/*

%changelog
* Sun Jan 14 2007 - Devrim GUNDUZ <devrim at commandprompt.com> 2.0-0.1.beta1
- Some fixes to spec file, per bugzilla review

* Tue Dec 12 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 2.0beta1-1
- Update to 2.0beta1

* Fri Jul 21 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 1.0.0-2
- 1.1.0
- Fixed rpmlint errors

* Thu Dec 29 2005 - Devrim GUNDUZ <devrim at commandprompt.com> 1.0.0
- Initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/postgresql-dbi-link/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Jan 2007 14:41:57 -0000	1.1
+++ .cvsignore	15 Jan 2007 14:43:01 -0000	1.2
@@ -0,0 +1 @@
+dbi-link-2.0beta1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/postgresql-dbi-link/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Jan 2007 14:41:57 -0000	1.1
+++ sources	15 Jan 2007 14:43:01 -0000	1.2
@@ -0,0 +1 @@
+e391dd47abf32ba1a1abde58dec4cffa  dbi-link-2.0beta1.tar.bz2




More information about the scm-commits mailing list