rpms/postgresql-pgpool/devel postgresql-pgpool.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
Tue Dec 5 19:52:47 UTC 2006


Author: devrim

Update of /cvs/extras/rpms/postgresql-pgpool/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13932/devel

Modified Files:
	.cvsignore sources 
Added Files:
	postgresql-pgpool.spec 
Log Message:
auto-import postgresql-pgpool-3.1.1-7 on branch devel from postgresql-pgpool-3.1.1-7.src.rpm


--- NEW FILE postgresql-pgpool.spec ---
%define short_name	pgpool

Summary:	Pgpool is a connection pooling/replication server for PostgreSQL
Name:		postgresql-%{short_name}
Version:	3.1.1
Release:	7%{?dist}
License:	BSD
Vendor:		PgPool Global Development Group
Group:		Applications/Databases
URL:		http://pgpool.projects.PostgreSQL.org
Source0:	http://pgfoundry.org/frs/download.php/980/%{short_name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
pgpool is a connection pooling/replication server for PostgreSQL.
pgpool runs between PostgreSQL's clients(front ends) and servers
(backends). A PostgreSQL client can connect to pgpool as if it 
were a standard PostgreSQL server.

%prep
%setup -q -n %{short_name}-%{version}
%build
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS
CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS

%configure

make %{?smp_flags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
install -m 755 %{short_name} %{buildroot}%{_bindir}
install -m 644 %{short_name}.8 %{buildroot}%{_mandir}/man8/
install -d %{buildroot}/%{_docdir}/%{name}-%{version}
mv %{buildroot}%{_sysconfdir}/pgpool.conf.sample %{buildroot}/%{_docdir}/%{name}-%{version}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README README.euc_jp TODO COPYING INSTALL AUTHORS ChangeLog NEWS pgpool.conf.sample
%{_bindir}/pgpool
%{_mandir}/man8/*

%changelog
* Tue Dec 5 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 3.1.1-7
- Better fix for conf file problem, per bugzilla review

* Fri Nov 28 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 3.1.1-6
- Truncate configure line

* Fri Nov 24 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 3.1.1-5
- moved sample conf file to %%doc
- Renamed package to postgresql-pgpool

* Fri Sep 8 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 3.1.1-4
- Fix changelog date
- Remove dependency for postgresql-server. 

* Mon Jul 31 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 3.1.1-3
- Removed --bindir from configure, per bugzilla review (#199679)

* Fri Jul 23 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 3.1.1-2
- Fixed spec file, per bugzilla review (#199679)

* Fri Jul 23 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 3.1.1-1
- Update to 3.1.1

* Fri Jul 22 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 3.1.0-2
- Fixed spec file, per bugzilla review (#199679)

* Fri Jul 21 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 3.1.0-1
- Update to 3.1.0-1
- Fixed rpmlint errors

* Thu May 25 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 3.0.2
- Update to 3.0.2

* Thu Feb 05 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 3.0.0
- Update to 3.0.0 for PgPool Global Development Group

* Thu Feb 02 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 2.7.2-1
- Update to 2.7.2

* Thu Jan 26 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 2.7.1-1
- Update to 2.7.1

* Sun Jan 15 2006 - Devrim GUNDUZ <devrim at commandprompt.com> 2.7-1
- Update to 2.7

* Wed Dec 28 2005 Devrim Gunduz <devrim at commandprompt.com> pgpool-2.6.5
- Update to 2.6.5
- Removed post scripts
- Updated doc files

* Sat Oct 22 2005 Devrim Gunduz <devrim at PostgreSQL.org> pgpool-2.6.4
- Update to 2.6.4


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Dec 2006 19:51:24 -0000	1.1
+++ .cvsignore	5 Dec 2006 19:52:17 -0000	1.2
@@ -0,0 +1 @@
+pgpool-3.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Dec 2006 19:51:24 -0000	1.1
+++ sources	5 Dec 2006 19:52:17 -0000	1.2
@@ -0,0 +1 @@
+8adb39f18780a93e4b2ac0e31364314d  pgpool-3.1.1.tar.gz




More information about the scm-commits mailing list